#****************************************************************************** # E.S.O. - VLT project # # "@(#) $Id: dicVIRCAM_CFG.txt,v 0.7 2004/07/29 12:05:28 vltsccm Exp $" # # VIRCAM_CFG dictionary # # who when what # -------- -------- ---------------------------------------------- # sbeard 01/03/03 copied from dicXXXX_CFG.txt # sbeard 09/07/03 OCS.HOWFS configuration keywords added but then # commented out. # #****************************************************************************** # # This dictionary contains the VIRCAM instrument specific configuration # keywords used by ICS at startup to understand and interprete the # contents of the configuration file # $INS_ROOT/SYSTEM/COMMON/CONFIGFILES/INS.cfg (source in vcmcfg/config). # The configuration keywords common to all instruments are defined in # the dictionary $INTROOT/config/ESO-VLT-DIC.ICB_CFG # The two dictionaries (ESO-VLT-DIC.ICB_CFG and ESO-VLT-DIC.VIRCAM_CFG) # are listed in the file $INS_ROOT/SYSTEM/COMMON/CONFIGFILES/INS.dic, # which is used to declare which dictionaries have to be used to # understand the contents of INS.cfg. # #****************************************************************************** Dictionary Name: ESO-VLT-DIC.VIRCAM_CFG Scope: VIRCAM Source: ESO VLT Version Control: @(#) $Id: 0.7 $ Revision: $Revision: 0.7 $ Date: 2004-07-30 Status: Development Description: VISTA IR Camera Instrument Configuration keywords #################################################################################### # Observation Software configuration keywords # Parameter Name: OCS INSi SWSIM Class: config|header|setup Context: Instrument Type: string Value Format: %8s Unit: Comment Format: Software simulation. Description: NONE no simulation LCU_SIM LCU is simulated HW_SIM HW is simulated #################################################################################### # Old HOWFS configuration keywords (removed for now) # #OCS.HOWFS.NUM %d Number of HOWFS subsystems (c). #OCS.HOWFS.NAME %30s Subsystem name (c). #OCS.HOWFS.DICT1 %10s Subsystem dictionary (c). #OCS.HOWFS.ACCESS %30s Subsystem access (c). #OCS.HOWFS.DEFAULT %10s Start HOWFS application (c). #OCS.HOWFS.ENVNAME %10s Environment name (c). #OCS.HOWFS.PROCNAME %30s Process name (c). #OCS.HOWFS.KEYWFILT %128s Keyword filter (c). #OCS.HOWFS.TIMEOUT %d Timeout in seconds (c). #OCS.HOWFS.STRTUIF %10s Start associated stand-alone panel (c). #OCS.HOWFS.SWSIM %10s Software simulation (c). #OCS.HOWFS.DBSTATE %30s Subsystem state database attribute (c). ################################################################################### # INS.FILTi: Filter wheel device configuration keywords # Parameter Name: INS FILTi STOFF Class: config|header|ops-log Context: Instrument Type: integer Value Format: %d Unit: motor steps Comment Format: Offset [motor steps] to be applied. Description: An offset in motor steps to be applied to all positions. Allows for backup reference switch. Parameter Name: INS FILTi USESW Class: config|header|ops-log Context: Instrument Type: logical Value Format: %c Unit: Comment Format: If T, in-position switch is used. Description: If T, in-position switch is used. #################################################################################### # INS.SENSORi: Generic SENSOR device configuration keywords # Parameter Name: INS SENSORi PREFIXi Class: config Context: Instrument Type: string Value Format: %10s Unit: Comment Format: Device prefix. Description: Device prefix. Parameter Name: INS SENSORi AVAILi Class: config Context: Instrument Type: logical Value Format: %c Unit: Comment Format: If T, sensor is available. Description: If T, sensor is available. Parameter Name: INS SENSORi STATi Class: config Context: Instrument Type: string Value Format: %15s Unit: Comment Format: Requested statistics. Description: Requested statistics. Parameter Name: INS SENSORi INITSi Class: config Context: Instrument Type: string Value Format: %16s Unit: Comment Format: Device initialization string. Description: Device initialization string. #___oOo___