Differences between revisions 2 and 3
Revision 2 as of 2008-02-15 07:23:12
Size: 733
Editor: dcesarsky
Comment:
Revision 3 as of 2008-02-15 07:29:40
Size: 849
Editor: dcesarsky
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
This script belongs to the controller '''CONF'''iguration series; here we set parameters for the grating controller.

CONF_grating

This script belongs to the controller CONFiguration series; here we set parameters for the grating controller.

// 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 [wiki:PACS/CUSPVscripts/PACS_Spec_Gra_Set_Ctrl_Par PACS_Spec_Gra_Set_Ctrl_Par] to read the CALU file and set the controller parameters.

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