# FISS Instrument setting # "#" is the comment operator. If a parameter is commented out, then it set to be the default value. # Initially a instrument setting file is automatically copied in the today data directory. # If there is a .set file already, than the FISS control program load that. # Set CCD Cooler On/Off (on: 1, off: 0) OnOff = 1 # Both camera cooler On/Off # Set the CCD Cooler On/Off respectively #CCD1_OnOff = 1 #CCD2_OnOff = 1 # Set CCD Temperature (Unit in degree, default is -30) Temperature = -30 # Both camera Temperature # Set the CCD Temperature respectively # CCD1_Temperature = -30 # CCD2_Temperature = -30 # Set CCD Fan Speed (0: High, 1: Low, 2: Off, default is 0) FanSpeed = 0 # Both camera Fan Speed # Set the CCD Fan Speed respectively # CCD1_FanSpeed = 0 # CCD2_FanSpeed = 0