23.04.2015 Views

ISOCAM Interactive Analysis User's Manual Version 5.0 - ISO - ESA

ISOCAM Interactive Analysis User's Manual Version 5.0 - ISO - ESA

ISOCAM Interactive Analysis User's Manual Version 5.0 - ISO - ESA

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

24 CHAPTER 3. RASTER OBSERVATION (CAM01)<br />

directory (for file saving, sharing data with external executables etc. . . ). Identify the<br />

location of the CISP data product. The actual CISP data product name is the first<br />

argument to spdtoscd and the keyword dir is set to the directory containing the CISP<br />

file. If you are working from the CD-ROM you will need to copy your data products to<br />

disk space – see Section 10.1.<br />

In our example the CISP file is called cisp02600506.fits and it is located in the subdirectory<br />

test/ of the CIA installation directory:<br />

CIA> spdtoscd, ’cisp02600506.fits’, sscd, dir=’$cia_vers/test’, /nowrite<br />

When spdtoscd is finished we have created a multitude of data structures in CIA’s memory.<br />

There is a simple bi-level hierarchy to these structures. At the bottom level there is<br />

one data structure for all the data from a CAM STATE, these data structures are called<br />

SCDs. In the case of a raster observation, a STATE is time spent in each pointing of<br />

CAM. So in our example, there are at least 32 SCDs: 4 CONFIGURATIONs, each of a<br />

2×4 raster, adding up to 32. In order to keep track of all these SCDs there is a top level<br />

data structure – this is called an SSCD. It holds relatively few data as its primary function<br />

is to catalogue its component SCDs. The variable sscd returned by spdtoscd contains<br />

the unique SSCD name.<br />

CIA> print, sscd<br />

CSSC026005060101_02022714575801<br />

This name is used to address the data in CIA. Note that the SSCD and SCD are not<br />

regular IDL structures, but are implemented in CIA using handles.<br />

3. Remember from Section 3.1 that there is more than one CONFIGURATION in our example<br />

data set. This can be illustrated with the routine sscd info. This routine operates on<br />

the SSCD and lists the characteristics of its component SCDs. In doing so it is also listing<br />

the characteristics of all the STATEs in the AOT.<br />

CIA> sscd_info, sscd, /deg<br />

48 SCDs in the SSCD: CSSC026005060101_02022714575801<br />

seq channel mode fltrwhl pfov tint gain offset size ra dec<br />

0 LW IDLE LW2 6.0 25.20 1 512 1 180.498 -18.849<br />

1 LW IDLE LW2 6.0 2.10 2 512 1 180.498 -18.849<br />

2 LW OBS LW2 6.0 <strong>5.0</strong>4 1 512 1 180.498 -18.849<br />

3 LW OBS LW2 3.0 <strong>5.0</strong>4 1 512 46 180.498 -18.849<br />

4 LW OBS LW2 3.0 <strong>5.0</strong>4 1 512 24 180.490 -18.871<br />

5 LW OBS LW2 3.0 <strong>5.0</strong>4 1 512 24 180.482 -18.893<br />

6 LW OBS LW2 3.0 <strong>5.0</strong>4 1 512 24 180.473 -18.915<br />

7 LW OBS LW2 3.0 <strong>5.0</strong>4 1 512 23 180.450 -18.908<br />

8 LW OBS LW2 3.0 <strong>5.0</strong>4 1 512 24 180.458 -18.886<br />

etc...<br />

If you look at the output of sscd info you will see more than the expected 32 SCDs.<br />

These others correspond to STATEs where CAM is busy doing other things other than

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!