Differences between revisions 1 and 5 (spanning 4 versions)
Revision 1 as of 2008-02-12 13:09:37
Size: 475
Editor: dcesarsky
Comment:
Revision 5 as of 2008-02-14 16:29:42
Size: 675
Editor: dcesarsky
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= CONF_grating procedure = = CONF_grating =
Line 6: Line 6:
// CALU file CalUname; more specifically from column
// calUrow of such file.
//  a CALU file named CalUname; more specifically from column
// calUrow of such file. Hence, one CALU file may cater
// for several sets of controller parameters.
Line 10: Line 11:
Calling synatx: Input variable(s):
Line 17: Line 18:

This script calls PACS_Spec_Gra_Set_Ctrl_Par to read the CALU file and set the controller parameters.

CONF_grating

// Description   : This script will switch on and set all required
//                 parameters for the grating. Parameters are read from
//                 a CALU file named CalUname; more specifically from column
//                 calUrow of such file. Hence, one CALU file may cater
//                 for several sets of controller parameters.
//

Input variable(s):

procedure CONF_grating {
    string calUname = "CONFGrat"; // GRATING CALIBRATION TABLE
    string calUrow = "FMILTFast"; // INSTRUMENT VERSION
}{

This script calls PACS_Spec_Gra_Set_Ctrl_Par to read the CALU file and set the controller parameters.

Herschel: PACS/CUSPVscripts/ConfGrat (last edited 2009-07-15 14:32:37 by localhost)