Differences between revisions 1 and 2
Revision 1 as of 2008-02-13 10:09:56
Size: 935
Editor: dcesarsky
Comment:
Revision 2 as of 2008-02-13 10:18:12
Size: 983
Editor: dcesarsky
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
This script is used to change the character of the data generated by the bolometer (science and HK, HK alone, or science test pattern)
Line 7: Line 9:
// CUS script : PHOT_change_data_mode.txt
Line 10: Line 11:
// type name default Description

PHOT_change_data_mode

This script is used to change the character of the data generated by the bolometer (science and HK, HK alone, 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
}{

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