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.

260 CHAPTER 20. ADVANCED DATA CALIBRATION<br />

• Standard treatment (EXPOSURE pixels are weighted by CCIM.NPIX) to create the top<br />

left MOSAIC of Figure 20.6:<br />

CIA> raster_scan, raster_pds<br />

• Projection using standard variation of each pixel held in CCIM.RMS to create the top<br />

right MOSAIC of Figure 20.6:<br />

CIA> raster_scan, raster_pds, /weight<br />

• Projection using the flat-field error contained in flat-field library to create the lower left<br />

MOSAIC of Figure 20.6:<br />

CIA> raster_scan, raster_pds, /weight, /wcalg<br />

• Projection using the flat-field error computed from the sky-flat (auto-flag) to create the<br />

lower right MOSAIC of Figure 20.6:<br />

CIA> raster_scan, raster_pds, /weight, /wauto<br />

The resulting MOSAICs are shown below. The top left mosaic demonstrates clearly the<br />

negative effects of an equal weighting of good and badly flat-fielded pixels. Additionally there<br />

is the option wmap, which permits the user to supply his own weight error map.<br />

20.15.3 Coadding images of different astrometry<br />

A very useful function of the projection routines are their ability to combine or coadd images<br />

that have different astrometry. This can be used to combine raster MOSAICs from different<br />

observations of the same object. To take advantage of this functionality we need to go quite<br />

low-level and use the C++ executable projection.<br />

Here is an example on how to combine raster MOSAICs from different observations of the<br />

same object. Note that the same could be done for MOSAICs from different AOTs. For example,<br />

a raster MOSAIC and a beam-switch MOSAIC. Also, more than two MOSAICs can be used.<br />

• Save both raster MOSAICs as FITS files, giving them each a name with an individual<br />

sequence number. We use conv flux to make sure the data are calibrated to the same<br />

units.<br />

CIA> conv_flux, raster_pds1<br />

CIA> conv_flux, raster_pds2<br />

CIA> raster2fits, raster_pds1, name=’input1’<br />

CIA> raster2fits, raster_pds2, name=’input2’<br />

CIA> $ls input*.fits<br />

input1.fits input2.fits

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

Saved successfully!

Ooh no, something went wrong!