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.

314 APPENDIX B. CIA COMMAND SHORT-LIST<br />

sscd clean breaks an SPD SSCD into one SPD SSCD per CAM CONFIGURATION.<br />

CIA> cleaned_sscd = sscd_clean( spd_sscd )<br />

sscd elem returns a list of SCDs from an SSCD. In the example the list is stored in the string<br />

array scds.<br />

CIA> scds = sscd_elem( sscd )<br />

scd del deletes SCDs from memory. In the example, delete the first SCD named in the string<br />

array scds.<br />

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

get sscdraster creates a raster PDS from an SPD SSCD containing raster or micro-scan observation<br />

data (CAM01).<br />

CIA> raster_pds = get_sscdraster( spd_sscd, magnify=magnify )<br />

get sscdstruct creates a general PDS from an SPD SSCD containing staring observation data<br />

(CAM01).<br />

CIA> staring_pds = get_sscdstruct( spd_sscd )<br />

get sscdbs creates a BS PDS from an SPD SSCD containing beam-switch observation data<br />

(CAM03).<br />

CIA> bs_pds = get_sscdbs( spd_sscd )<br />

get sscdcvf creates a CVF PDS from an SPD SSCD containing CVF data (CAM04).<br />

CIA> cvf_pds = get_sscdcvf( spd_sscd )<br />

B.2 Data calibration<br />

All routines listed here that have the keyword method have a selection of different algorithms<br />

that can be applied to the data. For an exhaustive list of methods see Chapter 20 or the on-line<br />

help. In general the variable pds scd refers to an SCD, an SSCD or any flavour of PDS. The<br />

variable pds refers to any flavour of PDS. An appropriate variable name will be used in examples<br />

of routines which operate on a PDS of a particular flavour.<br />

corr dark Remove dark current from IMAGEs in .CUBE using the method dark model.<br />

CIA> corr_dark, pds_scd, method=’model’<br />

deglitch Deglitch IMAGEs in .CUBE using the method mm.<br />

CIA> deglitch, pds_scd, method=’mm’

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

Saved successfully!

Ooh no, something went wrong!