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.

84 CHAPTER 12. DATA SLICING<br />

OR<br />

CIA> lw6_scd_dir = ’/home/mdelaney/14300601/scds/lw6’<br />

CIA> sscd_write, lw6_sscd, dir=lw6_scd_dir<br />

To slice the LW3 CONFIGURATION we would reload the SPD SCDs.<br />

CIA> spd_sscd = sscd_read( spd_sscd, dir=scd_dir )<br />

And then use scd find to delete all SCDs not corresponding to the LW3 CONFIG-<br />

URATION and save the remaining LW3 SSCD and SCDs in their own subdirectory.<br />

When you are completely finished slicing you can delete the original unsliced SSCD<br />

from disk.<br />

CIA> sscd_remove, spd_sscd, dir=scd_dir<br />

12.2.3 Slicing a CVF observation (AOT#4)<br />

An example of automatic slicing of a CVF observation is given in this section. This example is<br />

not so thorough as that of Section 12.2.2, since in principle, slicing is similar for data products<br />

of all observation types. Note that this is a relatively simple example – for a more complex CVF<br />

observation comprising of multiple segments see Section 19.5. Here, the slicing process begins<br />

at SPD level with the CISP file.<br />

1. Start a CIA session.<br />

2. Assign the IDL variables path and scds path with the directory holding the data products<br />

and the destination directory for the SCDs (example is given for both UNIX and VMS).<br />

CIA> path = ’DKA200:[MDELANEY.CVF_OBS]’<br />

CIA> scd_dir = ’DKA200:[MDELANEY.CVF_OBS.SCDS]’<br />

OR<br />

CIA> path = ’/home/mdelaney/cvf_obs’<br />

CIA> scd_dir = ’/home/mdelaney/cvf_obs/scds’<br />

3. Both these directory paths and the IDL variable cvf sscd are passed to spdtoscd:<br />

CIA> spdtoscd, ’cisp20305604.fits’, cvf_sscd, dir=path, $<br />

CIA> scd_dat=scd_dir, ack=ack<br />

The SPD SCDs have now been created and the name of their SSCD is held in cvf sscd.<br />

CIA> print, cvf_sscd<br />

CSSC203056040001_96091918462427<br />

4. To get an overview of the SCDs use sscd info:

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

Saved successfully!

Ooh no, something went wrong!