Differences between revisions 1 and 2
Revision 1 as of 2008-02-13 10:24:37
Size: 1488
Editor: dcesarsky
Comment:
Revision 2 as of 2008-02-13 10:25:04
Size: 1492
Editor: dcesarsky
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
// Purpose : Prepare MEC for photometry, including filterwheel, // Purpose : Prepare DEC/MEC for photometry, including filterwheel,

PHOT_dmc_setup

// Purpose       : Prepare DEC/MEC for photometry, including filterwheel,
//                 chopper and calibration sources
//
// CUS author    : DAC
// Script file   : PHOT_dmc_setup.txt
//
// Description   : This script will switch on and set all required
//                 parameters for the chopper, the photometry filter
//                 wheel and the calibration sources.
//                 This script should be executed just after the
//                 switch-on procedure and the bolometer setup
//
// Dependencies  :
//
// Preconditions :
//
// Comments      :
//
// Version      0.8
// History
// 0.1 12-apr-2005 DAC (based on TM's version 1.2)
// 0.2 13-apr-2005 DAC Redefined as procedure
// 0.3 20-apr-2005 DAC Use new CONF_cs
// 0.4 08-aug-2006 TM, integration of diagnostic HK for fw and chopper
// 0.5 10-nov-2006 DAC Use "current" chopper controller parameters
// 0.6 13-nov-2006 DAC Use "Heidelberg 4deg" chopper controller parameters
// 0.7 05-mar-2007 TM update for chopper and CSs
// 0.8 15-Jun-2007 PR modify PHOT_fltw_conf -> CONF_phot_fltw
//

Input varaibles:

int[] procedure PHOT_dmc_setup {
    string phot_fltw_id = "POS B" in ["POS A","POS B"]; // Photometer filter ID
    int chop_def_pos = 0; // Chopper default position
    double temp_CS1 = 48.0; //  Temperature for the PACS calibration source 1
    double temp_CS2 = 58.0; //  Temperature for the PACS calibration source 2
}{

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