Differences between revisions 4 and 5
Revision 4 as of 2008-02-12 15:56:38
Size: 1218
Editor: dcesarsky
Comment:
Revision 5 as of 2009-07-15 14:32:38
Size: 1218
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

PACS_Spec_Gra_Set_Ctrl_Par

// Purpose       : CONFigure the servo grating loop using parameters read from
//                 a CAL-U file
//
// Author        : Diego A. Cesarsky / Pierre Royer
// CUS script    : Diego A. Cesarsky / Pierre Royer
//
// Arguments     : This version reads the ROW calUrow of the -calUname CAL-U file
// string calUname  Name of the CAL-U table
// string calUrow   Name of the ROW containing the desired controler params
//
// Description   : Reads grating controler parameters from a named row (viz.
// IMTwarm, IMTcold, ORBpv1, etc.) of a CAL-U table (default is "GRATconfig"),
//
// Dependencies  :
//
// Preconditions :
//
// Comments      :
//
// Version       : 0.2
// History       : 0.1 26-Jan-2006 Creation by DAC
//                 0.2 12-Jun-2006 Read Rows instead of columns
//                 0.3 13-jun-2006 Renamed CALU table
//

Input variables: {{{ : procedure PACS_Spec_Gra_Set_Ctrl_Par {

  • string calUname = "CONFGrat"; // Calibration Table string calUrow = "FMILT"; // Row in table = Instrument Configuration int homing_mode_rate = 1 in [0,1]; // 0: rate read from CALU; 1: rate forced to 3

}{ }}}

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