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.

192 CHAPTER 16. DATA STRUCTURE MANIPULATION<br />

Model standard deviation : 4.83574<br />

*************************************************************<br />

Additional inputs allow for reading of saved structures directly from disk and displaying of<br />

selected fields only. It is recommended that you refer to the on-line help for detailed information<br />

on each form of the routine structure info.<br />

16.1.10 structure find<br />

This function returns a list of structures of type structure which have a field containing a given<br />

value. Calling the routine is identical for all its flavours, the only difference being the fields of<br />

the structure. Note that arguments are restricted to the numeric or string type, i.e. you can’t<br />

mix a search for a string value of one field and a numeric value of another.<br />

CIA> print, scd_find( [’mode’,’fltrwhl’], [’OBS’,’Lw6’] )<br />

Searching for MODE=OBS<br />

Searching for FLTRWHL=LW6<br />

CSCD143006010202_96082815180230 CSCD143006010203_96082815180271<br />

CSCD143006010204_96082815180303 CSCD143006010205_96082815180339<br />

CSCD143006010206_96082815180373 CSCD143006010207_96082815180407<br />

CSCD143006010208_96082815180442 CSCD143006010209_96082815180478<br />

CSCD143006010210_96082815180510 CSCD143006010211_96082815180542<br />

CSCD143006010212_96082815180578 CSCD143006010213_96082815180610<br />

CSCD143006010214_96082815180644 CSCD143006010215_96082815180676<br />

CSCD143006010216_96082815180710 CSCD143006010217_96082815180742<br />

CIA> print, scd_find( ’gain’, 1 )<br />

Searching for GAIN= 1<br />

CSCD143006010001_96082815175532<br />

The keyword list allows you to supply a list of structures (restricted to the same type). In<br />

the following example scd find supplies a list to a second call to scd find.<br />

CIA> print, scd_find( ’gain’, 1, $<br />

CIA> list = scd_find( [’mode’,’fltrwhl’], [’OBS’,’lw6’] ) )<br />

Searching for MODE=OBS<br />

Searching for FLTRWHL=LW6<br />

Searching for GAIN= 1<br />

% STRUCT_FIND: Failed to find: GAIN = 1.<br />

UNDEFINED<br />

16.1.11 structure elem<br />

This is a function to return the list of SCDs in an SSCD or a list of SADs in an SSAD – it<br />

doesn’t exist for the SCD, SAD or CDS. Calling structure elem is quite simple:<br />

CIA> print, sscd_elem( ’CSSC143006010001_96082814202966’, num=noscds )<br />

CSCD143006010001_96082815175532 CSCD143006010002_96082815175578

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

Saved successfully!

Ooh no, something went wrong!