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.

110 CHAPTER 13. DATA CALIBRATION<br />

13.3.4 x cia caveats<br />

x cia can only load a PDS from an IDL save file if the PDS has the variable name isodata. The<br />

name of the actual save file is not limited in anyway and may be independent of the saved PDS.<br />

13.4 Calibrating a PDS the old way<br />

This section describes the calibration of a PDS using the old calib raster, calib bs, calib cvf<br />

and calib struct routines. While these routines continue to work they are no longer maintained<br />

within CIA. Use of the core calibration routines described in Section 13.2.1 gives the user more<br />

flexibility and control over the calibration process. You are strongly advised to use the core<br />

calibration routines.<br />

13.4.1 calib raster<br />

We present here an example calibration of a raster PDS with calib raster. This example follows<br />

from Section 13.1.2.<br />

1. First we make a copy of the uncalibrated raster PDS.<br />

CIA> original_lw6_raster = lw6_raster<br />

2. We apply a basic calibration treatment to the raster PDS by calling calib raster with<br />

the keyword /all set – see the calib raster in the on-line help for the details of all.<br />

CIA> calib_raster, lw6_raster, /all<br />

Then save the calibrated MOSAIC so we can later compare with different calibration<br />

results:<br />

CIA> lw6_raster_all = lw6_raster.raster<br />

3. We can look at the results of our calibration by loading the cube of IMAGEs and the<br />

MASK from our raster PDS into x3d:<br />

CIA> x3d, lw6_raster.cube, lw6_raster.mask<br />

Clicking on the button mask indicates the pixels that have been masked as unstable. By<br />

looking at the temporal history of the pixels you can immediately see if good stabilisation<br />

and deglitching have been achieved. A vertical profile of some background pixels will tell<br />

you if a good dark correction has been applied.<br />

Another way of judging the quality of the calibration is to look at the signal-to-noise ratio<br />

of some of the EXPOSUREs:<br />

CIA> xsnr, lw6_raster.image[*,*,0]<br />

Or simply display the MOSAIC with tviso.<br />

CIA> tviso, lw6_raster_all

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

Saved successfully!

Ooh no, something went wrong!