⇤ ← Revision 1 as of 2008-03-03 14:29:17
Size: 758
Comment:
|
← Revision 2 as of 2009-07-15 14:32:37 ⇥
Size: 758
Comment: converted to 1.6 markup
|
No differences found! |
Example of a simple script translated from its IST phase structure to its PV phase structure
Header's information
// File : CONF_phot_fltw_OBS.cus // Missionphase : PACS FMILT // // Purpose : Configure the phot filter wheel // // Author : PR // // Arguments : // // Description : // // Comments : // // Version : 0.1 // History : 0.1 12-Jun-2007 Initial version //
Declaration of script type: obsolote mode type (No poinitng request)
mode CONF_phot_fltw_OBS { }
block including setting the OBS ID, call of the procedure, and reste of the OBS ID
{ WriteOBSID($OBSID); CONF_phot_fltw(); WriteEndID(); }