:tocdepth: 3 ######## MTCamera ######## .. note:: This page is generated by the following python script ``generate_cet.py``. :ref:`Back to table ` Commands -------- .. _MTCamera:Commands:clear: clear ~~~~~ :EFDB_Topic: MTCamera_command_clear .. _MTCamera:Commands:clear:nClears: nClears ******* :IDL_Type: long :Units: unitless **Description**: Number of consecutive clear operations to perform .. _MTCamera:Commands:disableCalibration: disableCalibration ~~~~~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_command_disableCalibration .. _MTCamera:Commands:disableCalibration:value: value ***** :IDL_Type: boolean :Units: unitless **Description**: Unused .. _MTCamera:Commands:discardRows: discardRows ~~~~~~~~~~~ :EFDB_Topic: MTCamera_command_discardRows .. _MTCamera:Commands:discardRows:nRows: nRows ***** :IDL_Type: long :Units: unitless **Description**: Number of rows to discard .. _MTCamera:Commands:enableCalibration: enableCalibration ~~~~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_command_enableCalibration .. _MTCamera:Commands:enableCalibration:value: value ***** :IDL_Type: boolean :Units: unitless **Description**: Unused .. _MTCamera:Commands:endImage: endImage ~~~~~~~~ :EFDB_Topic: MTCamera_command_endImage .. _MTCamera:Commands:endImage:value: value ***** :IDL_Type: boolean :Units: unitless **Description**: Unused .. _MTCamera:Commands:initGuiders: initGuiders ~~~~~~~~~~~ :EFDB_Topic: MTCamera_command_initGuiders .. _MTCamera:Commands:initGuiders:roiSpec: roiSpec ******* :IDL_Type: string :IDL_Size: 256 :Units: unitless **Description**: TBD specification for region of interest .. _MTCamera:Commands:initImage: initImage ~~~~~~~~~ :EFDB_Topic: MTCamera_command_initImage .. _MTCamera:Commands:initImage:deltaT: deltaT ****** :IDL_Type: double :Units: second **Description**: Estimate of time period before takeImages will be issued .. _MTCamera:Commands:setFilter: setFilter ~~~~~~~~~ :EFDB_Topic: MTCamera_command_setFilter .. _MTCamera:Commands:setFilter:name: name **** :IDL_Type: string :IDL_Size: 256 :Units: unitless **Description**: The filter name to install .. _MTCamera:Commands:startImage: startImage ~~~~~~~~~~ :EFDB_Topic: MTCamera_command_startImage .. _MTCamera:Commands:startImage:shutter: shutter ******* :IDL_Type: boolean :Units: unitless **Description**: True if the shutter should be opened/closed .. _MTCamera:Commands:startImage:sensors: sensors ******* :IDL_Type: string :Units: unitless **Description**: Sensors to be read out, if blank all configured sensors will be read out .. _MTCamera:Commands:startImage:keyValueMap: keyValueMap *********** :IDL_Type: string :Units: unitless **Description**: Map of additional key value pairs, e.g. imageType: XYZ, groupId: ABC .. _MTCamera:Commands:startImage:obsNote: obsNote ******* :IDL_Type: string :Units: unitless **Description**: An arbitrary operator provided string, useful for informally flagging images .. _MTCamera:Commands:startImage:timeout: timeout ******* :IDL_Type: double :Units: second **Description**: Timeout after which imaging will be abandoned if no endImage command received .. _MTCamera:Commands:stop: stop ~~~~ :EFDB_Topic: MTCamera_command_stop .. _MTCamera:Commands:stop:value: value ***** :IDL_Type: boolean :Units: unitless **Description**: Attribute required by the API, but is unused. .. _MTCamera:Commands:takeImages: takeImages ~~~~~~~~~~ :EFDB_Topic: MTCamera_command_takeImages .. _MTCamera:Commands:takeImages:numImages: numImages ********* :IDL_Type: long :Units: unitless **Description**: Number of consecutive images to take .. _MTCamera:Commands:takeImages:expTime: expTime ******* :IDL_Type: double :Units: second **Description**: Exposure time .. _MTCamera:Commands:takeImages:shutter: shutter ******* :IDL_Type: boolean :Units: unitless **Description**: True if the shutter should be opened/closed .. _MTCamera:Commands:takeImages:sensors: sensors ******* :IDL_Type: string :Units: unitless **Description**: Sensors to be read out, if blank all configured sensors will be read out .. _MTCamera:Commands:takeImages:keyValueMap: keyValueMap *********** :IDL_Type: string :Units: unitless **Description**: Map of additional key value pairs to associate extra data with the image(s), e.g. imageType: XYZ, groupId: ABC .. _MTCamera:Commands:takeImages:obsNote: obsNote ******* :IDL_Type: string :Units: unitless **Description**: An arbitrary operator provided string, useful for informally flagging images abort ~~~~~ :EFDB_Topic: SALGeneric_command_abort .. _MTCamera:abort:value: value ***** :IDL_Type: boolean :Units: unitless **Description**: Not used disable ~~~~~~~ **Description**: Transition from state Enabled to Disabled. :EFDB_Topic: SALGeneric_command_disable .. _MTCamera:disable:value: value ***** :IDL_Type: boolean :Units: unitless **Description**: Not used enable ~~~~~~ **Description**: Transition from state Disabled to Enabled. :EFDB_Topic: SALGeneric_command_enable .. _MTCamera:enable:value: value ***** :IDL_Type: boolean :Units: unitless **Description**: Not used enterControl ~~~~~~~~~~~~ **Description**: Transition from state Offline to Standby. Only "externally commandable" CSCs support this command; other CSCs start in Standby state and quit when they go to Offline. :EFDB_Topic: SALGeneric_command_enterControl .. _MTCamera:enterControl:value: value ***** :IDL_Type: boolean :Units: unitless **Description**: Not used exitControl ~~~~~~~~~~~ **Description**: Transition from state Standby to Offline. For CSCs that are not "externally commandable" this makes the CSC quit. :EFDB_Topic: SALGeneric_command_exitControl .. _MTCamera:exitControl:value: value ***** :IDL_Type: boolean :Units: unitless **Description**: Not used setAuthList ~~~~~~~~~~~ :EFDB_Topic: SALGeneric_command_setAuthList .. _MTCamera:setAuthList:authorizedUsers: authorizedUsers *************** :IDL_Type: string :Units: unitless **Description**: Comma seperated list of authorized users currently allowed to command this CSC, in the form user@host. If the first character is +/- then the specified users are added/removed. Duplicates are silently ignored. The CSC's own user@host is silently ignored, because it is always authorized. For removal, CSCs that are not in the list are silently ignored. Whitespace is allowed after the optional initial +/- and after each comma. .. _MTCamera:setAuthList:nonAuthorizedCSCs: nonAuthorizedCSCs ***************** :IDL_Type: string :Units: unitless **Description**: Comma seperated list of CSC's not currently allowed to command this CSC, in the form name[:index]. An index of 0 is stripped (name:0 becomes name). If the first character is +/- then the specified CSCs are added/removed. Duplicates are silently ignored. For removal, CSCs that are not in the list are silently ignored. Whitespace is allowed after the optional initial +/- and after each comma. setLogLevel ~~~~~~~~~~~ **Description**: Set the logging level. :EFDB_Topic: SALGeneric_command_setLogLevel .. _MTCamera:setLogLevel:level: level ***** :IDL_Type: int :Units: unitless **Description**: Logging level, as a Python logging level: error=40, warning=30, info=20, debug=10. setValue ~~~~~~~~ :EFDB_Topic: SALGeneric_command_setValue .. _MTCamera:setValue:parametersAndValues: parametersAndValues ******************* :IDL_Type: string :IDL_Size: 256 :Units: unitless **Description**: List of parameters and their values as a Json string standby ~~~~~~~ **Description**: Transition from state Offline, Disabled or Fault to Standby. :EFDB_Topic: SALGeneric_command_standby .. _MTCamera:standby:value: value ***** :IDL_Type: boolean :Units: unitless **Description**: Not used start ~~~~~ **Description**: Transition from state Standby to Disable, in a specified configuration. :EFDB_Topic: SALGeneric_command_start .. _MTCamera:start:settingsToApply: settingsToApply *************** :IDL_Type: string :IDL_Size: 256 :Units: unitless **Description**: Name of the selected settings set Events ------ .. _MTCamera:Events:availableFilters: availableFilters ~~~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_availableFilters .. _MTCamera:Events:availableFilters:filterNames: filterNames *********** :IDL_Type: string :IDL_Size: 256 :Units: unitless **Description**: A list of installed filter names (comma delimimted, U-001,G-004,R-010,Z-012,Y-014), in the same order as the list of filter types. .. _MTCamera:Events:calibrationDetailedState: calibrationDetailedState ~~~~~~~~~~~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_calibrationDetailedState .. _MTCamera:Events:calibrationDetailedState:substate: substate ******** :IDL_Type: long :Units: unitless :Enumeration: DISABLED,ENABLED,INTEGRATING **Description**: Enumeration of valid substates .. _MTCamera:Events:calibrationDetailedState:transitionTimestamp: transitionTimestamp ******************* :IDL_Type: double :Units: second **Description**: The time at which the state transition occurred .. _MTCamera:Events:ccsCommandState: ccsCommandState ~~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_ccsCommandState .. _MTCamera:Events:ccsCommandState:substate: substate ******** :IDL_Type: long :Units: unitless :Enumeration: IDLE,BUSY **Description**: Substate of the CCS command. .. _MTCamera:Events:ccsConfigured: ccsConfigured ~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_ccsConfigured .. _MTCamera:Events:endInitializeGuider: endInitializeGuider ~~~~~~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_endInitializeGuider .. _MTCamera:Events:endInitializeImage: endInitializeImage ~~~~~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_endInitializeImage .. _MTCamera:Events:endLoadFilter: endLoadFilter ~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_endLoadFilter .. _MTCamera:Events:endOfImageTelemetry: endOfImageTelemetry ~~~~~~~~~~~~~~~~~~~ **Description**: Event sent once all telemetry correesponding to the image has been sent. (Typically ~300mS after the end of readout). Note: all : delimited strings (aka string arrays) follow the escaping convention defined in CAP-572 :EFDB_Topic: MTCamera_logevent_endOfImageTelemetry .. _MTCamera:Events:endOfImageTelemetry:imageType: imageType ********* :IDL_Type: string :Units: unitless **Description**: The imageType as passed to the takeImages command (using keyValueMap) .. _MTCamera:Events:endOfImageTelemetry:groupId: groupId ******* :IDL_Type: string :Units: unitless **Description**: The groupId as passed to the takeImages command (using keyValueMap) .. _MTCamera:Events:endOfImageTelemetry:additionalKeys: additionalKeys ************** :IDL_Type: string :Units: unitless **Description**: Additional keys passed to the takeImages command (: delimited) .. _MTCamera:Events:endOfImageTelemetry:additionalValues: additionalValues **************** :IDL_Type: string :Units: unitless **Description**: Additional values passed to the takeImages command (: delimited, in same order as additionalKeys) .. _MTCamera:Events:endOfImageTelemetry:imagesInSequence: imagesInSequence **************** :IDL_Type: long :Units: unitless **Description**: The total number of requested images in sequence .. _MTCamera:Events:endOfImageTelemetry:imageName: imageName ********* :IDL_Type: string :IDL_Size: 32 :Units: unitless **Description**: The imageName for this specific exposure, assigned by the camera .. _MTCamera:Events:endOfImageTelemetry:imageIndex: imageIndex ********** :IDL_Type: long :Units: unitless **Description**: The zero based index number for this specific exposure within the sequence .. _MTCamera:Events:endOfImageTelemetry:imageSource: imageSource *********** :IDL_Type: string :IDL_Size: 2 :Units: unitless **Description**: The source component of the image name (AT/CC/MC) .. _MTCamera:Events:endOfImageTelemetry:imageController: imageController *************** :IDL_Type: string :Units: unitless **Description**: The controller for the image (O=OCS/C=CCS/...) .. _MTCamera:Events:endOfImageTelemetry:imageDate: imageDate ********* :IDL_Type: string :IDL_Size: 8 :Units: unitless **Description**: The date component of the image name (YYYYMMDD) .. _MTCamera:Events:endOfImageTelemetry:imageNumber: imageNumber *********** :IDL_Type: long :Units: unitless **Description**: The image number (SEQNO) component of the image name .. _MTCamera:Events:endOfImageTelemetry:timeStampAcquisitionStart: timeStampAcquisitionStart ************************* :IDL_Type: double :Units: second **Description**: The effective time at which the image acquisition started (i.e. the end of the previous clear or readout) .. _MTCamera:Events:endOfImageTelemetry:exposureTime: exposureTime ************ :IDL_Type: double :Units: second **Description**: The requested exposure time .. _MTCamera:Events:endOfImageTelemetry:imageTag: imageTag ******** :IDL_Type: string :IDL_Size: 64 :Units: unitless **Description**: The DAQ assigned image tag (hex string) .. _MTCamera:Events:endOfImageTelemetry:timestampDateObs: timestampDateObs **************** :IDL_Type: double :Units: second **Description**: The observation date, as computed by CCS (as TAI) .. _MTCamera:Events:endOfImageTelemetry:timestampDateEnd: timestampDateEnd **************** :IDL_Type: double :Units: second **Description**: The end observation date, as computed by CCS (as TAI) .. _MTCamera:Events:endOfImageTelemetry:measuredShutterOpenTime: measuredShutterOpenTime *********************** :IDL_Type: double :Units: second **Description**: The measured shutter open time, as computed by CCS. This is a best estimate based on a summary of the full information provided in the shutterBladeMotionProfile events. .. _MTCamera:Events:endOfImageTelemetry:darkTime: darkTime ******** :IDL_Type: double :Units: second **Description**: The dark time, as computed by CCS .. _MTCamera:Events:endReadout: endReadout ~~~~~~~~~~ **Description**: Event sent at end of readout. When this event is received the corresponding image should be complete in the DAQ 2-day store. Note: all : delimited strings (aka string arrays) follow the escaping convention defined in CAP-572 :EFDB_Topic: MTCamera_logevent_endReadout .. _MTCamera:Events:endReadout:imageType: imageType ********* :IDL_Type: string :Units: unitless **Description**: The imageType as passed to the takeImages command (using keyValueMap) .. _MTCamera:Events:endReadout:groupId: groupId ******* :IDL_Type: string :Units: unitless **Description**: The groupId as passed to the takeImages command (using keyValueMap) .. _MTCamera:Events:endReadout:additionalKeys: additionalKeys ************** :IDL_Type: string :Units: unitless **Description**: Additional keys passed to the takeImages command (: delimited) .. _MTCamera:Events:endReadout:additionalValues: additionalValues **************** :IDL_Type: string :Units: unitless **Description**: Additional values passed to the takeImages command (: delimited, in same order as additionalKeys) .. _MTCamera:Events:endReadout:imagesInSequence: imagesInSequence **************** :IDL_Type: long :Units: unitless **Description**: The total number of requested images in sequence .. _MTCamera:Events:endReadout:imageName: imageName ********* :IDL_Type: string :IDL_Size: 32 :Units: unitless **Description**: The imageName for this specific exposure, assigned by the camera .. _MTCamera:Events:endReadout:imageIndex: imageIndex ********** :IDL_Type: long :Units: unitless **Description**: The zero based index number for this specific exposure within the sequence .. _MTCamera:Events:endReadout:imageSource: imageSource *********** :IDL_Type: string :IDL_Size: 2 :Units: unitless **Description**: The source component of the image name (AT/CC/MC) .. _MTCamera:Events:endReadout:imageController: imageController *************** :IDL_Type: string :Units: unitless **Description**: The controller for the image (O=OCS/C=CCS/...) .. _MTCamera:Events:endReadout:imageDate: imageDate ********* :IDL_Type: string :IDL_Size: 8 :Units: unitless **Description**: The date component of the image name (YYYYMMDD) .. _MTCamera:Events:endReadout:imageNumber: imageNumber *********** :IDL_Type: long :Units: unitless **Description**: The image number (SEQNO) component of the image name .. _MTCamera:Events:endReadout:timeStampAcquisitionStart: timeStampAcquisitionStart ************************* :IDL_Type: double :Units: second **Description**: The effective time at which the image acquisition started (i.e. the end of the previous clear or readout) .. _MTCamera:Events:endReadout:requestedExposureTime: requestedExposureTime ********************* :IDL_Type: double :Units: second **Description**: The requested exposure time (as specified in the takeImages command) .. _MTCamera:Events:endReadout:timeStampEndOfReadout: timeStampEndOfReadout ********************* :IDL_Type: double :Units: second **Description**: The time at which the readout was completed .. _MTCamera:Events:endRotateCarousel: endRotateCarousel ~~~~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_endRotateCarousel .. _MTCamera:Events:endSetFilter: endSetFilter ~~~~~~~~~~~~ **Description**: Event issued once the new filter is in its final position :EFDB_Topic: MTCamera_logevent_endSetFilter .. _MTCamera:Events:endSetFilter:filterName: filterName ********** :IDL_Type: string :Units: unitless **Description**: The name of the filter being installed (e.g. U-001) .. _MTCamera:Events:endSetFilter:filterType: filterType ********** :IDL_Type: string :Units: unitless **Description**: The type of the filter being installed (e.g. g,r,i,z,y,u,none,other). If other it can optionally be followed by a : delimited qualifier, e.g. other:pinhole .. _MTCamera:Events:endSetFilter:filterSlot: filterSlot ********** :IDL_Type: int :Units: unitless **Description**: The slot which the filter is in (ComCam) or came from (Main Camera) .. _MTCamera:Events:endSetFilter:filterPosition: filterPosition ************** :IDL_Type: double :Units: mm **Description**: For ComCam this is the measured linear encoder position once the filter in in place. For Main Camera it may be unused. .. _MTCamera:Events:endShutterClose: endShutterClose ~~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_endShutterClose .. _MTCamera:Events:endShutterOpen: endShutterOpen ~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_endShutterOpen .. _MTCamera:Events:endTakeImage: endTakeImage ~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_endTakeImage .. _MTCamera:Events:endUnloadFilter: endUnloadFilter ~~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_endUnloadFilter .. _MTCamera:Events:filterChangerDetailedState: filterChangerDetailedState ~~~~~~~~~~~~~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_filterChangerDetailedState .. _MTCamera:Events:filterChangerDetailedState:substate: substate ******** :IDL_Type: long :Units: unitless :Enumeration: UNLOADING,LOADING,LOADED,UNLOADED,ROTATING **Description**: None .. _MTCamera:Events:filterChangerDetailedState:transitionTimestamp: transitionTimestamp ******************* :IDL_Type: double :Units: second **Description**: The time at which the state transition occurred .. _MTCamera:Events:imageReadinessDetailedState: imageReadinessDetailedState ~~~~~~~~~~~~~~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_imageReadinessDetailedState .. _MTCamera:Events:imageReadinessDetailedState:substate: substate ******** :IDL_Type: long :Units: unitless :Enumeration: READY,NOT_READY,GETTING_READY **Description**: Enumeration of valid substates .. _MTCamera:Events:imageReadinessDetailedState:transitionTimestamp: transitionTimestamp ******************* :IDL_Type: double :Units: second **Description**: The time at which the state transition occurred .. _MTCamera:Events:imageReadoutParameters: imageReadoutParameters ~~~~~~~~~~~~~~~~~~~~~~ **Description**: Event sent describing image readout parameters. Note: all : delimited strings (aka string arrays) follow the escaping convention defined in CAP-572 :EFDB_Topic: MTCamera_logevent_imageReadoutParameters .. _MTCamera:Events:imageReadoutParameters:imageName: imageName ********* :IDL_Type: string :Units: unitless **Description**: The imageName for this specific exposure .. _MTCamera:Events:imageReadoutParameters:ccdLocation: ccdLocation *********** :IDL_Type: string :Units: unitless **Description**: A list of all ccds currently configured, of the form RnnSnn, : delimited (empty if entry not used) .. _MTCamera:Events:imageReadoutParameters:raftBay: raftBay ******* :IDL_Type: string :Units: unitless **Description**: The raft bay for each CCD listed above, of the form Rnn : delimited .. _MTCamera:Events:imageReadoutParameters:ccdSlot: ccdSlot ******* :IDL_Type: string :Units: unitless **Description**: The CCD slot for each CCD listed above, of the form SXn : delimited .. _MTCamera:Events:imageReadoutParameters:ccdType: ccdType ******* :IDL_Type: int :Units: unitless :Count: 201 :Enumeration: E2V, ITL **Description**: The type of each CCD, this determines segRows, segCols and serCols .. _MTCamera:Events:imageReadoutParameters:overRows: overRows ******** :IDL_Type: int :Units: unitless :Count: 201 **Description**: See CCD Readout Parameters Diagram .. _MTCamera:Events:imageReadoutParameters:overCols: overCols ******** :IDL_Type: int :Units: unitless :Count: 201 **Description**: See CCD Readout Parameters Diagram .. _MTCamera:Events:imageReadoutParameters:readRows: readRows ******** :IDL_Type: int :Units: unitless :Count: 201 **Description**: See CCD Readout Parameters Diagram .. _MTCamera:Events:imageReadoutParameters:readCols: readCols ******** :IDL_Type: int :Units: unitless :Count: 201 **Description**: See CCD Readout Parameters Diagram .. _MTCamera:Events:imageReadoutParameters:readCols2: readCols2 ********* :IDL_Type: int :Units: unitless :Count: 201 **Description**: See CCD Readout Parameters Diagram .. _MTCamera:Events:imageReadoutParameters:preCols: preCols ******* :IDL_Type: int :Units: unitless :Count: 201 **Description**: See CCD Readout Parameters Diagram .. _MTCamera:Events:imageReadoutParameters:preRows: preRows ******* :IDL_Type: int :Units: unitless :Count: 201 **Description**: See CCD Readout Parameters Diagram .. _MTCamera:Events:imageReadoutParameters:postCols: postCols ******** :IDL_Type: int :Units: unitless :Count: 201 **Description**: See CCD Readout Parameters Diagram .. _MTCamera:Events:imageReadoutParameters:underCols: underCols ********* :IDL_Type: int :Units: unitless :Count: 201 **Description**: See CCD Readout Parameters Diagram .. _MTCamera:Events:imageReadoutParameters:daqFolder: daqFolder ********* :IDL_Type: string :Units: unitless **Description**: DAQ folder where image will be created .. _MTCamera:Events:imageReadoutParameters:daqAnnotation: daqAnnotation ************* :IDL_Type: string :Units: unitless **Description**: Annotation sent to DAQ .. _MTCamera:Events:notReadyToTakeImage: notReadyToTakeImage ~~~~~~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_notReadyToTakeImage .. _MTCamera:Events:offlineDetailedState: offlineDetailedState ~~~~~~~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_offlineDetailedState .. _MTCamera:Events:offlineDetailedState:substate: substate ******** :IDL_Type: long :Units: unitless :Enumeration: OFFLINE_AVAILABLE,OFFLINE_PUBLISH_ONLY **Description**: Enumeration of valid substates .. _MTCamera:Events:offlineDetailedState:transitionTimestamp: transitionTimestamp ******************* :IDL_Type: double :Units: second **Description**: The time at which the state transition occurred .. _MTCamera:Events:prepareToTakeImage: prepareToTakeImage ~~~~~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_prepareToTakeImage .. _MTCamera:Events:raftsDetailedState: raftsDetailedState ~~~~~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_raftsDetailedState .. _MTCamera:Events:raftsDetailedState:substate: substate ******** :IDL_Type: long :Units: unitless :Enumeration: NEEDS_CLEAR,CLEARING,INTEGRATING,READING_OUT,QUIESCENT **Description**: Enumeration of valid substates .. _MTCamera:Events:raftsDetailedState:transitionTimestamp: transitionTimestamp ******************* :IDL_Type: double :Units: second **Description**: The time at which the state transition occurred .. _MTCamera:Events:readyToTakeImage: readyToTakeImage ~~~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_readyToTakeImage .. _MTCamera:Events:shutterDetailedState: shutterDetailedState ~~~~~~~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_shutterDetailedState .. _MTCamera:Events:shutterDetailedState:substate: substate ******** :IDL_Type: long :Units: unitless :Enumeration: CLOSED,OPEN,CLOSING,OPENING **Description**: Enumeration of valid substates .. _MTCamera:Events:shutterDetailedState:transitionTimestamp: transitionTimestamp ******************* :IDL_Type: double :Units: second **Description**: The time at which the state transition occurred .. _MTCamera:Events:startIntegration: startIntegration ~~~~~~~~~~~~~~~~ **Description**: Event sent at start of image integration. Note: all : delimited strings (aka string arrays) follow the escaping convention defined in CAP-572 :EFDB_Topic: MTCamera_logevent_startIntegration .. _MTCamera:Events:startIntegration:imageType: imageType ********* :IDL_Type: string :Units: unitless **Description**: The imageType as passed to the takeImages command (using keyValueMap) .. _MTCamera:Events:startIntegration:groupId: groupId ******* :IDL_Type: string :Units: unitless **Description**: The groupId as passed to the takeImages command (using keyValueMap) .. _MTCamera:Events:startIntegration:additionalKeys: additionalKeys ************** :IDL_Type: string :Units: unitless **Description**: Additional keys passed to the takeImages command (: delimited) .. _MTCamera:Events:startIntegration:additionalValues: additionalValues **************** :IDL_Type: string :Units: unitless **Description**: Additional values passed to the takeImages command (: delimited, in same order as additionalKeys) .. _MTCamera:Events:startIntegration:imagesInSequence: imagesInSequence **************** :IDL_Type: long :Units: unitless **Description**: The total number of requested images in sequence .. _MTCamera:Events:startIntegration:imageName: imageName ********* :IDL_Type: string :IDL_Size: 32 :Units: unitless **Description**: The imageName for this specific exposure, assigned by the camera .. _MTCamera:Events:startIntegration:imageIndex: imageIndex ********** :IDL_Type: long :Units: unitless **Description**: The zero based index number for this specific exposure within the sequence .. _MTCamera:Events:startIntegration:imageSource: imageSource *********** :IDL_Type: string :IDL_Size: 2 :Units: unitless **Description**: The source component of the image name (AT/CC/MC) .. _MTCamera:Events:startIntegration:imageController: imageController *************** :IDL_Type: string :Units: unitless **Description**: The controller for the image (O=OCS/C=CCS/...) .. _MTCamera:Events:startIntegration:imageDate: imageDate ********* :IDL_Type: string :IDL_Size: 8 :Units: unitless **Description**: The date component of the image name (YYYYMMDD) .. _MTCamera:Events:startIntegration:imageNumber: imageNumber *********** :IDL_Type: long :Units: unitless **Description**: The image number (SEQNO) component of the image name .. _MTCamera:Events:startIntegration:timeStampAcquisitionStart: timeStampAcquisitionStart ************************* :IDL_Type: double :Units: second **Description**: The effective time at which the image acquisition started (i.e. the end of the previous clear or readout) .. _MTCamera:Events:startIntegration:exposureTime: exposureTime ************ :IDL_Type: double :Units: second **Description**: The requested exposure time .. _MTCamera:Events:startLoadFilter: startLoadFilter ~~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_startLoadFilter .. _MTCamera:Events:startReadout: startReadout ~~~~~~~~~~~~ **Description**: Event sent at start of readout. Note: all : delimited strings (aka string arrays) follow the escaping convention defined in CAP-572 :EFDB_Topic: MTCamera_logevent_startReadout .. _MTCamera:Events:startReadout:imageType: imageType ********* :IDL_Type: string :Units: unitless **Description**: The imageType as passed to the takeImages command (using keyValueMap) .. _MTCamera:Events:startReadout:groupId: groupId ******* :IDL_Type: string :Units: unitless **Description**: The groupId as passed to the takeImages command (using keyValueMap) .. _MTCamera:Events:startReadout:additionalKeys: additionalKeys ************** :IDL_Type: string :Units: unitless **Description**: Additional keys passed to the takeImages command (: delimited) .. _MTCamera:Events:startReadout:additionalValues: additionalValues **************** :IDL_Type: string :Units: unitless **Description**: Additional values passed to the takeImages command (: delimited, in same order as additionalKeys) .. _MTCamera:Events:startReadout:imagesInSequence: imagesInSequence **************** :IDL_Type: long :Units: unitless **Description**: The total number of requested images in sequence .. _MTCamera:Events:startReadout:imageName: imageName ********* :IDL_Type: string :IDL_Size: 32 :Units: unitless **Description**: The imageName for this specific exposure, assigned by the camera .. _MTCamera:Events:startReadout:imageIndex: imageIndex ********** :IDL_Type: long :Units: unitless **Description**: The zero based index number for this specific exposure within the sequence .. _MTCamera:Events:startReadout:imageSource: imageSource *********** :IDL_Type: string :IDL_Size: 2 :Units: unitless **Description**: The source component of the image name (AT/CC/MC) .. _MTCamera:Events:startReadout:imageController: imageController *************** :IDL_Type: string :Units: unitless **Description**: The controller for the image (O=OCS/C=CCS/...) .. _MTCamera:Events:startReadout:imageDate: imageDate ********* :IDL_Type: string :IDL_Size: 8 :Units: unitless **Description**: The date component of the image name (YYYYMMDD) .. _MTCamera:Events:startReadout:imageNumber: imageNumber *********** :IDL_Type: long :Units: unitless **Description**: The image number (SEQNO) component of the image name .. _MTCamera:Events:startReadout:timeStampAcquisitionStart: timeStampAcquisitionStart ************************* :IDL_Type: double :Units: second **Description**: The effective time at which the image acquisition started (i.e. the end of the previous clear or readout) .. _MTCamera:Events:startReadout:exposureTime: exposureTime ************ :IDL_Type: double :Units: second **Description**: The requested exposure time .. _MTCamera:Events:startReadout:timeStampStartOfReadout: timeStampStartOfReadout *********************** :IDL_Type: double :Units: second **Description**: The time at which the readout was triggered .. _MTCamera:Events:startRotateCarousel: startRotateCarousel ~~~~~~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_startRotateCarousel .. _MTCamera:Events:startSetFilter: startSetFilter ~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_startSetFilter .. _MTCamera:Events:startSetFilter:filterName: filterName ********** :IDL_Type: string :Units: unitless **Description**: The name of the filter being installed (e.g. U-001) .. _MTCamera:Events:startSetFilter:filterType: filterType ********** :IDL_Type: string :Units: unitless **Description**: The type of the filter being installed (e.g. g,r,i,z,y,u,none,other). If other it can optionally be followed by a : delimited qualifier, e.g. other:pinhole .. _MTCamera:Events:startShutterClose: startShutterClose ~~~~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_startShutterClose .. _MTCamera:Events:startShutterOpen: startShutterOpen ~~~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_startShutterOpen .. _MTCamera:Events:startUnloadFilter: startUnloadFilter ~~~~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_logevent_startUnloadFilter appliedSettingsMatchStart ~~~~~~~~~~~~~~~~~~~~~~~~~ :EFDB_Topic: SALGeneric_logevent_appliedSettingsMatchStart .. _MTCamera:appliedSettingsMatchStart:appliedSettingsMatchStartIsTrue: appliedSettingsMatchStartIsTrue ******************************* :IDL_Type: boolean :Units: unitless **Description**: True when the configuration matches the start conditions authList ~~~~~~~~ :EFDB_Topic: SALGeneric_logevent_authList .. _MTCamera:authList:authorizedUsers: authorizedUsers *************** :IDL_Type: string :Units: unitless **Description**: Comma seperated list of authorized users currently allowed to command this CSC. .. _MTCamera:authList:nonAuthorizedCSCs: nonAuthorizedCSCs ***************** :IDL_Type: string :Units: unitless **Description**: Comma seperated list of CSC's not currently allowed to command this CSC. errorCode ~~~~~~~~~ **Description**: Output when a CSC goes into the Fault state as an explanation of the problem. :EFDB_Topic: SALGeneric_logevent_errorCode .. _MTCamera:errorCode:errorCode: errorCode ********* :IDL_Type: long :Units: unitless **Description**: A numeric error code .. _MTCamera:errorCode:errorReport: errorReport *********** :IDL_Type: string :Units: unitless **Description**: An string providing detailed information about the error .. _MTCamera:errorCode:traceback: traceback ********* :IDL_Type: string :Units: unitless **Description**: An optional stack trace of the error condition heartbeat ~~~~~~~~~ :EFDB_Topic: SALGeneric_logevent_heartbeat .. _MTCamera:heartbeat:heartbeat: heartbeat ********* :IDL_Type: boolean :Units: unitless **Description**: Beats the drum. logLevel ~~~~~~~~ **Description**: Current logging level. :EFDB_Topic: SALGeneric_logevent_logLevel .. _MTCamera:logLevel:level: level ***** :IDL_Type: int :Units: unitless **Description**: Current logging level, a Python logging level: error=40, warning=30, info=20, debug=10. logMessage ~~~~~~~~~~ **Description**: A log message. :EFDB_Topic: SALGeneric_logevent_logMessage .. _MTCamera:logMessage:name: name **** :IDL_Type: string :Units: unitless **Description**: Log name. .. _MTCamera:logMessage:level: level ***** :IDL_Type: int :Units: unitless **Description**: Message level, a Python logging level: error=40, warning=30, info=20, debug=10. .. _MTCamera:logMessage:message: message ******* :IDL_Type: string :Units: unitless **Description**: Log message. .. _MTCamera:logMessage:traceback: traceback ********* :IDL_Type: string :Units: unitless **Description**: Exception traceback; "" if not an exception. .. _MTCamera:logMessage:filePath: filePath ******** :IDL_Type: string :Units: unitless **Description**: Path to source file. .. _MTCamera:logMessage:functionName: functionName ************ :IDL_Type: string :Units: unitless **Description**: Function or method name. .. _MTCamera:logMessage:lineNumber: lineNumber ********** :IDL_Type: long :Units: unitless **Description**: Line number in the file specified by filePath. .. _MTCamera:logMessage:process: process ******* :IDL_Type: long :Units: unitless **Description**: Process ID. settingVersions ~~~~~~~~~~~~~~~ **Description**: Information about settings which can be specified in the start command. :EFDB_Topic: SALGeneric_logevent_settingVersions .. _MTCamera:settingVersions:recommendedSettingsVersion: recommendedSettingsVersion ************************** :IDL_Type: string :Units: unitless **Description**: List of comma seperated recomended versions of settings sets .. _MTCamera:settingVersions:recommendedSettingsLabels: recommendedSettingsLabels ************************* :IDL_Type: string :Units: unitless **Description**: List of comma seperated names of settings sets .. _MTCamera:settingVersions:settingsUrl: settingsUrl *********** :IDL_Type: string :Units: unitless **Description**: The URL where the settings sets definitions can be found settingsApplied ~~~~~~~~~~~~~~~ **Description**: Base settings applied. :EFDB_Topic: SALGeneric_logevent_settingsApplied .. _MTCamera:settingsApplied:settingsVersion: settingsVersion *************** :IDL_Type: string :IDL_Size: 256 :Units: unitless **Description**: The SHA or name corresponding to the published configuration .. _MTCamera:settingsApplied:otherSettingsEvents: otherSettingsEvents ******************* :IDL_Type: string :Units: unitless **Description**: A comma delimited list of other specific CSC configuration events. This may be blank if no other CSC specific events are necessary simulationMode ~~~~~~~~~~~~~~ **Description**: Current simulation mode. :EFDB_Topic: SALGeneric_logevent_simulationMode .. _MTCamera:simulationMode:mode: mode **** :IDL_Type: int :Units: unitless **Description**: Current simulation mode; 0 for normal operation (no simulation); other supported values are specific to each CSC. softwareVersions ~~~~~~~~~~~~~~~~ **Description**: Current versions of software in use by CSC. :EFDB_Topic: SALGeneric_logevent_softwareVersions .. _MTCamera:softwareVersions:salVersion: salVersion ********** :IDL_Type: string :IDL_Size: 16 :Units: unitless **Description**: This is the current version of SAL generation .. _MTCamera:softwareVersions:xmlVersion: xmlVersion ********** :IDL_Type: string :IDL_Size: 16 :Units: unitless **Description**: This is the current version of CSC XML .. _MTCamera:softwareVersions:openSpliceVersion: openSpliceVersion ***************** :IDL_Type: string :IDL_Size: 16 :Units: unitless **Description**: This is the current version of OpenSplice .. _MTCamera:softwareVersions:cscVersion: cscVersion ********** :IDL_Type: string :IDL_Size: 16 :Units: unitless **Description**: This is the top-level version of the CSC .. _MTCamera:softwareVersions:subsystemVersions: subsystemVersions ***************** :IDL_Type: string :Units: unitless **Description**: A comma delimited list of key=value pairs relating subsystem name (key) to its version number (value). This may be left blank if there are no subsystems within a CSC summaryState ~~~~~~~~~~~~ **Description**: Current summary state of the CSC :EFDB_Topic: SALGeneric_logevent_summaryState .. _MTCamera:summaryState:summaryState: summaryState ************ :IDL_Type: long :Units: unitless **Description**: High level state machine state identifier Telemetry --------- .. _MTCamera:Telemetry:ccs: ccs ~~~ :EFDB_Topic: MTCamera_ccs .. _MTCamera:Telemetry:ccs:ccsStatus: ccsStatus ********* :IDL_Type: long :Units: None :Count: 20 **Description**: None .. _MTCamera:Telemetry:ccs:imageStatus: imageStatus *********** :IDL_Type: long :Units: None :Count: 20 **Description**: None .. _MTCamera:Telemetry:clusterEncoder: clusterEncoder ~~~~~~~~~~~~~~ :EFDB_Topic: MTCamera_clusterEncoder .. _MTCamera:Telemetry:clusterEncoder:imageSD: imageSD ******* :IDL_Type: float :Units: None :Count: 100 **Description**: Standard Deviation .. _MTCamera:Telemetry:clusterEncoder:imageMean: imageMean ********* :IDL_Type: float :Units: None :Count: 100 **Description**: None .. _MTCamera:Telemetry:clusterEncoder:overscanSD: overscanSD ********** :IDL_Type: float :Units: None :Count: 100 **Description**: None .. _MTCamera:Telemetry:clusterEncoder:overscanMean: overscanMean ************ :IDL_Type: float :Units: None :Count: 100 **Description**: None .. _MTCamera:Telemetry:clusterEncoder:psf: psf *** :IDL_Type: float :Units: None :Count: 200 **Description**: None .. _MTCamera:Telemetry:cold: cold ~~~~ :EFDB_Topic: MTCamera_cold .. _MTCamera:Telemetry:cold:compressorLoad: compressorLoad ************** :IDL_Type: float :Units: watt :Count: 6 **Description**: None .. _MTCamera:Telemetry:cold:compressorSpeed: compressorSpeed *************** :IDL_Type: float :Units: hertz :Count: 6 **Description**: None .. _MTCamera:Telemetry:cold:dischargePressure: dischargePressure ***************** :IDL_Type: float :Units: pascal :Count: 6 **Description**: None .. _MTCamera:Telemetry:cold:dischargeTemp: dischargeTemp ************* :IDL_Type: float :Units: Celsius :Count: 6 **Description**: None .. _MTCamera:Telemetry:cold:flowInterlock: flowInterlock ************* :IDL_Type: short :Units: None :Count: 6 **Description**: None .. _MTCamera:Telemetry:cold:heaterCurrent: heaterCurrent ************* :IDL_Type: float :Units: ampere :Count: 6 **Description**: None .. _MTCamera:Telemetry:cold:heaterVoltage: heaterVoltage ************* :IDL_Type: float :Units: volt :Count: 6 **Description**: None .. _MTCamera:Telemetry:cold:intakeFlow: intakeFlow ********** :IDL_Type: float :Units: lps :Count: 6 **Description**: None .. _MTCamera:Telemetry:cold:intakePressure: intakePressure ************** :IDL_Type: float :Units: pascal :Count: 6 **Description**: None .. _MTCamera:Telemetry:cold:intakeTemp: intakeTemp ********** :IDL_Type: float :Units: Celsius :Count: 6 **Description**: None .. _MTCamera:Telemetry:cold:ionPump: ionPump ******* :IDL_Type: float :Units: ampere :Count: 4 **Description**: None .. _MTCamera:Telemetry:cold:mechPump: mechPump ******** :IDL_Type: short :Units: None :Count: 4 **Description**: None .. _MTCamera:Telemetry:cold:postExpansionPressure: postExpansionPressure ********************* :IDL_Type: float :Units: pascal :Count: 6 **Description**: None .. _MTCamera:Telemetry:cold:postExpansionTemp: postExpansionTemp ***************** :IDL_Type: float :Units: Celsius :Count: 6 **Description**: None .. _MTCamera:Telemetry:cold:preExpansionPressure: preExpansionPressure ******************** :IDL_Type: float :Units: pascal :Count: 6 **Description**: None .. _MTCamera:Telemetry:cold:preExpansionTemp: preExpansionTemp **************** :IDL_Type: float :Units: Celsius :Count: 6 **Description**: None .. _MTCamera:Telemetry:cold:rga: rga *** :IDL_Type: long :Units: None :Count: 10 **Description**: None .. _MTCamera:Telemetry:cold:returnTemp: returnTemp ********** :IDL_Type: float :Units: Celsius :Count: 6 **Description**: None .. _MTCamera:Telemetry:cold:utilityRoomTemperature: utilityRoomTemperature ********************** :IDL_Type: float :Units: Celsius **Description**: None .. _MTCamera:Telemetry:cold:vacuumGauge: vacuumGauge *********** :IDL_Type: float :Units: pascal :Count: 5 **Description**: None .. _MTCamera:Telemetry:cold:valveStatus: valveStatus *********** :IDL_Type: short :Units: None :Count: 6 **Description**: None .. _MTCamera:Telemetry:cyro: cyro ~~~~ :EFDB_Topic: MTCamera_cyro .. _MTCamera:Telemetry:cyro:coldTemperature: coldTemperature *************** :IDL_Type: float :Units: Celsius :Count: 3 **Description**: None .. _MTCamera:Telemetry:cyro:compressor: compressor ********** :IDL_Type: float :Units: watt **Description**: None .. _MTCamera:Telemetry:cyro:compressorSpeed: compressorSpeed *************** :IDL_Type: float :Units: hertz :Count: 2 **Description**: None .. _MTCamera:Telemetry:cyro:cryoTemperature: cryoTemperature *************** :IDL_Type: float :Units: Celsius :Count: 12 **Description**: None .. _MTCamera:Telemetry:cyro:dischargePressure: dischargePressure ***************** :IDL_Type: float :Units: pascal :Count: 2 **Description**: None .. _MTCamera:Telemetry:cyro:dischargeTemp: dischargeTemp ************* :IDL_Type: float :Units: Celsius :Count: 2 **Description**: None .. _MTCamera:Telemetry:cyro:flowInterlock: flowInterlock ************* :IDL_Type: short :Units: None :Count: 2 **Description**: None .. _MTCamera:Telemetry:cyro:heaterCurrent: heaterCurrent ************* :IDL_Type: float :Units: ampere :Count: 6 **Description**: None .. _MTCamera:Telemetry:cyro:heaterVoltage: heaterVoltage ************* :IDL_Type: float :Units: volt :Count: 6 **Description**: None .. _MTCamera:Telemetry:cyro:intakeFlow: intakeFlow ********** :IDL_Type: float :Units: lps :Count: 2 **Description**: None .. _MTCamera:Telemetry:cyro:intakePressure: intakePressure ************** :IDL_Type: float :Units: pascal :Count: 2 **Description**: None .. _MTCamera:Telemetry:cyro:intakeTemp: intakeTemp ********** :IDL_Type: float :Units: Celsius :Count: 2 **Description**: None .. _MTCamera:Telemetry:cyro:postExpansionPressure: postExpansionPressure ********************* :IDL_Type: float :Units: pascal :Count: 2 **Description**: None .. _MTCamera:Telemetry:cyro:postExpansionTemp: postExpansionTemp ***************** :IDL_Type: float :Units: Celsius :Count: 2 **Description**: None .. _MTCamera:Telemetry:cyro:preExpansionPressure: preExpansionPressure ******************** :IDL_Type: float :Units: pascal :Count: 2 **Description**: None .. _MTCamera:Telemetry:cyro:preExpansionTemp: preExpansionTemp **************** :IDL_Type: float :Units: Celsius :Count: 2 **Description**: None .. _MTCamera:Telemetry:cyro:returnTemp: returnTemp ********** :IDL_Type: float :Units: Celsius :Count: 2 **Description**: None .. _MTCamera:Telemetry:filter: filter ~~~~~~ :EFDB_Topic: MTCamera_filter .. _MTCamera:Telemetry:filter:loaderTelemetry: loaderTelemetry *************** :IDL_Type: long :Units: None **Description**: None .. _MTCamera:Telemetry:filter:rebID: rebID ***** :IDL_Type: short :Units: None **Description**: None .. _MTCamera:Telemetry:gas: gas ~~~ :EFDB_Topic: MTCamera_gas .. _MTCamera:Telemetry:gas:boardID: boardID ******* :IDL_Type: short :Units: None **Description**: None .. _MTCamera:Telemetry:gas:boardCurrent: boardCurrent ************ :IDL_Type: float :Units: ampere :Count: 4 **Description**: None .. _MTCamera:Telemetry:gas:boardTemp: boardTemp ********* :IDL_Type: float :Units: kelvin :Count: 12 **Description**: None .. _MTCamera:Telemetry:gas:boardVoltage: boardVoltage ************ :IDL_Type: float :Units: volt :Count: 4 **Description**: None .. _MTCamera:Telemetry:gas:cabacMUX: cabacMUX ******** :IDL_Type: long :Units: None :Count: 4 **Description**: None .. _MTCamera:Telemetry:gas:ccdID: ccdID ***** :IDL_Type: short :Units: None **Description**: None .. _MTCamera:Telemetry:gas:ccdtemp: ccdtemp ******* :IDL_Type: long :Units: kelvin **Description**: None .. _MTCamera:Telemetry:gas:fpgaCheckSum: fpgaCheckSum ************ :IDL_Type: long :Units: None :Count: 2 **Description**: None .. _MTCamera:Telemetry:gas:rebID: rebID ***** :IDL_Type: short :Units: None **Description**: None .. _MTCamera:Telemetry:gds: gds ~~~ :EFDB_Topic: MTCamera_gds .. _MTCamera:Telemetry:gds:rebID: rebID ***** :IDL_Type: short :Units: None **Description**: None .. _MTCamera:Telemetry:gds:timingParameters: timingParameters **************** :IDL_Type: long :Units: None :Count: 10 **Description**: None .. _MTCamera:Telemetry:gds:flag: flag **** :IDL_Type: long :Units: None :Count: 20 **Description**: None .. _MTCamera:Telemetry:heartbeat: heartbeat ~~~~~~~~~ :EFDB_Topic: MTCamera_heartbeat .. _MTCamera:Telemetry:heartbeat:heartbeat: heartbeat ********* :IDL_Type: boolean :Units: None **Description**: None .. _MTCamera:Telemetry:heartbeat:priority: priority ******** :IDL_Type: long :Units: None **Description**: None .. _MTCamera:Telemetry:pcms: pcms ~~~~ :EFDB_Topic: MTCamera_pcms .. _MTCamera:Telemetry:pcms:biasStatus: biasStatus ********** :IDL_Type: short :Units: None **Description**: None .. _MTCamera:Telemetry:pcms:biasCurrent: biasCurrent *********** :IDL_Type: float :Units: ampere **Description**: None .. _MTCamera:Telemetry:pcms:biasVoltage: biasVoltage *********** :IDL_Type: float :Units: volt **Description**: None .. _MTCamera:Telemetry:pcms:clockStatus: clockStatus *********** :IDL_Type: short :Units: None **Description**: None .. _MTCamera:Telemetry:pcms:clockCurrent: clockCurrent ************ :IDL_Type: short :Units: ampere **Description**: None .. _MTCamera:Telemetry:pcms:clockVoltage: clockVoltage ************ :IDL_Type: float :Units: volt **Description**: None .. _MTCamera:Telemetry:pcms:fpgaStatus: fpgaStatus ********** :IDL_Type: short :Units: None **Description**: None .. _MTCamera:Telemetry:pcms:fpgaCurrent: fpgaCurrent *********** :IDL_Type: float :Units: ampere **Description**: None .. _MTCamera:Telemetry:pcms:fpgaVoltage: fpgaVoltage *********** :IDL_Type: float :Units: volt **Description**: None .. _MTCamera:Telemetry:pcms:lowStatus: lowStatus ********* :IDL_Type: short :Units: None **Description**: None .. _MTCamera:Telemetry:pcms:lowCurrent: lowCurrent ********** :IDL_Type: float :Units: ampere **Description**: None .. _MTCamera:Telemetry:pcms:lowVoltage: lowVoltage ********** :IDL_Type: short :Units: volt **Description**: None .. _MTCamera:Telemetry:pcms:odStatus: odStatus ******** :IDL_Type: short :Units: None **Description**: None .. _MTCamera:Telemetry:pcms:odCurrent: odCurrent ********* :IDL_Type: float :Units: ampere **Description**: None .. _MTCamera:Telemetry:pcms:odVoltage: odVoltage ********* :IDL_Type: float :Units: volt **Description**: None .. _MTCamera:Telemetry:pcms:rebID: rebID ***** :IDL_Type: float :Units: None **Description**: None .. _MTCamera:Telemetry:prot: prot ~~~~ :EFDB_Topic: MTCamera_prot .. _MTCamera:Telemetry:prot:status: status ****** :IDL_Type: long :Units: None :Count: 2 **Description**: None .. _MTCamera:Telemetry:purge: purge ~~~~~ :EFDB_Topic: MTCamera_purge .. _MTCamera:Telemetry:purge:accelerometer: accelerometer ************* :IDL_Type: float :Units: meter :Count: 6 **Description**: None .. _MTCamera:Telemetry:purge:blowerSetting: blowerSetting ************* :IDL_Type: float :Units: hertz **Description**: None .. _MTCamera:Telemetry:purge:blowerSpeed: blowerSpeed *********** :IDL_Type: float :Units: hertz **Description**: None .. _MTCamera:Telemetry:purge:bodyFlowMeter: bodyFlowMeter ************* :IDL_Type: float :Units: lps **Description**: None .. _MTCamera:Telemetry:purge:bodyTemp: bodyTemp ******** :IDL_Type: float :Units: Celsius **Description**: None .. _MTCamera:Telemetry:purge:heaterCurrent: heaterCurrent ************* :IDL_Type: float :Units: ampere **Description**: None .. _MTCamera:Telemetry:purge:heaters: heaters ******* :IDL_Type: float :Units: ampere **Description**: None .. _MTCamera:Telemetry:purge:microphone: microphone ********** :IDL_Type: long :Units: None **Description**: None .. _MTCamera:Telemetry:purge:trunkFlowMeter: trunkFlowMeter ************** :IDL_Type: float :Units: lps **Description**: None .. _MTCamera:Telemetry:purge:trunkTemp: trunkTemp ********* :IDL_Type: float :Units: Celsius **Description**: None .. _MTCamera:Telemetry:purge:valveSetting: valveSetting ************ :IDL_Type: long :Units: None **Description**: None .. _MTCamera:Telemetry:purge:valves: valves ****** :IDL_Type: long :Units: None **Description**: None .. _MTCamera:Telemetry:sas: sas ~~~ :EFDB_Topic: MTCamera_sas .. _MTCamera:Telemetry:sas:boardID: boardID ******* :IDL_Type: short :Units: None **Description**: None .. _MTCamera:Telemetry:sas:boardCurrent: boardCurrent ************ :IDL_Type: float :Units: ampere :Count: 4 **Description**: None .. _MTCamera:Telemetry:sas:boardTemp: boardTemp ********* :IDL_Type: float :Units: kelvin :Count: 12 **Description**: None .. _MTCamera:Telemetry:sas:boardVoltage: boardVoltage ************ :IDL_Type: float :Units: volt :Count: 4 **Description**: None .. _MTCamera:Telemetry:sas:cabacMUX: cabacMUX ******** :IDL_Type: long :Units: None :Count: 4 **Description**: None .. _MTCamera:Telemetry:sas:ccdID: ccdID ***** :IDL_Type: short :Units: None **Description**: None .. _MTCamera:Telemetry:sas:ccdtemp: ccdtemp ******* :IDL_Type: long :Units: kelvin **Description**: None .. _MTCamera:Telemetry:sas:fpgaCheckSum: fpgaCheckSum ************ :IDL_Type: long :Units: None :Count: 2 **Description**: None .. _MTCamera:Telemetry:sas:rebID: rebID ***** :IDL_Type: short :Units: None **Description**: None .. _MTCamera:Telemetry:sds: sds ~~~ :EFDB_Topic: MTCamera_sds .. _MTCamera:Telemetry:sds:rebID: rebID ***** :IDL_Type: short :Units: None **Description**: None .. _MTCamera:Telemetry:sds:timingParameters: timingParameters **************** :IDL_Type: long :Units: None :Count: 10 **Description**: None .. _MTCamera:Telemetry:sds:flag: flag **** :IDL_Type: long :Units: None :Count: 20 **Description**: None .. _MTCamera:Telemetry:shutter: shutter ~~~~~~~ :EFDB_Topic: MTCamera_shutter .. _MTCamera:Telemetry:shutter:bladeHome: bladeHome ********* :IDL_Type: short :Units: None :Count: 2 **Description**: None .. _MTCamera:Telemetry:shutter:closeProfile: closeProfile ************ :IDL_Type: float :Units: second :Count: 24 **Description**: None .. _MTCamera:Telemetry:shutter:motorCurrent: motorCurrent ************ :IDL_Type: float :Units: ampere :Count: 2 **Description**: None .. _MTCamera:Telemetry:shutter:motorTemp: motorTemp ********* :IDL_Type: float :Units: Celsius :Count: 2 **Description**: None .. _MTCamera:Telemetry:shutter:openDirection: openDirection ************* :IDL_Type: short :Units: None **Description**: None .. _MTCamera:Telemetry:shutter:openProfile: openProfile *********** :IDL_Type: float :Units: second :Count: 24 **Description**: None .. _MTCamera:Telemetry:shutter:profileFunction: profileFunction *************** :IDL_Type: string :IDL_Size: 256 :Units: None **Description**: None .. _MTCamera:Telemetry:was: was ~~~ :EFDB_Topic: MTCamera_was .. _MTCamera:Telemetry:was:boardID: boardID ******* :IDL_Type: short :Units: None **Description**: None .. _MTCamera:Telemetry:was:boardCurrent: boardCurrent ************ :IDL_Type: float :Units: ampere :Count: 4 **Description**: None .. _MTCamera:Telemetry:was:boardTemp: boardTemp ********* :IDL_Type: float :Units: kelvin :Count: 12 **Description**: None .. _MTCamera:Telemetry:was:boardVoltage: boardVoltage ************ :IDL_Type: float :Units: volt :Count: 4 **Description**: None .. _MTCamera:Telemetry:was:cabacMUX: cabacMUX ******** :IDL_Type: long :Units: None :Count: 4 **Description**: None .. _MTCamera:Telemetry:was:ccdID: ccdID ***** :IDL_Type: short :Units: None **Description**: None .. _MTCamera:Telemetry:was:ccdtemp: ccdtemp ******* :IDL_Type: long :Units: kelvin **Description**: None .. _MTCamera:Telemetry:was:fpgaCheckSum: fpgaCheckSum ************ :IDL_Type: long :Units: None :Count: 2 **Description**: None .. _MTCamera:Telemetry:was:rebID: rebID ***** :IDL_Type: short :Units: None **Description**: None .. _MTCamera:Telemetry:wds: wds ~~~ :EFDB_Topic: MTCamera_wds .. _MTCamera:Telemetry:wds:rebID: rebID ***** :IDL_Type: short :Units: None **Description**: None .. _MTCamera:Telemetry:wds:timingParameters: timingParameters **************** :IDL_Type: long :Units: None :Count: 10 **Description**: None .. _MTCamera:Telemetry:wds:flag: flag **** :IDL_Type: long :Units: None :Count: 20 **Description**: None