PHOT_change_data_mode

This script is used to change the character of the data generated by the bolometer (HK only, science and HK, or science test pattern)

// Purpose       : Select the data mode
//
// Author TCL    : T. Mueller
// Author CUS    : DAC
//
// Arguments     :
// string  mode   "Bolo_HK"    Select the data mode for bolometers
//
// Description   : This script will select the data mode for the bolometers
//                 After switch on of the bolometers the default data mode
//                 is "HK only", after executing the sequencer setup the
//                 default mode is "Bolo_HK"
//
// Comments      : Coded based on PhFPU UM, Draft 2, March 31, 2004
//
// Version       : 1.0 18-apr-2005 DAC Based on TM's V1.0 0f 20-apr-2004
// History       :
//

Input variables:

int[] procedure PHOT_change_data_mode {
    string data_mode = "Bolo_HK" in ["Bolo_HK","HK_only","Test_Pat_HK"]; //BOLO data mode
}{