SPEC_dmc_setup

// Purpose       : Prepare MEC for spectrometer, including filterwheel,
//                 chopper, grating and calibration sources
//
// Script file   : SPEC_dmc_setup.cus
//
// Input arguments
// type    name         description
//
// Return values
// Type    Name      Default      Description
//
// Description   : This script will switch on and set all required
//                 parameters for
//                 - chopper
//                 - spectrometry filter wheel
//                 - grating,  and
//                 - calibration sources.
//                 This script should be executed just after the
//                 switch-on procedure and the bolometer setup
//
// Dependencies  :
//
// Preconditions :
//
// Comments      :
//
// Version      0.5
// History
// 0.1 16-nov-2006 DAC Based on spec_dmc_setup
// 0.5 02-mar-2007 TM update for FM
// 0.6 02-mar-2007 BV update chopper configuration to CSLopt3-600
// 0.7 30-mar-2007 TM filter wheel configuration moved to the end
// 0.8 30-mar-2007 TM update chopper configuration to "nom_sky"
//

Input variables:

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

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