Differences between revisions 1 and 2
Revision 1 as of 2008-02-13 10:21:57
Size: 922
Editor: dcesarsky
Comment:
Revision 2 as of 2009-07-15 14:32:38
Size: 922
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

PHOT_change_seq_mode

// Purpose       : Select the sequence mode
//
// Author TCL    : T. Mueller
// Author CUS    : DAC
//
// Arguments     : String sequencer mode
//
// Description   : This script will select the sequence mode for the bolometers
//                 After executing the sequencer setup the default sequencer
//                 mode is "Sb-Sref"
//
// Comments      : Coded based on PhFPU UM, Draft 2, March 31, 2004
//
// Version       : 1.0 19-apr-2005 (based on v1.0 of TM, 20-apr-2004)
// History       : 1.0
//
// Purpose       : Select the sequencer mode
//
// Arguments
// type   name      default     Description
// string seq_mode  "Sb_Sref"
//

Input variable:

int[] procedure PHOT_change_seq_mode {
    string seq_mode = "Sb_Sref" in ["Sb_Sref","Sb_only","Sref_only","Sb_Sref_diff","Sb_Sref_unip_p
os","Sb_Sref_unip_neg"]; // Sequencer mode
}{

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