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)