= 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 }{ }}}