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.

15.3. CALIBRATION DATA STRUCTURE (CDS) 175<br />

Figure 15.1: cds display window.<br />

As you can see from the above, no user-friendly strings exist in the CDS – as stated earlier<br />

calibration is handled internally by CIA so usually the innards of the CDS are not touched by<br />

a CIA user. For completeness, an example of how to convert the coded data into a readable<br />

format follows.<br />

If we want to know the pixel unit of intensity, it has to be converted to string:<br />

CIA> print, string( dark_data[0].bunit )<br />

ADU/G/s<br />

Furthermore, data such as GAIN are in telemetry coded format and also have to be converted:<br />

CIA> print, convert_gain( fix( dark_data[0].gain ) )<br />

2<br />

However, displaying the actual DARK image is easy:<br />

CIA> tviso, dark_data[0].image[*,*,0]<br />

For an example on how to extract PSF images from a CDS see Section 16.5.<br />

15.3.3 cds display<br />

If you simply want to browse through the contents of a CDS, then cds display is the tool for<br />

you. It may be called by simply typing cds display, without arguments, on the CIA command<br />

line. cds display will then prompt you for the name of a CDS stored on disk. Alternatively,<br />

if you have a CDS in memory it may be supplied as an argument. For example, to view the<br />

DARK CDS created in the previous section:

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

Saved successfully!

Ooh no, something went wrong!