Differences between revisions 1 and 2
Revision 1 as of 2008-02-13 11:00:06
Size: 433
Editor: dcesarsky
Comment:
Revision 2 as of 2009-07-15 14:32:36
Size: 433
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

PHOT_set_gain

// Purpose       : Set gain "HIGH" or "LOW" for the BOLO electronics
//
// Input arguments
// type    name         description
//
//
// Description   : This script will activate the LOW or HIGH gain modes
//
//
// History       : 0.1 19-apr-2005 DAC.
//

Input variable(s):

int[] procedure PHOT_set_gain {
    string set_gain = "LOW" in ["LOW","HIGH"]; // Set electronics gain
}{

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