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();
}

Herschel: CONF_phot_fltw_OBS (last edited 2009-07-15 14:32:37 by localhost)