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.

108 CHAPTER 13. DATA CALIBRATION<br />

2. Start x cia – simply type x cia on the CIA command line.<br />

3. Choose AOT Type (default is raster scan).<br />

4. Data / Load / SSCD<br />

5. Data / AOT Info<br />

6. Process / None<br />

7. Deglitch / Spatial<br />

8. Process / Selected<br />

9. Data / Save / IDL File (my file.xdr)<br />

10. CIA / Quit<br />

If the user answers ‘Yes’ to the question ‘Average <strong>ISO</strong>DATA.CUBE into <strong>ISO</strong>DATA.IMAGE<br />

?’ after step 10, the removing of dark and background can be made in a CIA session with the<br />

following IDL commands:<br />

CIA> restore, ‘my_file.xdr’, /verb<br />

CIA> source = isodata.image(*,*,0)<br />

CIA> background = isodata.image(*,*,1)<br />

CIA> image = source - background<br />

CIA> tviso, image<br />

If the user answers ‘No’ to the question ‘Average <strong>ISO</strong>DATA.CUBE into <strong>ISO</strong>DATA.IMAGE<br />

?’ after step 9, the removing of dark and background can be done in a CIA session with the<br />

following IDL commands:<br />

CIA> restore, ’my_file.xdr’, /verb<br />

CIA> on_source = isodata.cube(*,*,isodata.from(0):isodata.to(0))<br />

CIA> off_source = isodata.cube(*,*,isodata.from(1):isodata.to(1))<br />

CIA> source = reduce_cube(on_source)<br />

CIA> background = reduce_cube(off_source)<br />

CIA> image = source - background<br />

CIA> tviso, image

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

Saved successfully!

Ooh no, something went wrong!