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.

54 CHAPTER 8. POLARIZATION OBSERVATION (CAM05/DEDICATED CAM99)<br />

8 POLARIZOR 1 OBS LW2 3.0 2.10 1 78 2 2<br />

9 POLARIZOR 1 OBS LW2 3.0 2.10 1 64 1 2<br />

10 POLARIZOR 1 OBS LW2 3.0 2.10 1 78 1 2<br />

11 POLARIZOR 1 OBS LW2 3.0 2.10 1 78 1 2<br />

3. Clearly from the above listing sscd polar1 contains only those SCDs with the entrance<br />

wheel set to POLARIZOR 1. However, for each of the 4 raster positions we have 3 SCDs.<br />

To merge these 4 triplets we can use scd concatene:<br />

CIA> tmp = scd_concatene( scds[0], scds[1] )<br />

CIA> scd_del, scds[0] & scd_del, scds[1]<br />

CIA> scd0 = scd_concatene( tmp, scds[2] )<br />

CIA> scd_del, tmp & scd_del, scds[2]<br />

CIA> tmp = scd_concatene( scds[3], scds[4] )<br />

CIA> scd_del, scds[3] & scd_del, scds[4]<br />

CIA> scd1 = scd_concatene( tmp, scds[5] )<br />

CIA> scd_del, tmp & scd_del, scds[5]<br />

CIA> tmp = scd_concatene( scds[6], scds[7] )<br />

CIA> scd_del, scds[6] & scd_del, scds[7]<br />

CIA> scd2 = scd_concatene( tmp, scds[8] )<br />

CIA> scd_del, tmp & scd_del, scds[8]<br />

CIA> tmp = scd_concatene( scds[9], scds[10] )<br />

CIA> scd_del, scds[9] & scd_del, scds[10]<br />

CIA> scd3 = scd_concatene( tmp, scds[11] )<br />

CIA> scd_del, tmp & scd_del, scds[11]<br />

And now we have a more usefully arranged SSCD.<br />

CIA> sscd_info, sscd_polar1, /pol<br />

4 SCDs in the SSCD: CSSC000000POLAR1_00020118111300<br />

seq entwhl mode fltrwhl pfov tint gain size m_raster n_raster<br />

0 POLARIZOR 1 OBS LW2 3.0 2.10 1 234 1 1<br />

1 POLARIZOR 1 OBS LW2 3.0 2.10 1 230 2 1<br />

2 POLARIZOR 1 OBS LW2 3.0 2.10 1 226 2 2<br />

3 POLARIZOR 1 OBS LW2 3.0 2.10 1 220 1 2<br />

For other entrance wheel settings, e.g. POLARIZOR 2, return to Step 2 and create another<br />

SSCD, e.g. sscd polar2.<br />

8.2.4 Freeze the data in a PDS<br />

The SSCD sscd polar1 appears to contain data from a regular raster, hence we use a raster PDS:<br />

CIA> pds_polar1 = get_sscdraster( sscd_polar1 )<br />

Reduce the IMAGEs to EXPOSUREs in the usual way:<br />

CIA> reduce, pds_polar1

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

Saved successfully!

Ooh no, something went wrong!