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.

38 CHAPTER 5. SOLAR SYSTEM OBJECT OBSERVATION (CAM01)<br />

7. The final step in the data reduction is to create the MOSAIC image. This is really<br />

just the average of all the IMAGEs in sso pds.cube and we can easily derive it with CIA’s<br />

reduce cube. Before doing so we must do a ‘fake’ reduce as we normally do when reducing<br />

a raster PDS, BS PDS or CVF PDS. This is really just to keep the PDS consistent with<br />

the data reduction step by making sure important fields, such as sso pds.image unit, are<br />

updated.<br />

CIA> reduce, sso_pds<br />

Now you can take a look at the EXPOSURE obtained for each SCD or pointing of the<br />

spacecraft. These images should look very much alike – all will be slightly smeared. This<br />

smearing is due to steps <strong>ISO</strong> makes as it re-points, i.e. the tracking is of course not<br />

smooth. You will also notice that the position of the object may be slightly different<br />

from EXPOSURE to EXPOSURE. This second effect is due to the inaccuracies of <strong>ISO</strong>’s<br />

pointing.<br />

CIA> x3d, sso_pds<br />

Now we will do the ‘real’ reduce manually. The MOSAIC image is stored in the first frame<br />

of sso pds.image:<br />

CIA> sso_pds.image[*,*,0] = reduce_cube(sso_pds.cube, mask=sso_pds.mask)<br />

Flat correction finishes off this reduction step:<br />

CIA> corr_flat, sso_pds<br />

8. So to view the results of your calibration use xdisp or tviso, specifying the first frame of<br />

sso pds.image as input:<br />

CIA> tviso, sso_pds.image[*,*,0]<br />

You should see the same image as in Figure 5.1. The effects that we saw earlier in Step<br />

7withx3d (smearing and pointing inaccuracies) will have combined to make the comet<br />

look somewhat blurred in this final MOSAIC image.<br />

9. Now we can convert the MOSAIC image from <strong><strong>ISO</strong>CAM</strong> units into milli-janskys (mJy):<br />

CIA> conv_flux, sso_pds<br />

10. As in the end of Section 3.2 you can save the data using IDL’s SAVE:<br />

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

Export to FITS may be performed with CIA’s imagette2fits. This routine will place the<br />

data in the field sso pds.image, and hence the MOSAIC image, into the primary array of<br />

the FITS file:<br />

CIA> imagette2fits, sso_pds, name="tempel-tuttle.fits", rank=0<br />

We use the keyword rank to specify the MOSAIC image, i.e. the first frame of sso pds.image.<br />

This image is written to the file tempel-tuttle1.fits.<br />

An improved method to analyse solar-system observations can be found in section 20.7

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

Saved successfully!

Ooh no, something went wrong!