#****************************************************************************** # 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 VIRCAM_CFG "VIRCAM" "VISTA IR Camera Instrument Configuration keywords" REVISION "$Revision: 0.7 $" CONTEXT "Instrument" #################################################################################### # Observation Software configuration keywords # OCS.INSi.SWSIM %8s Software simulation (chs). 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 # INS.FILTi.STOFF %d Offset [motor steps] to be applied (cho). An offset in motor steps to be applied to all positions. Allows for backup reference switch. INS.FILTi.USESW %c If T, in-position switch is used (cho). #################################################################################### # INS.SENSORi: Generic SENSOR device configuration keywords # INS.SENSORi.PREFIXi %10s Device prefix (c). INS.SENSORi.AVAILi %c If T, sensor is available (c). INS.SENSORi.STATi %15s Requested statistics (c). INS.SENSORi.INITSi %16s Device initialization string (c). #___oOo___