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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

16.1. CIA DATA STRUCTURE INTERFACE ROUTINES 191<br />

16.1.8 structure del<br />

Procedure to delete a specified structure of type structure from memory. A simple example,<br />

which follows from Section 16.1.7 is:<br />

CIA> scd_del, ’CSCD143006010105_96080110071423’<br />

Using a little of IDL’s power we can delete all the SSCDs in memory with the following<br />

example:<br />

CIA> sscds = sscd_list()<br />

CIA> help, sscds<br />

SSCDS STRING = Array(4)<br />

CIA> for i=0,3 do sscd_del, sscds(i)<br />

CIA> print, sscd_list()<br />

UNDEFINED<br />

Note that when deleting SSCDs or SSADs the whole set of SCDs or SADs is erased from<br />

memory.<br />

16.1.9 structure info<br />

Procedure to display a list of fields of a structure of type structure and their values. The routine<br />

varies for each structure, but in general the example below is valid for all flavours.<br />

Assuming an SCD called CSCD143006010001 96082815175532 in memory:<br />

CIA> scd_info, ’CSCD143006010001_96082815175532’<br />

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

SCD = CSCD143006010001_96082815175532<br />

Detector channel : LW<br />

Entrance wheel<br />

: HOLE<br />

Selection wheel<br />

: FABRY MIRROR LW<br />

Lens : 6.00000<br />

Lens wheel position : 360<br />

Filter<br />

: LW2<br />

Filter wheel position : 95<br />

Integration time (second): 2.10007<br />

Integration time (camtu) : 15<br />

Gain : 1<br />

Offset : 512<br />

Mode<br />

: IDLE<br />

Model Min : -2<strong>5.0</strong>000<br />

Model Max : 1<strong>5.0</strong>000<br />

Model Mean : -3.26709<br />

Model Median : 0.000000

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

Saved successfully!

Ooh no, something went wrong!