= SPEC_setup = This is the top level script called by '''P''''''acsEng_SPEC_orbit_prologue'''. {{{ // Purpose : Perform Setup Spectroscopy // // Dependencies : Calls the following "elementary" scripts: // - SPEC_dpu_dmc_setup // - SPEC_init_det_setup // - SPEC_CRE_setup // - SPEC_dmc_setup // - SPEC_spu_setup // // Comments : // // Version : 0.5 // History : 0.1 TM 10-nov-2006 // 0.2 17-nov-2006 DAC&TM Completed script // 0.2.1 17-nov-2006 Renamed SPEC_cre_setup to SPEC_CRE_setup // to spare changes to modules using // the original SPEC_cre_setup // 0.2.1 17-nov-2006 blue_hetear_current as input argument // 0.3 18-dec-2006 Exchange red/blue detectors // 0.4 19-feb-2007 Exchange red/blue detectors back to nominal // 0.5 02-mar-2007 update for FM // }}} Input variable(s): {{{ block SPEC_setup PACS 100 { string fltPOS = "POS A" in ["POS A","POS B"]; // Filter wheel position double temp_CS1 = 48.0; double temp_CS2 = 58.0; double blu_heater_curr = 0.78; // Nominal current [mA] }{ }}}