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.

12.2. AUTOMATIC DATA SLICING 83<br />

2 LW OBS LW6 6.0 <strong>5.0</strong>4 2 512 20 161.319 56.000<br />

3 LW OBS LW6 6.0 <strong>5.0</strong>4 2 512 20 161.356 56.016<br />

etc...<br />

Now we will store the name of each SSCD in appropriately named variables.<br />

CIA> lw3_sscd = cleaned_sscds[0]<br />

CIA> lw6_sscd = cleaned_sscds[1]<br />

Now we can discard our original SPD SSCD and save our sliced SSCDs.<br />

CIA> sscd_write, lw3_sscd, dir=scd_dir<br />

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

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

(b) We begin by finding those SCDs we don’t want with scd find, and then deleting<br />

them. We will choose to keep the LW6 CONFIGURATION. . .<br />

CIA> unwanted_scds = scd_find( ’fltrwhl’, ’lw6’, /NOTFIND )<br />

Searching for FLTRWHL=NOT(LW6)<br />

Found 22 occurrences<br />

CIA> scd_del, unwanted_scds<br />

We must delete also SCDs containing calibration data or data accrued when CAM is<br />

not in OP-MODE OBS.<br />

CIA> unwanted_scds = scd_find( [’mode’], [’obs’], /NOTFIND )<br />

Searching for MODE=NOT(OBS)<br />

Found 3 occurrences<br />

CIA> scd_del, unwanted_scds<br />

To avoid confusion it is best at this stage to rename the IDL variable containing the<br />

name of our modified SSCD:<br />

CIA> lw6_sscd = spd_sscd<br />

The SSCD in memory is automatically modified when some of its SCDs are deleted:<br />

CIA> print, sscd_get( ’nscd’, lw6_sscd )<br />

16<br />

The final step is to save the modified SSCD that we have created. It is best to keep<br />

this SSCD and the sliced SPD SCDs separate from the unsliced ones. Create a new<br />

directory to hold the sliced data and for convenience create the following IDL string<br />

variables to hold their names.<br />

CIA> lw6_scd_dir = ’DKA200:[MDELANEY.14300601.scds.lw6]’

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

Saved successfully!

Ooh no, something went wrong!