= PHOT_fltw_move = {{{ // Purpose : Move the PHOT filter wheel to one of the two defined // positions // // CUS script : Diego A. Cesarsky // // Arguments : // string flt_id One of two preset positions [POS A, POS B] // // Description : Switch ON filter controller, move wheel, switch OFF // // Preconditions : Servo loop already configured // // Comments : useless comment by Bart // Quite useless indeed! // // Version : 0.4 // History : 0.1 13-Aug-2004 Creation by DAC // 0.2 28-Oct-2004 Renamed from FLTW_move.txt; demoded // from BB to simple procedure // 0.3 13-apr-2005 DAC Renamed from BOLO_flt_move, filter_id // is now a string (ENG value) // 0.4 20-1pr-2005 DAC Read wheel move time from PACSparams // }}} Input variables: {{{ : int procedure PHOT_fltw_move { string filter_id = "POS A" in ["POS A","POS B"]; }{ }}}