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.

20.17. ERROR HANDLING IN CIA 267<br />

The CIA routine reduce (see also Section 20.2.4) not only averages the IMAGEs to EXPO-<br />

SUREs, it also creates corresponding RMS images and weight images. Each pixel or element of<br />

the weight image contains the total number of IMAGE pixels that have been averaged to the<br />

EXPOSURE pixel. Each pixel in the RMS image contains the standard deviation of this sample<br />

of IMAGE pixels. To summarize using some CIA pseudo code 2 :<br />

raster_pds.image[i, j, k] = $<br />

average( raster_pds.cube[i, j, raster_pds.from[k]:raster_pds.to[k]] )<br />

raster_pds.npix[i, j, k] = $<br />

total( raster_pds.cube[i, j, raster_pds.from[k]:raster_pds.to[k]] )<br />

raster_pds.rms[i, j, k] = $<br />

stdev( raster_pds.cube[i, j, raster_pds.from[k]:raster_pds.to[k]] )<br />

Similarly, the routine raster scan (see also Section 20.4) not only creates the raster MOSAIC<br />

image, but also a corresponding RMS image and weight image. In this case, each RMS pixel<br />

contains the standard deviation of all IMAGE pixels that sample the same sky pixel as the<br />

MOSAIC pixel. Again in CIA pseudo code:<br />

raster_pds.npixraster[i, j, k] = total( raster_pds.cube[i, j, *] )<br />

raster_pds.rmsraster[i, j, k] = stdev( raster_pds.cube[i, j, *] )<br />

The RMS and weight images that correspond to Figure 3.3 are given in Figures 20.11 and<br />

20.10. These figures were generated with the commands:<br />

CIA> tviso, raster_pds.npixraster<br />

CIA> tviso, raster_pds.rmsraster<br />

To obtain the standard error of the MOSAIC image (a measure of the quality of the calculation<br />

of the mean, in this case, the quality of calculated MOSAIC pixel values) we simply divide<br />

the MOSAIC image by the square root of the MOSAIC weight image.<br />

CIA> raster_std_err = raster_pds.rmsraster / sqrt( raster_pds.npixraster )<br />

2 Note however that this is for purposes of illustration only; unlike reduce we do not take account of unusable<br />

pixels in the MASK.

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

Saved successfully!

Ooh no, something went wrong!