Differences between revisions 1 and 2
Revision 1 as of 2008-02-13 13:00:01
Size: 1983
Editor: dcesarsky
Comment:
Revision 2 as of 2008-02-13 13:03:20
Size: 2322
Editor: dcesarsky
Comment:
Deletions are marked like this. Additions are marked like this.
Line 42: Line 42:

The following scripts are needed to schedule this module:

DMC_grat_scan_nochop
Msec2sec
OBCP_grat_scan_nochop
SPEC_cre_setup
SPEC_fltw_move
SPEC_heater_setup
SPEC_spu_reset
SPEC_spu_setup
WriteBBID
WriteEndBB
WriteEndID
WriteOBSID

WaveCalNoChop

// Purpose       :  Wavelength calibration and instrumental profile
// CUS author    : HF
// Description   :  Uses OBCP28 for executing a parameterized scan of any length, stepsize etc.
//                       Represents a generic non-chopped grating scan
/// Dependencies  : SPEC_heater, SPEC_cre_setup
/// Preconditions : PACS must be on and configured for spectroscopy
// Comments      : Can be run for wavelength calibration, instrumental profile and ghost search
// Version       : 0.
// History
// 0.1 21-sep-2007 DAC adapted from IST's Wave_Cal (converted from "mode" to
//                 "procedure")
// 0.2 14-jan-2008 DAC Added bias_r... input variables; read CS positions as
//                 for AOTs, viz. from CHOPPERCSparams; removed "duree" code
// 0.3 15-jan-2008 Renamed to WaveCalNoChop (in preparation for WaveCalChop)
//

Input variable(s):

procedure WaveCalNoChop {
    string fltPOS = "POS A"; // Filter wheel position (0="POS A", 1="POS B")
    int grat_start = 500000; // grating start position for scan\
    int grat_stepsize = 200; // grating step size
    int grat_numsteps = 50;  // number of grating steps in one direction
    int grat_numramps = 3;   // number of ramps per grating position
    int chop_def = 648;      // chopper position during grating scan
    int nb_rdout_ramp = 64;  // number of readouts per ramp
    int num_updown = 1;      // number of grating updown scans
    int grat_def = 496000;   // position of grating after the scan
    int capa_red = 12;       // Red capacitor
    int capa_blu = 12;       // Blue capacitor
    double bias_r_blu = 0.01;  // Bias "r" blue
    double bias_r_red = 0.01;  // Bias "r" red
    double bias_d_blu = 0.198; // Bias "d" blue
    double bias_d_red = 0.069;  // Bias "d" red
    int nb_samp_subramp_blu = 64; // Nb of blue samples per sub-ramp
    int nb_samp_subramp_red = 64; // Nb of red samples per sub-ramp
}{

The following scripts are needed to schedule this module:

DMC_grat_scan_nochop Msec2sec OBCP_grat_scan_nochop SPEC_cre_setup SPEC_fltw_move SPEC_heater_setup SPEC_spu_reset SPEC_spu_setup WriteBBID WriteEndBB WriteEndID WriteOBSID

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