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.

13.4. CALIBRATING A PDS THE OLD WAY 111<br />

4. Try another calibration using deglitch method MM, stabilisation method s90 and the<br />

CAL-G flat.<br />

CIA> lw6_raster = original_lw6_raster<br />

CIA> calib_raster, lw6_raster, /dark, deglitch=’mm’, stab=’s90’, $<br />

CIA> flat=’calg’, raster=’proj’<br />

CIA> lw6_raster_mm = lw6_raster.raster<br />

This process of calibration and re-calibration may be repeated ad nauseum.<br />

5. Finally to save your work, use IDL’s SAVE with the xdr option for portability:<br />

CIA> save, filename=’lw6_raster’, lw6_raster, lw6_raster_mm, $<br />

lw6_raster_spat,/xdr<br />

13.4.2 calib cvf<br />

Calibration of the CVF PDS is similar to that of the raster PDS in Section 13.4.1, the only<br />

difference being that you don’t have a MOSAIC to create from the EXPOSUREs in a CVF<br />

observation.<br />

Our calibration example here follows the slicing example of Section 13.1.5:<br />

1. It is a good idea to begin by making a copy of the uncalibrated CVF PDS.<br />

CIA> original_cvf_pds = cvf_pds<br />

2. The CVF PDSispassedtocalib cvf for calibration:<br />

CIA> calib_cvf, cvf_pds, stab=’s90’, deglitch=’spat’, flat=’calg’, $<br />

CIA> dark=’calg’<br />

Our call to calib cvf specified using the spatial deglitching technique, the s90 method of<br />

stabilisation and the CAL-G DARK and FLAT.<br />

3. As for a raster PDS(see Section 13.4.1), you can inspect the quality of the calibration of<br />

your CVF PDS with x3d and xsnr. However, there is no MOSAIC image to be displayed.<br />

4. You can reassign cvf pds with the uncalibrated CVF PDS and run calib cvf on it again.<br />

CIA> cvf_pds = original_cvf_pds<br />

CIA> calib_cvf, cvf_pds, deglitch=’mm’, stab=’s90’, /flat<br />

5. And you can finally save your work with IDL’s save:<br />

CIA> save, filename=’cvf_pds’, cvf_pds, /xdr

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

Saved successfully!

Ooh no, something went wrong!