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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

48 CHAPTER 7. CVF OBSERVATION (CAM04)<br />

In contrast to the raster observation in Section 3 we here we have only one CONFIGU-<br />

RATION and consequently only one SSCD.<br />

4. As in Section 3 we need to create a PDS from the SSCD. For CVF data, the equivalent<br />

routine to do this is get sscdcvf. Note that the resulting CVF PDS differs somewhat<br />

from a raster PDS.<br />

CIA> cvf_pds = get_sscdcvf( cleaned_sscd )<br />

5. Now we can calibrate the data in cvf pds. Mostly everything that was discussed in the<br />

previous data analysis examples apply here, with the exception that there is no MOSAIC<br />

for the CVF PDS. As in Section 4.2, this data does not need stabilization correction. Again,<br />

as in the previous data analysis examples, you don’t have to execute all the commands<br />

below at once – you may like to examine the data with x3d between each command.<br />

CIA> corr_dark, cvf_pds<br />

CIA> deglitch, cvf_pds<br />

CIA> stabilize, cvf_pds<br />

CIA> reduce, cvf_pds<br />

CIA> corr_flat, cvf_pds<br />

An additional step that we will perform is the conversion of the EXPOSUREs from ADU<br />

to milli-jansky (mJy).<br />

CIA> conv_flux, cvf_pds<br />

To view the results of your calibration use cvf display.<br />

CIA> cvf_display, cvf_pds<br />

The cvf display (Figure 7.1) window displays an EXPOSURE (co-added IMAGE) and<br />

a plot of the values of a selected pixel throughout the cube of EXPOSUREs. As stated<br />

earlier, the EXPOSURE is derived from the data in a STATE or SCD, and since the CVF<br />

wheel position changed as the STATE changed, then the EXPOSUREs are pictures taken<br />

over a range of wavelengths. This means the plot is a CVF spectrum of the sky covered<br />

by a selected pixel. You can select pixels by right-clicking on the EXPOSURE. The CVF<br />

spectrum is calibrated to flux in mJy per square pixel against wavelength in microns.<br />

6. You may wish to save the results of the data analysis. You can do this with IDL’s SAVE.<br />

CIA> save, file=’cvf_pds.xdr’, cvf_pds<br />

Alternatively you can export each of the CVF EXPOSUREs in .IMAGE to individual<br />

FITS files (see also Section 18.2).

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

Saved successfully!

Ooh no, something went wrong!