= PHOT_dmc_setup = This script is one of several called by the top level PHOT_setup building block. {{{ // 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 }{ }}}