ATCamera#

Note

This page is generated by python script generate_cet.py.

Back to table

Commands#

alert#

EFDB_Topic:

ATCamera_command_alert

alertId#

IDL_Type:

string

Units:

unitless

Description: The alertId for which this command applies (or *)

action#

IDL_Type:

string

Units:

unitless

Description: The action to take on the specified alert (TBD)

clear#

EFDB_Topic:

ATCamera_command_clear

nClears#

IDL_Type:

long

Units:

unitless

Description: Number of consecutive clear operations to perform

disableCalibration#

EFDB_Topic:

ATCamera_command_disableCalibration

discardRows#

EFDB_Topic:

ATCamera_command_discardRows

nRows#

IDL_Type:

long

Units:

unitless

Description: Number of rows to discard

enableCalibration#

EFDB_Topic:

ATCamera_command_enableCalibration

endImage#

EFDB_Topic:

ATCamera_command_endImage

initGuiders#

EFDB_Topic:

ATCamera_command_initGuiders

roiSpec#

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: TBD specification for region of interest

initImage#

EFDB_Topic:

ATCamera_command_initImage

deltaT#

IDL_Type:

double

Units:

second

Description: Estimate of time period before takeImages will be issued

play#

EFDB_Topic:

ATCamera_command_play

playlist#

IDL_Type:

string

Units:

unitless

Description: Name of an existing DAQ playlist to play

repeat#

IDL_Type:

boolean

Units:

unitless

Description: True if the playlist should run in repeat mode

playlist#

EFDB_Topic:

ATCamera_command_playlist

playlist#

IDL_Type:

string

Units:

unitless

Description: Name of a DAQ playlist to be defined (replaced if exists)

folder#

IDL_Type:

string

Units:

unitless

Description: Folder where images exist in DAQ 2-day store (typically emu)

images#

IDL_Type:

string

Units:

unitless

Description: Colon (:) delimited list of images to add to the playlist

startImage#

EFDB_Topic:

ATCamera_command_startImage

shutter#

IDL_Type:

boolean

Units:

unitless

Description: True if the shutter should be opened/closed

sensors#

IDL_Type:

string

Units:

unitless

Description: Sensors to be read out, if blank all configured sensors will be read out

keyValueMap#

IDL_Type:

string

Units:

unitless

Description: Map of additional key value pairs, e.g. imageType: XYZ, groupId: ABC

obsNote#

IDL_Type:

string

Units:

unitless

Description: An arbitrary operator provided string, useful for informally flagging images

timeout#

IDL_Type:

double

Units:

second

Description: Timeout after which imaging will be abandoned if no endImage command received

stop#

EFDB_Topic:

ATCamera_command_stop

takeImages#

EFDB_Topic:

ATCamera_command_takeImages

numImages#

IDL_Type:

long

Units:

unitless

Description: Number of consecutive images to take

expTime#

IDL_Type:

double

Units:

second

Description: Exposure time

shutter#

IDL_Type:

boolean

Units:

unitless

Description: True if the shutter should be opened/closed

sensors#

IDL_Type:

string

Units:

unitless

Description: Sensors to be read out, if blank all configured sensors will be read out

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

obsNote#

IDL_Type:

string

Units:

unitless

Description: An arbitrary operator provided string, useful for informally flagging images

disable#

Description: Transition from state Enabled to Disabled.

EFDB_Topic:

SALGeneric_command_disable

Category:

csc

enable#

Description: Transition from state Disabled to Enabled.

EFDB_Topic:

SALGeneric_command_enable

Category:

csc

enterControl#

Description: Transition from state Offline to Standby. Only a few CSCs support this command; all other CSCs start in Standby state and quit when they go to Offline.

EFDB_Topic:

SALGeneric_command_enterControl

exitControl#

Description: Transition from state Standby to Offline. Most CSCs will quit, but CSCs that support the enterControl command will keep running.

EFDB_Topic:

SALGeneric_command_exitControl

Category:

csc

setAuthList#

Description: Specify who can command this CSC.

EFDB_Topic:

SALGeneric_command_setAuthList

Category:

csc

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.

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

Category:

csc

level#

IDL_Type:

int

Units:

unitless

Description: Logging level, as a Python logging level: error=40, warning=30, info=20, debug=10.

subsystem#

IDL_Type:

string

Units:

unitless

Description: If this CSC itself has sub-ordinate components, they may be listed here. An empty string means the setting applies to all such sub-ordinate components, or just to this CSC itself.

standby#

Description: Transition from state Offline/Available, Disabled or Fault to Standby.

EFDB_Topic:

SALGeneric_command_standby

Category:

csc

start#

Description: Transition from state Standby to Disable, in a specified configuration.

EFDB_Topic:

SALGeneric_command_start

Category:

csc

configurationOverride#

IDL_Type:

string

Units:

unitless

Description:

Configuration override in the form [{name}][:{version}]. For salobj-based CSCs: name is a filename with “.yaml” suffix and version is a git hash; for example:

  • “foo.yaml” specifies just a file. Two or three config files are loaded: “_init.yaml”, “_{site}.yaml” (if present), and “foo.yaml”.

  • “:37bf936” specifies just a git hash. One or two config files are loaded from the specified git commit: “_init.yaml” and “_{site}.yaml” (if present.

  • “bar.yaml:HEAD~2” specifies both a file and a git hash. Two or three config files are read from the specified git commit: “_init.yaml”, “_{site}.yaml” (if present), and “bar.yaml”.

Events#

image_handling_ImageHandler_CommandsConfiguration#

EFDB_Topic:

ATCamera_logevent_image_handling_ImageHandler_CommandsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

imagehandlingconfig_additionalFileCommands#

IDL_Type:

string

Units:

unitless

Description: Commands to issue on additional (non FITS) files (colon delimited array)

imagehandlingconfig_additionalFileFilter#

IDL_Type:

string

Units:

unitless

Description: Filter to apply to additional files

imagehandlingconfig_commands#

IDL_Type:

string

Units:

unitless

Description: Commands to be issued after FITS files written (colon delimited array)

imagehandlingconfig_currentDirectory#

IDL_Type:

string

Units:

unitless

Description: Current directory to set when issuing FITS file commands

imagehandlingconfig_environment#

IDL_Type:

string

Units:

unitless

Description: Environment variables to set when issuing FITS file commands (colon delimited array)

imagehandlingconfig_logDirectory#

IDL_Type:

string

Units:

unitless

Description: Directory in which it write log files for FITS file commands

focal_plane_SequencerConfig_DAQConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_SequencerConfig_DAQConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

badPixelAlarmLimit#

IDL_Type:

long

Units:

unitless

Description: Number of bad pixels allowed before alarm raised

daqFolder#

IDL_Type:

string

Units:

unitless

Description: Folder in 2-day store where images will be created

daqPartition#

IDL_Type:

string

Units:

unitless

Description: DAQ partition for science sensors

emulatedDAQ#

IDL_Type:

boolean

Units:

unitless

Description: True when using an emulated DAQ

scienceLocations#

IDL_Type:

string

Units:

unitless

Description: The rafts/sensors to be used for science (comma separated)

simulatedDAQ#

IDL_Type:

boolean

Units:

unitless

Description: True when using an simulated DAQ

simulatedDataFolder#

IDL_Type:

string

Units:

unitless

Description: True when using an simulated DAQ

image_handling_ImageHandler_DAQConfiguration#

EFDB_Topic:

ATCamera_logevent_image_handling_ImageHandler_DAQConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

imagehandlingconfig_badPixelAlarmLevel#

IDL_Type:

long

Units:

unitless

Description: Number of bad pixels above which an alarm is generated

imagehandlingconfig_badPixelHighThreshold#

IDL_Type:

long

Units:

unitless

Description: Threshold above which DAQ pixels are considered bad

imagehandlingconfig_badPixelLowThreshold#

IDL_Type:

long

Units:

unitless

Description: Threashold below which DAQ pixelse are considered bad

imagehandlingconfig_badPixelWarningLevel#

IDL_Type:

long

Units:

unitless

Description: Number of bad pixels above which a warning is generated

imagehandlingconfig_checkForBadPixels#

IDL_Type:

boolean

Units:

unitless

Description: Whether to check the DAQ data for bad (possibly corrupt) pixels

imagehandlingconfig_daqFolder#

IDL_Type:

string

Units:

unitless

Description: The folder in the DAQ partition to monitor for new science data

imagehandlingconfig_daqPartition#

IDL_Type:

string

Units:

unitless

Description: The DAQ partition to use for science data

imagehandlingconfig_daqThreads#

IDL_Type:

long

Units:

unitless

Description: The number of thread to allow to simulateously pull data from the 2-day store

imagehandlingconfig_locations#

IDL_Type:

string

Units:

unitless

Description: The locations to monitor for new science data

imagehandlingconfig_useStreaming#

IDL_Type:

boolean

Units:

unitless

Description: Whether to stream the DAQ science data to FITS files as it arrives

ats_CryoCon_DeviceConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_CryoCon_DeviceConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

host#

IDL_Type:

string

Units:

unitless

Description: The Cryocon hostname

ats_Pfeiffer_DeviceConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_Pfeiffer_DeviceConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

devcName#

IDL_Type:

string

Units:

unitless

Description: The Pfeiffer device name

focal_plane_Reb_DevicesConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_Reb_DevicesConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

disabled#

IDL_Type:

boolean

Units:

unitless

IsJavaArray:

yes

Description: If true, Device is diabled

location#

IDL_Type:

string

Units:

unitless

Description: reb location

daq_monitor_Store_DevicesConfiguration#

EFDB_Topic:

ATCamera_logevent_daq_monitor_Store_DevicesConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

disabled#

IDL_Type:

boolean

Units:

unitless

Description: If true, Device is diabled

ats_power_Hameg1_DevicesConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_Hameg1_DevicesConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

disabled#

IDL_Type:

boolean

Units:

unitless

Description: If true, Device is diabled

ats_power_Hameg2_DevicesConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_Hameg2_DevicesConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

disabled#

IDL_Type:

boolean

Units:

unitless

Description: If true, Device is diabled

ats_power_Hameg3_DevicesConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_Hameg3_DevicesConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

disabled#

IDL_Type:

boolean

Units:

unitless

Description: If true, Device is diabled

ats_power_Keithley_DevicesConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_Keithley_DevicesConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

disabled#

IDL_Type:

boolean

Units:

unitless

Description: If true, Device is diabled

ats_CryoCon_DevicesConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_CryoCon_DevicesConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

disabled#

IDL_Type:

boolean

Units:

unitless

Description: If true, Device is diabled

ats_Pfeiffer_DevicesConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_Pfeiffer_DevicesConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

disabled#

IDL_Type:

boolean

Units:

unitless

Description: If true, Device is diabled

bonn_shutter_Device_DevicesConfiguration#

EFDB_Topic:

ATCamera_logevent_bonn_shutter_Device_DevicesConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

disabled#

IDL_Type:

boolean

Units:

unitless

Description: If true, Device is diabled

image_handling_ImageHandler_FitsHandlingConfiguration#

EFDB_Topic:

ATCamera_logevent_image_handling_ImageHandler_FitsHandlingConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

imagehandlingconfig_FITSAutoSave#

IDL_Type:

boolean

Units:

unitless

Description: Whether FITS files should always be saved

imagehandlingconfig_FITSDirectoryPattern#

IDL_Type:

string

Units:

unitless

Description: Pattern used to generate folders below FITSRootDirectory

imagehandlingconfig_FITSFilePattern#

IDL_Type:

string

Units:

unitless

Description: Pattern used to generte FITS file names

imagehandlingconfig_FITSRootDirectory#

IDL_Type:

string

Units:

unitless

Description: Root directory where FITS files are written

imagehandlingconfig_raiseAlertOnMissingOrBadHeaderServiceData#

IDL_Type:

boolean

Units:

unitless

Description: Whether to raise an alert if the fits header data does not arrive

imagehandlingconfig_subsystemsToClearOnNewRun#

IDL_Type:

string

Units:

unitless

Description: Subsystems whose data should be cleared when a new run starts (SLAC only) (colon delimited array)

imagehandlingconfig_tempFileRelativeLocation#

IDL_Type:

string

Units:

unitless

Description: Relative loction of temporary files (if written)

imagehandlingconfig_useTempFile#

IDL_Type:

boolean

Units:

unitless

Description: Whether FITS files should first be written with a temporary name and then renamed on success

imagehandlingconfig_waitForHeaderService#

IDL_Type:

string

Units:

unitless

Description: Whether to wait for header service data before finalizing FITS files

focal_plane_ImageDatabaseService_GeneralConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_ImageDatabaseService_GeneralConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

dbURL#

IDL_Type:

string

Units:

unitless

Description: Image Database URL

enabled#

IDL_Type:

boolean

Units:

unitless

Description: true/false Image Database enable flag

focal_plane_ImageNameService_GeneralConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_ImageNameService_GeneralConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

controller#

IDL_Type:

string

Units:

unitless

Description: The controller of this image name service (CCS, OCS, etc)

dbURL#

IDL_Type:

string

Units:

unitless

Description: Image Name Database URL

offset#

IDL_Type:

string

Units:

unitless

Description: The offset from midnight when the data transition occurs (e.g. 12 hours)

source#

IDL_Type:

string

Units:

unitless

Description: The source of this image name service MainCamera, ComCam, AuxTel, TestStand

timeZoneId#

IDL_Type:

string

Units:

unitless

Description: The timezone used to assign the date (e.g. UTC)

focal_plane_PeriodicTasks_GeneralConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_PeriodicTasks_GeneralConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

schedulers_default_nTasks#

IDL_Type:

long

Units:

count

Description: Number of tasks assigned to the Scheduler.

schedulers_default_nThreads#

IDL_Type:

long

Units:

count

Description: Number of threads assigned to the Scheduler.

schedulers_monitor_check_scheduler_nTasks#

IDL_Type:

long

Units:

count

Description: Number of tasks assigned to the Scheduler.

schedulers_monitor_check_scheduler_nThreads#

IDL_Type:

long

Units:

count

Description: Number of threads assigned to the Scheduler.

schedulers_monitor_update_publish_scheduler_nTasks#

IDL_Type:

long

Units:

count

Description: Number of tasks assigned to the Scheduler.

schedulers_monitor_update_publish_scheduler_nThreads#

IDL_Type:

long

Units:

count

Description: Number of threads assigned to the Scheduler.

focal_plane_RebsAverageTemp6_GeneralConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_RebsAverageTemp6_GeneralConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

chanNames#

IDL_Type:

string

Units:

unitless

Description: Path regular expression to select the Channels to be averaged (colon delimited array)

chanWeights#

IDL_Type:

string

Units:

unitless

Description: Weights of Channels to be averaged (colon delimited array)

ignoreNaN#

IDL_Type:

boolean

Units:

unitless

Description: if true ignore (omit) NaN channels

daq_monitor_PeriodicTasks_GeneralConfiguration#

EFDB_Topic:

ATCamera_logevent_daq_monitor_PeriodicTasks_GeneralConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

schedulers_default_nTasks#

IDL_Type:

long

Units:

count

Description: Number of tasks assigned to the Scheduler.

schedulers_default_nThreads#

IDL_Type:

long

Units:

count

Description: Number of threads assigned to the Scheduler.

schedulers_monitor_update_publish_scheduler_nTasks#

IDL_Type:

long

Units:

count

Description: Number of tasks assigned to the Scheduler.

schedulers_monitor_update_publish_scheduler_nThreads#

IDL_Type:

long

Units:

count

Description: Number of threads assigned to the Scheduler.

ats_power_PeriodicTasks_GeneralConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_PeriodicTasks_GeneralConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

schedulers_default_nTasks#

IDL_Type:

long

Units:

count

Description: Number of tasks assigned to the Scheduler.

schedulers_default_nThreads#

IDL_Type:

long

Units:

count

Description: Number of threads assigned to the Scheduler.

schedulers_monitor_update_publish_scheduler_nTasks#

IDL_Type:

long

Units:

count

Description: Number of tasks assigned to the Scheduler.

schedulers_monitor_update_publish_scheduler_nThreads#

IDL_Type:

long

Units:

count

Description: Number of threads assigned to the Scheduler.

ats_PeriodicTasks_GeneralConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_PeriodicTasks_GeneralConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

schedulers_default_nTasks#

IDL_Type:

long

Units:

count

Description: Number of tasks assigned to the Scheduler.

schedulers_default_nThreads#

IDL_Type:

long

Units:

count

Description: Number of threads assigned to the Scheduler.

schedulers_monitor_update_publish_scheduler_nTasks#

IDL_Type:

long

Units:

count

Description: Number of tasks assigned to the Scheduler.

schedulers_monitor_update_publish_scheduler_nThreads#

IDL_Type:

long

Units:

count

Description: Number of threads assigned to the Scheduler.

bonn_shutter_Device_GeneralConfiguration#

EFDB_Topic:

ATCamera_logevent_bonn_shutter_Device_GeneralConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

devcId#

IDL_Type:

string

Units:

unitless

Description: port Id

bonn_shutter_GeneralConfiguration#

EFDB_Topic:

ATCamera_logevent_bonn_shutter_GeneralConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

maxExposureTime#

IDL_Type:

double

Units:

s

Description: maximum exposure time

minExposureTime#

IDL_Type:

double

Units:

s

Description: minimum exposure time

openCloseTimeMillis#

IDL_Type:

long

Units:

ms

Description: added waitForExposure time

bonn_shutter_PeriodicTasks_GeneralConfiguration#

EFDB_Topic:

ATCamera_logevent_bonn_shutter_PeriodicTasks_GeneralConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

schedulers_default_nTasks#

IDL_Type:

long

Units:

count

Description: Number of tasks assigned to the Scheduler.

schedulers_default_nThreads#

IDL_Type:

long

Units:

count

Description: Number of threads assigned to the Scheduler.

schedulers_monitor_update_publish_scheduler_nTasks#

IDL_Type:

long

Units:

count

Description: Number of tasks assigned to the Scheduler.

schedulers_monitor_update_publish_scheduler_nThreads#

IDL_Type:

long

Units:

count

Description: Number of threads assigned to the Scheduler.

image_handling_FitsService_GeneralConfiguration#

EFDB_Topic:

ATCamera_logevent_image_handling_FitsService_GeneralConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

guider_headerFilesList#

IDL_Type:

string

Units:

unitless

Description: List of spec files to be read by this FITS service (colon delimited array)

science_headerFilesList#

IDL_Type:

string

Units:

unitless

Description: List of spec files to be read by this FITS service (colon delimited array)

image_handling_PeriodicTasks_GeneralConfiguration#

EFDB_Topic:

ATCamera_logevent_image_handling_PeriodicTasks_GeneralConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

schedulers_default_nTasks#

IDL_Type:

long

Units:

count

Description: Number of tasks assigned to the Scheduler.

schedulers_default_nThreads#

IDL_Type:

long

Units:

count

Description: Number of threads assigned to the Scheduler.

image_handling_StatusAggregator_GeneralConfiguration#

EFDB_Topic:

ATCamera_logevent_image_handling_StatusAggregator_GeneralConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

patternConfigList#

IDL_Type:

string

Units:

unitless

Description: List of patterns that describe which data is to be aggregated and how. (colon delimited array)

focal_plane_SequencerConfig_GuiderConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_SequencerConfig_GuiderConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

guiderLocations#

IDL_Type:

string

Units:

unitless

Description: The sensor locations to be used for guiding (comma separated)

guiderPartition#

IDL_Type:

string

Units:

unitless

Description: The DAQ partition to be used for guiding

image_handling_ImageHandler_GuiderConfiguration#

EFDB_Topic:

ATCamera_logevent_image_handling_ImageHandler_GuiderConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

imagehandlingconfig_guiderFITSFilePattern#

IDL_Type:

string

Units:

unitless

Description: FITS file pattern to use for writting guider FITS files

imagehandlingconfig_guiderLocations#

IDL_Type:

string

Units:

unitless

Description: Locations to monitor for guider data

imagehandlingconfig_guiderPartition#

IDL_Type:

string

Units:

unitless

Description: DAQ partition to monitor for guider data

imagehandlingconfig_includeRawStamps#

IDL_Type:

boolean

Units:

unitless

Description: Whether to write raw stamps to FITS file

focal_plane_Ccd_HardwareIdConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_Ccd_HardwareIdConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

location#

IDL_Type:

string

Units:

unitless

Description: ccd location

manSerNum#

IDL_Type:

string

Units:

unitless

IsJavaArray:

yes

Description: CCD Manufacturer Serial Number

name#

IDL_Type:

string

Units:

unitless

IsJavaArray:

yes

Description: Hardware name

focal_plane_Raft_HardwareIdConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_Raft_HardwareIdConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

location#

IDL_Type:

string

Units:

unitless

Description: raft location

name#

IDL_Type:

string

Units:

unitless

IsJavaArray:

yes

Description: Hardware name

focal_plane_Reb_HardwareIdConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_Reb_HardwareIdConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

location#

IDL_Type:

string

Units:

unitless

Description: reb location

name#

IDL_Type:

string

Units:

unitless

IsJavaArray:

yes

Description: Hardware name

focal_plane_InstrumentConfig_InstrumentConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_InstrumentConfig_InstrumentConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

instrument#

IDL_Type:

string

Units:

unitless

Description: The instrument: MTCamera, ATCamera or CCCamera

telescope#

IDL_Type:

string

Units:

unitless

Description: The telescope

testStand#

IDL_Type:

string

Units:

unitless

Description: The test stand

focal_plane_Ccd_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_Ccd_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

gdv_warnHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: GD 0 voltage high warning level

gdv_warnLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: GD 0 voltage low warning level

gdv_limitHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: GD 0 voltage high alarm level

gdv_limitLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: GD 0 voltage low alarm level

location#

IDL_Type:

string

Units:

unitless

Description: ccd location

odi_warnHi#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: OD 0 current high warning level

odi_warnLo#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: OD 0 current low warning level

odi_limitHi#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: OD 0 current high alarm level

odi_limitLo#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: OD 0 current low alarm level

odv_warnHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: OD 0 voltage high warning level

odv_warnLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: OD 0 voltage low warning level

odv_limitHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: OD 0 voltage high alarm level

odv_limitLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: OD 0 voltage low alarm level

ogv_warnHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: OG 0 voltage high warning level

ogv_warnLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: OG 0 voltage low warning level

ogv_limitHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: OG 0 voltage high alarm level

ogv_limitLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: OG 0 voltage low alarm level

rdv_warnHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: RD 0 voltage high warning level

rdv_warnLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: RD 0 voltage low warning level

rdv_limitHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: RD 0 voltage high alarm level

rdv_limitLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: RD 0 voltage low alarm level

temp_warnHi#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: SW temperature high warning level

temp_warnLo#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: SW temperature low warning level

temp_limitHi#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: SW temperature high alarm level

temp_limitLo#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: SW temperature low alarm level

focal_plane_RebTotalPower_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_RebTotalPower_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

Watt

Description: Reb Total Power high warning level

warnLo#

IDL_Type:

double

Units:

Watt

Description: Reb Total Power low warning level

limitHi#

IDL_Type:

double

Units:

Watt

Description: Reb Total Power high alarm level

limitLo#

IDL_Type:

double

Units:

Watt

Description: Reb Total Power low alarm level

focal_plane_Reb_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_Reb_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

anai_warnHi#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: Analog PS current high warning level

anai_warnLo#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: Analog PS current low warning level

anai_limitHi#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: Analog PS current high alarm level

anai_limitLo#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: Analog PS current low alarm level

anav_warnHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Analog PS voltage high warning level

anav_warnLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Analog PS voltage low warning level

anav_limitHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Analog PS voltage high alarm level

anav_limitLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Analog PS voltage low alarm level

aspicl_Temp0_warnHi#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: ASPIC 0 lower temp high warning level

aspicl_Temp0_warnLo#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: ASPIC 0 lower temp low warning level

aspicl_Temp0_limitHi#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: ASPIC 0 lower temp high alarm level

aspicl_Temp0_limitLo#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: ASPIC 0 lower temp low alarm level

aspicu_Temp0_warnHi#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: ASPIC 0 upper temp high warning level

aspicu_Temp0_warnLo#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: ASPIC 0 upper temp low warning level

aspicu_Temp0_limitHi#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: ASPIC 0 upper temp high alarm level

aspicu_Temp0_limitLo#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: ASPIC 0 upper temp low alarm level

clkhi_warnHi#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: Clock High PS current high warning level

clkhi_warnLo#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: Clock High PS current low warning level

clkhi_limitHi#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: Clock High PS current high alarm level

clkhi_limitLo#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: Clock High PS current low alarm level

clkhv_warnHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Clock High PS voltage high warning level

clkhv_warnLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Clock High PS voltage low warning level

clkhv_limitHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Clock High PS voltage high alarm level

clkhv_limitLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Clock High PS voltage low alarm level

clklv_warnHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Clock Low PS voltage high warning level

clklv_warnLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Clock Low PS voltage low warning level

clklv_limitHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Clock Low PS voltage high alarm level

clklv_limitLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Clock Low PS voltage low alarm level

digi_warnHi#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: Digital PS current high warning level

digi_warnLo#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: Digital PS current low warning level

digi_limitHi#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: Digital PS current high alarm level

digi_limitLo#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: Digital PS current low alarm level

digv_warnHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Digital PS voltage high warning level

digv_warnLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Digital PS voltage low warning level

digv_limitHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Digital PS voltage high alarm level

digv_limitLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Digital PS voltage low alarm level

hvbiasswitch_warnHi#

IDL_Type:

double

Units:

unitless

IsJavaArray:

yes

Description: HV bias switch high warning level

hvbiasswitch_warnLo#

IDL_Type:

double

Units:

unitless

IsJavaArray:

yes

Description: HV bias switch low warning level

hvbiasswitch_limitHi#

IDL_Type:

double

Units:

unitless

IsJavaArray:

yes

Description: HV bias switch high alarm level

hvbiasswitch_limitLo#

IDL_Type:

double

Units:

unitless

IsJavaArray:

yes

Description: HV bias switch low alarm level

htrpi_warnHi#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: Heater PS current high warning level

htrpi_warnLo#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: Heater PS current low warning level

htrpi_limitHi#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: Heater PS current high alarm level

htrpi_limitLo#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: Heater PS current low alarm level

htrpv_warnHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Heater PS voltage high warning level

htrpv_warnLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Heater PS voltage low warning level

htrpv_limitHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Heater PS voltage high alarm level

htrpv_limitLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Heater PS voltage low alarm level

htrv_warnHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Heater voltage high warning level

htrv_warnLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Heater voltage low warning level

htrv_limitHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Heater voltage high alarm level

htrv_limitLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Heater voltage low alarm level

htrw_warnHi#

IDL_Type:

double

Units:

Watt

IsJavaArray:

yes

Description: Heater power high warning level

htrw_warnLo#

IDL_Type:

double

Units:

Watt

IsJavaArray:

yes

Description: Heater power low warning level

htrw_limitHi#

IDL_Type:

double

Units:

Watt

IsJavaArray:

yes

Description: Heater power high alarm level

htrw_limitLo#

IDL_Type:

double

Units:

Watt

IsJavaArray:

yes

Description: Heater power low alarm level

location#

IDL_Type:

string

Units:

unitless

Description: reb location

odi_warnHi#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: OD PS current high warning level

odi_warnLo#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: OD PS current low warning level

odi_limitHi#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: OD PS current high alarm level

odi_limitLo#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: OD PS current low alarm level

odv_warnHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: OD PS voltage high warning level

odv_warnLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: OD PS voltage low warning level

odv_limitHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: OD PS voltage high alarm level

odv_limitLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: OD PS voltage low alarm level

pclk0_warnHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Parallel 0 high warning level

pclk0_warnLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Parallel 0 low warning level

pclk0_limitHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Parallel 0 high alarm level

pclk0_limitLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Parallel 0 low alarm level

pclkl_warnHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Parallel lower high warning level

pclkl_warnLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Parallel lower low warning level

pclkl_limitHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Parallel lower high alarm level

pclkl_limitLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Parallel lower low alarm level

pclku_warnHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Parallel upper high warning level

pclku_warnLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Parallel upper low warning level

pclku_limitHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Parallel upper high alarm level

pclku_limitLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Parallel upper low alarm level

power_warnHi#

IDL_Type:

double

Units:

Watt

IsJavaArray:

yes

Description: Total power high warning level

power_warnLo#

IDL_Type:

double

Units:

Watt

IsJavaArray:

yes

Description: Total power low warning level

power_limitHi#

IDL_Type:

double

Units:

Watt

IsJavaArray:

yes

Description: Total power high alarm level

power_limitLo#

IDL_Type:

double

Units:

Watt

IsJavaArray:

yes

Description: Total power low alarm level

rg0_warnHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: RG 0 high warning level

rg0_warnLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: RG 0 low warning level

rg0_limitHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: RG 0 high alarm level

rg0_limitLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: RG 0 low alarm level

rgl_warnHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Reset gate lower high warning level

rgl_warnLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Reset gate lower low warning level

rgl_limitHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Reset gate lower high alarm level

rgl_limitLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Reset gate lower low alarm level

rgu_warnHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Reset gate upper high warning level

rgu_warnLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Reset gate upper low warning level

rgu_limitHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Reset gate upper high alarm level

rgu_limitLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Reset gate upper low alarm level

rtdtemp_warnHi#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: RTD temperature high warning level

rtdtemp_warnLo#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: RTD temperature low warning level

rtdtemp_limitHi#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: RTD temperature high alarm level

rtdtemp_limitLo#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: RTD temperature low alarm level

sclk0_warnHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Serial 0 high warning level

sclk0_warnLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Serial 0 low warning level

sclk0_limitHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Serial 0 high alarm level

sclk0_limitLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Serial 0 low alarm level

sclkl_warnHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Serial lower high warning level

sclkl_warnLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Serial lower low warning level

sclkl_limitHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Serial lower high alarm level

sclkl_limitLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Serial lower low alarm level

sclku_warnHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Serial upper high warning level

sclku_warnLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Serial upper low warning level

sclku_limitHi#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Serial upper high alarm level

sclku_limitLo#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Serial upper low alarm level

temp1_warnHi#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 1 high warning level

temp1_warnLo#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 1 low warning level

temp1_limitHi#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 1 high alarm level

temp1_limitLo#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 1 low alarm level

temp2_warnHi#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 2 high warning level

temp2_warnLo#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 2 low warning level

temp2_limitHi#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 2 high alarm level

temp2_limitLo#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 2 low alarm level

temp3_warnHi#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 3 high warning level

temp3_warnLo#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 3 low warning level

temp3_limitHi#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 3 high alarm level

temp3_limitLo#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 3 low alarm level

temp4_warnHi#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 4 high warning level

temp4_warnLo#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 4 low warning level

temp4_limitHi#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 4 high alarm level

temp4_limitLo#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 4 low alarm level

temp5_warnHi#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 5 high warning level

temp5_warnLo#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 5 low warning level

temp5_limitHi#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 5 high alarm level

temp5_limitLo#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 5 low alarm level

temp6_warnHi#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 6 high warning level

temp6_warnLo#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 6 low warning level

temp6_limitHi#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 6 high alarm level

temp6_limitLo#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 6 low alarm level

focal_plane_RebsAverageTemp6_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_RebsAverageTemp6_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

Celsius

Description: Average Rebs Temp6 high warning level

warnLo#

IDL_Type:

double

Units:

Celsius

Description: Average Rebs Temp6 low warning level

limitHi#

IDL_Type:

double

Units:

Celsius

Description: Average Rebs Temp6 high alarm level

limitLo#

IDL_Type:

double

Units:

Celsius

Description: Average Rebs Temp6 low alarm level

daq_monitor_Store_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_daq_monitor_Store_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

freefraction_warnLo#

IDL_Type:

double

Units:

unitless

Description: available-space fraction low warning level

freefraction_limitLo#

IDL_Type:

double

Units:

unitless

Description: available-space fraction low alarm level

ats_power_Analog_I_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_Analog_I_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

mA

Description: Analog current high warning level

warnLo#

IDL_Type:

double

Units:

mA

Description: Analog current low warning level

limitHi#

IDL_Type:

double

Units:

mA

Description: Analog current high alarm level

limitLo#

IDL_Type:

double

Units:

mA

Description: Analog current low alarm level

ats_power_Analog_V_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_Analog_V_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

Volt

Description: Analog voltage high warning level

warnLo#

IDL_Type:

double

Units:

Volt

Description: Analog voltage low warning level

limitHi#

IDL_Type:

double

Units:

Volt

Description: Analog voltage high alarm level

limitLo#

IDL_Type:

double

Units:

Volt

Description: Analog voltage low alarm level

ats_power_Aux_I_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_Aux_I_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

mA

Description: Aux current high warning level

warnLo#

IDL_Type:

double

Units:

mA

Description: Aux current low warning level

limitHi#

IDL_Type:

double

Units:

mA

Description: Aux current high alarm level

limitLo#

IDL_Type:

double

Units:

mA

Description: Aux current low alarm level

ats_power_Aux_V_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_Aux_V_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

Volt

Description: Aux voltage high warning level

warnLo#

IDL_Type:

double

Units:

Volt

Description: Aux voltage low warning level

limitHi#

IDL_Type:

double

Units:

Volt

Description: Aux voltage high alarm level

limitLo#

IDL_Type:

double

Units:

Volt

Description: Aux voltage low alarm level

ats_power_ClkHigh_I_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_ClkHigh_I_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

mA

Description: Clock high current high warning level

warnLo#

IDL_Type:

double

Units:

mA

Description: Clock high current low warning level

limitHi#

IDL_Type:

double

Units:

mA

Description: Clock high current high alarm level

limitLo#

IDL_Type:

double

Units:

mA

Description: Clock high current low alarm level

ats_power_ClkHigh_V_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_ClkHigh_V_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

Volt

Description: Clock high voltage high warning level

warnLo#

IDL_Type:

double

Units:

Volt

Description: Clock high voltage low warning level

limitHi#

IDL_Type:

double

Units:

Volt

Description: Clock high voltage high alarm level

limitLo#

IDL_Type:

double

Units:

Volt

Description: Clock high voltage low alarm level

ats_power_ClkLow_I_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_ClkLow_I_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

mA

Description: Clock low current high warning level

warnLo#

IDL_Type:

double

Units:

mA

Description: Clock low current low warning level

limitHi#

IDL_Type:

double

Units:

mA

Description: Clock low current high alarm level

limitLo#

IDL_Type:

double

Units:

mA

Description: Clock low current low alarm level

ats_power_ClkLow_V_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_ClkLow_V_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

Volt

Description: Clock low voltage high warning level

warnLo#

IDL_Type:

double

Units:

Volt

Description: Clock low voltage low warning level

limitHi#

IDL_Type:

double

Units:

Volt

Description: Clock low voltage high alarm level

limitLo#

IDL_Type:

double

Units:

Volt

Description: Clock low voltage low alarm level

ats_power_DPHI_I_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_DPHI_I_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

mA

Description: DPHI current high warning level

warnLo#

IDL_Type:

double

Units:

mA

Description: DPHI current low warning level

limitHi#

IDL_Type:

double

Units:

mA

Description: DPHI current high alarm level

limitLo#

IDL_Type:

double

Units:

mA

Description: DPHI current low alarm level

ats_power_DPHI_V_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_DPHI_V_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

Volt

Description: DPHI voltage high warning level

warnLo#

IDL_Type:

double

Units:

Volt

Description: DPHI voltage low warning level

limitHi#

IDL_Type:

double

Units:

Volt

Description: DPHI voltage high alarm level

limitLo#

IDL_Type:

double

Units:

Volt

Description: DPHI voltage low alarm level

ats_power_Digital_I_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_Digital_I_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

mA

Description: Digital current high warning level

warnLo#

IDL_Type:

double

Units:

mA

Description: Digital current low warning level

limitHi#

IDL_Type:

double

Units:

mA

Description: Digital current high alarm level

limitLo#

IDL_Type:

double

Units:

mA

Description: Digital current low alarm level

ats_power_Digital_V_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_Digital_V_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

Volt

Description: Digital voltage high warning level

warnLo#

IDL_Type:

double

Units:

Volt

Description: Digital voltage low warning level

limitHi#

IDL_Type:

double

Units:

Volt

Description: Digital voltage high alarm level

limitLo#

IDL_Type:

double

Units:

Volt

Description: Digital voltage low alarm level

ats_power_Fan_I_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_Fan_I_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

mA

Description: Fan current high warning level

warnLo#

IDL_Type:

double

Units:

mA

Description: Fan current low warning level

limitHi#

IDL_Type:

double

Units:

mA

Description: Fan current high alarm level

limitLo#

IDL_Type:

double

Units:

mA

Description: Fan current low alarm level

ats_power_Fan_V_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_Fan_V_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

Volt

Description: Fan voltage high warning level

warnLo#

IDL_Type:

double

Units:

Volt

Description: Fan voltage low warning level

limitHi#

IDL_Type:

double

Units:

Volt

Description: Fan voltage high alarm level

limitLo#

IDL_Type:

double

Units:

Volt

Description: Fan voltage low alarm level

ats_power_HVBias_I_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_HVBias_I_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

mA

Description: HV bias current high warning level

warnLo#

IDL_Type:

double

Units:

mA

Description: HV bias current low warning level

limitHi#

IDL_Type:

double

Units:

mA

Description: HV bias current high alarm level

limitLo#

IDL_Type:

double

Units:

mA

Description: HV bias current low alarm level

ats_power_HVBias_V_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_HVBias_V_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

Volt

Description: HV bias voltage high warning level

warnLo#

IDL_Type:

double

Units:

Volt

Description: HV bias voltage low warning level

limitHi#

IDL_Type:

double

Units:

Volt

Description: HV bias voltage high alarm level

limitLo#

IDL_Type:

double

Units:

Volt

Description: HV bias voltage low alarm level

ats_power_OD_I_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_OD_I_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

mA

Description: OD current high warning level

warnLo#

IDL_Type:

double

Units:

mA

Description: OD current low warning level

limitHi#

IDL_Type:

double

Units:

mA

Description: OD current high alarm level

limitLo#

IDL_Type:

double

Units:

mA

Description: OD current low alarm level

ats_power_OD_V_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_OD_V_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

Volt

Description: OD voltage high warning level

warnLo#

IDL_Type:

double

Units:

Volt

Description: OD voltage low warning level

limitHi#

IDL_Type:

double

Units:

Volt

Description: OD voltage high alarm level

limitLo#

IDL_Type:

double

Units:

Volt

Description: OD voltage low alarm level

ats_power_OTM_I_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_OTM_I_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

mA

Description: OTM current high warning level

warnLo#

IDL_Type:

double

Units:

mA

Description: OTM current low warning level

limitHi#

IDL_Type:

double

Units:

mA

Description: OTM current high alarm level

limitLo#

IDL_Type:

double

Units:

mA

Description: OTM current low alarm level

ats_power_OTM_V_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_OTM_V_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

Volt

Description: OTM voltage high warning level

warnLo#

IDL_Type:

double

Units:

Volt

Description: OTM voltage low warning level

limitHi#

IDL_Type:

double

Units:

Volt

Description: OTM voltage high alarm level

limitLo#

IDL_Type:

double

Units:

Volt

Description: OTM voltage low alarm level

ats_TempCCDSetPoint_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_TempCCDSetPoint_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

Celsius

Description: Setpoint temperature high warning level

warnLo#

IDL_Type:

double

Units:

Celsius

Description: Setpoint temperature low warning level

limitHi#

IDL_Type:

double

Units:

Celsius

Description: Setpoint temperature high alarm level

limitLo#

IDL_Type:

double

Units:

Celsius

Description: Setpoint temperature low alarm level

ats_TempCCD_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_TempCCD_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

Celsius

Description: CCD temperature high warning level

warnLo#

IDL_Type:

double

Units:

Celsius

Description: CCD temperature low warning level

limitHi#

IDL_Type:

double

Units:

Celsius

Description: CCD temperature high alarm level

limitLo#

IDL_Type:

double

Units:

Celsius

Description: CCD temperature low alarm level

ats_TempColdPlate_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_TempColdPlate_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

Celsius

Description: Cold plate temperature high warning level

warnLo#

IDL_Type:

double

Units:

Celsius

Description: Cold plate temperature low warning level

limitHi#

IDL_Type:

double

Units:

Celsius

Description: Cold plate temperature high alarm level

limitLo#

IDL_Type:

double

Units:

Celsius

Description: Cold plate temperature low alarm level

ats_TempCryoHead_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_TempCryoHead_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

Celsius

Description: Cryo head temperature high warning level

warnLo#

IDL_Type:

double

Units:

Celsius

Description: Cryo head temperature low warning level

limitHi#

IDL_Type:

double

Units:

Celsius

Description: Cryo head temperature high alarm level

limitLo#

IDL_Type:

double

Units:

Celsius

Description: Cryo head temperature low alarm level

ats_Vacuum_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_Vacuum_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

warnHi#

IDL_Type:

double

Units:

Torr

Description: Cryo vacuum high warning level

warnLo#

IDL_Type:

double

Units:

Torr

Description: Cryo vacuum low warning level

limitHi#

IDL_Type:

double

Units:

Torr

Description: Cryo vacuum high alarm level

limitLo#

IDL_Type:

double

Units:

Torr

Description: Cryo vacuum low alarm level

bonn_shutter_Device_LimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_bonn_shutter_Device_LimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

bonn_V36_warnHi#

IDL_Type:

double

Units:

Volt

Description: BonnShutter 36-volt reading high warning level

bonn_V36_warnLo#

IDL_Type:

double

Units:

Volt

Description: BonnShutter 36-volt reading low warning level

bonn_V36_limitHi#

IDL_Type:

double

Units:

Volt

Description: BonnShutter 36-volt reading high alarm level

bonn_V36_limitLo#

IDL_Type:

double

Units:

Volt

Description: BonnShutter 36-volt reading low alarm level

bonn_V5_warnHi#

IDL_Type:

double

Units:

Volt

Description: BonnShutter 5-volt reading high warning level

bonn_V5_warnLo#

IDL_Type:

double

Units:

Volt

Description: BonnShutter 5-volt reading low warning level

bonn_V5_limitHi#

IDL_Type:

double

Units:

Volt

Description: BonnShutter 5-volt reading high alarm level

bonn_V5_limitLo#

IDL_Type:

double

Units:

Volt

Description: BonnShutter 5-volt reading low alarm level

focal_plane_MonitoringConfig_MonitoringConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_MonitoringConfig_MonitoringConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

postReadoutTriggerTasks#

IDL_Type:

string

Units:

unitless

Description: Regular expression to select tasks to trigger immediately after readout. An empty String means no tasks will be triggered.

readoutPauseTasks#

IDL_Type:

string

Units:

unitless

Description: Regular expression to select tasks to pause before readout. An empty String means no tasks will be paused.

ats_power_Hameg1_PowerConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_Hameg1_PowerConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

connType#

IDL_Type:

string

Units:

unitless

Description: The connection type: network; serial

dphi_current#

IDL_Type:

double

Units:

A

Description: Current limit to set

dphi_offDelay#

IDL_Type:

double

Units:

s

Description: Power off delay (seconds)

dphi_onDelay#

IDL_Type:

double

Units:

s

Description: Power on delay (seconds)

dphi_voltage#

IDL_Type:

double

Units:

V

Description: Voltage to set

devcId#

IDL_Type:

string

Units:

unitless

Description: The device ID: host name; serial device name

devcParm#

IDL_Type:

long

Units:

unitless

Description: The device parameter: port number; baud rate

digital_current#

IDL_Type:

double

Units:

A

Description: Current limit to set

digital_offDelay#

IDL_Type:

double

Units:

s

Description: Power off delay (seconds)

digital_onDelay#

IDL_Type:

double

Units:

s

Description: Power on delay (seconds)

digital_voltage#

IDL_Type:

double

Units:

V

Description: Voltage to set

od_current#

IDL_Type:

double

Units:

A

Description: Current limit to set

od_offDelay#

IDL_Type:

double

Units:

s

Description: Power off delay (seconds)

od_onDelay#

IDL_Type:

double

Units:

s

Description: Power on delay (seconds)

od_voltage#

IDL_Type:

double

Units:

V

Description: Voltage to set

ats_power_Hameg2_PowerConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_Hameg2_PowerConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

analog_current#

IDL_Type:

double

Units:

A

Description: Current limit to set

analog_offDelay#

IDL_Type:

double

Units:

s

Description: Power off delay (seconds)

analog_onDelay#

IDL_Type:

double

Units:

s

Description: Power on delay (seconds)

analog_voltage#

IDL_Type:

double

Units:

V

Description: Voltage to set

clockhigh_current#

IDL_Type:

double

Units:

A

Description: Current limit to set

clockhigh_offDelay#

IDL_Type:

double

Units:

s

Description: Power off delay (seconds)

clockhigh_onDelay#

IDL_Type:

double

Units:

s

Description: Power on delay (seconds)

clockhigh_voltage#

IDL_Type:

double

Units:

V

Description: Voltage to set

clocklow_current#

IDL_Type:

double

Units:

A

Description: Current limit to set

clocklow_offDelay#

IDL_Type:

double

Units:

s

Description: Power off delay (seconds)

clocklow_onDelay#

IDL_Type:

double

Units:

s

Description: Power on delay (seconds)

clocklow_voltage#

IDL_Type:

double

Units:

V

Description: Voltage to set

connType#

IDL_Type:

string

Units:

unitless

Description: The connection type: network; serial

devcId#

IDL_Type:

string

Units:

unitless

Description: The device ID: host name; serial device name

devcParm#

IDL_Type:

long

Units:

unitless

Description: The device parameter: port number; baud rate

ats_power_Hameg3_PowerConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_Hameg3_PowerConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

aux_current#

IDL_Type:

double

Units:

A

Description: Current limit to set

aux_offDelay#

IDL_Type:

double

Units:

s

Description: Power off delay (seconds)

aux_onDelay#

IDL_Type:

double

Units:

s

Description: Power on delay (seconds)

aux_voltage#

IDL_Type:

double

Units:

V

Description: Voltage to set

connType#

IDL_Type:

string

Units:

unitless

Description: The connection type: network; serial

devcId#

IDL_Type:

string

Units:

unitless

Description: The device ID: host name; serial device name

devcParm#

IDL_Type:

long

Units:

unitless

Description: The device parameter: port number; baud rate

fan_current#

IDL_Type:

double

Units:

A

Description: Current limit to set

fan_offDelay#

IDL_Type:

double

Units:

s

Description: Power off delay (seconds)

fan_onDelay#

IDL_Type:

double

Units:

s

Description: Power on delay (seconds)

fan_voltage#

IDL_Type:

double

Units:

V

Description: Voltage to set

otm_current#

IDL_Type:

double

Units:

A

Description: Current limit to set

otm_offDelay#

IDL_Type:

double

Units:

s

Description: Power off delay (seconds)

otm_onDelay#

IDL_Type:

double

Units:

s

Description: Power on delay (seconds)

otm_voltage#

IDL_Type:

double

Units:

V

Description: Voltage to set

ats_power_Keithley_PowerConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_Keithley_PowerConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

connType#

IDL_Type:

string

Units:

unitless

Description: The connection type: network; serial

devcId#

IDL_Type:

string

Units:

unitless

Description: The device ID: host name; serial device name

devcParm#

IDL_Type:

long

Units:

unitless

Description: The device parameter: port number; baud rate

hvbias_current#

IDL_Type:

double

Units:

A

Description: Current limit to set

hvbias_offDelay#

IDL_Type:

double

Units:

s

Description: Power off delay (seconds)

hvbias_onDelay#

IDL_Type:

double

Units:

s

Description: Power on delay (seconds)

hvbias_voltage#

IDL_Type:

double

Units:

V

Description: Voltage to set

focal_plane_Raft_RaftTempControlConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_Raft_RaftTempControlConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

location#

IDL_Type:

string

Units:

unitless

Description: raft location

tempcontrol_basePower#

IDL_Type:

double

Units:

Watt

IsJavaArray:

yes

Description: base power input

tempcontrol_coefD#

IDL_Type:

double

Units:

unitless

IsJavaArray:

yes

Description: PID D coeficient

tempcontrol_coefI#

IDL_Type:

double

Units:

unitless

IsJavaArray:

yes

Description: PID I coeficient

tempcontrol_coefP#

IDL_Type:

double

Units:

unitless

IsJavaArray:

yes

Description: PID P coeficient

tempcontrol_maxInput#

IDL_Type:

double

Units:

unitless

IsJavaArray:

yes

Description: maximum input

tempcontrol_maxOutput#

IDL_Type:

double

Units:

Watt

IsJavaArray:

yes

Description: maximum PID output

tempcontrol_minInput#

IDL_Type:

double

Units:

unitless

IsJavaArray:

yes

Description: minimum input

tempcontrol_minOutput#

IDL_Type:

double

Units:

Watt

IsJavaArray:

yes

Description: minimum PID output

tempcontrol_rebs#

IDL_Type:

string

Units:

unitless

IsJavaArray:

yes

Description: The REBs with heaters to use

tempcontrol_setTemp#

IDL_Type:

double

Units:

C

IsJavaArray:

yes

Description: Temperature set point

tempcontrol_smoothTime#

IDL_Type:

double

Units:

second

IsJavaArray:

yes

Description: input smoothing time

tempcontrol_tempChans#

IDL_Type:

string

Units:

unitless

IsJavaArray:

yes

Description: Temperature channels to use

tempcontrol_timeConst#

IDL_Type:

double

Units:

second

IsJavaArray:

yes

Description: integration time constant

focal_plane_Raft_RaftTempControlStatusConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_Raft_RaftTempControlStatusConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

location#

IDL_Type:

string

Units:

unitless

Description: raft location

tempcontrol_active#

IDL_Type:

boolean

Units:

unitless

IsJavaArray:

yes

Description: True if loop is active

focal_plane_Reb_RaftsConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_Reb_RaftsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

bias0_csGateP#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: Current source

bias0_gdP#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Guard diode

bias0_odP#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Output drain

bias0_ogP#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Output gate

bias0_rdP#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Reset drain

dac_pclkHighP#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Parallel clock high

dac_pclkLowP#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Parallel clock low

dac_rgHighP#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Reset gate high

dac_rgLowP#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Reset gate low

dac_sclkHighP#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Serial clock high

dac_sclkLowP#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Serial clock low

disableRTDHardwareCheck#

IDL_Type:

boolean

Units:

unitless

IsJavaArray:

yes

Description: Disables the RTD derived CCD type check.

location#

IDL_Type:

string

Units:

unitless

Description: reb location

serialNum#

IDL_Type:

long long

Units:

unitless

IsJavaArray:

yes

Description: The REB Serial Number

focal_plane_Reb_RaftsLimitsConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_Reb_RaftsLimitsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

bias0_gdMax#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Guard diode max

bias0_gdMin#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Guard diode min

bias0_odMax#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Output drain max

bias0_odMin#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Output drain min

bias0_ogMax#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Output gate max

bias0_ogMin#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Output gate min

bias0_rdMax#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Reset drain max

bias0_rdMin#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Reset drain min

dac_pclkHighMax#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Parallel clock high max

dac_pclkHighMin#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Parallel clock high min

dac_pclkLowMax#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Parallel clock low max

dac_pclkLowMin#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Parallel clock low min

dac_rgHighMax#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Reset gate high max

dac_rgHighMin#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Reset gate high min

dac_rgLowMax#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Reset gate low max

dac_rgLowMin#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Reset gate low min

dac_sclkHighMax#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Serial clock high max

dac_sclkHighMin#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Serial clock high min

dac_sclkLowMax#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Serial clock low max

dac_sclkLowMin#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Serial clock low min

location#

IDL_Type:

string

Units:

unitless

Description: reb location

focal_plane_Reb_RaftsPowerConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_Reb_RaftsPowerConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

bias0_gdCal#

IDL_Type:

double

Units:

unitless

IsJavaArray:

yes

Description: GD convert factor

bias0_gdTestVolts#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Shorts Test Voltage for GD

bias0_gdTol#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Guard diode tolerance

bias0_gdValueErr#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Tolerance for GD at TestVolts

bias0_gdZeroErr#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Tolerance for GD at 0V

bias0_odCal#

IDL_Type:

double

Units:

unitless

IsJavaArray:

yes

Description: OD convert factor

bias0_odIMax#

IDL_Type:

double

Units:

A

IsJavaArray:

yes

Description: Max ODI value

bias0_odTol#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Output drain tolerance

bias0_odZeroErr#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Tolerance for OD at 0V

bias0_ogCal#

IDL_Type:

double

Units:

unitless

IsJavaArray:

yes

Description: OG convert factor

bias0_ogTestVolts#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Shorts Test Voltage for OG

bias0_ogTol#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Output gate tolerance

bias0_ogValueErr#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Tolerance for OG at TestVolts

bias0_ogZeroErr#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Tolerance for OG at 0V

bias0_rdCal#

IDL_Type:

double

Units:

unitless

IsJavaArray:

yes

Description: RD convert factor

bias0_rdTestVolts#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Shorts Test Voltage for RD

bias0_rdTol#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Reset drain tolerance

bias0_rdValueErr#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Tolerance for RD at TestVolts

bias0_rdZeroErr#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Tolerance for RD at 0V

clkhiAmin#

IDL_Type:

double

Units:

A

IsJavaArray:

yes

Description: Minimum ON_State CLKHI (A) per REB

clkhiQmax#

IDL_Type:

double

Units:

A

IsJavaArray:

yes

Description: Max OFF_State CLKHI (A) per REB

clkliAmin#

IDL_Type:

double

Units:

A

IsJavaArray:

yes

Description: Minimum ON_State CLKLI (A) per REB

clkliQmax#

IDL_Type:

double

Units:

A

IsJavaArray:

yes

Description: Max OFF_State CLKLI (A) per REB

dac_clkhIMax#

IDL_Type:

double

Units:

A

IsJavaArray:

yes

Description: Max ClkHI value

dac_clklIMax#

IDL_Type:

double

Units:

A

IsJavaArray:

yes

Description: Max ClkLI value

dac_pclkHighCal#

IDL_Type:

double

Units:

unitless

IsJavaArray:

yes

Description: Parallel high calib

dac_pclkHighTestV#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Shorts Test Voltage for PClkU

dac_pclkHighTol#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Parallel high tolerance

dac_pclkHighValueErr#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Tolerance for PClkU TestV

dac_pclkHighZeroErr#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Tolerance for 0V w/PClkU test

dac_pclkLowCal#

IDL_Type:

double

Units:

unitless

IsJavaArray:

yes

Description: Parallel low calib

dac_pclkLowTestV#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Shorts Test Voltage for PClkL

dac_pclkLowTol#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Parallel low tolerance

dac_pclkLowValueErr#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Tolerance for PClkL TestV

dac_pclkLowZeroErr#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Tolerance for 0V w/PClkL test

dac_rgHighCal#

IDL_Type:

double

Units:

unitless

IsJavaArray:

yes

Description: Reset high calib

dac_rgHighTestV#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Shorts Test Voltage for RGU

dac_rgHighTol#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Reset high tolerance

dac_rgHighValueErr#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Tolerance for RGU TestV

dac_rgHighZeroErr#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Tolerance for 0V w/RGU test

dac_rgLowCal#

IDL_Type:

double

Units:

unitless

IsJavaArray:

yes

Description: Reset low calib

dac_rgLowTestV#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Shorts Test Voltage for RGL

dac_rgLowTol#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Reset low tolerance

dac_rgLowValueErr#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Tolerance for RGL TestV

dac_rgLowZeroErr#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Tolerance for 0V w/RGL test

dac_sclkHighCal#

IDL_Type:

double

Units:

unitless

IsJavaArray:

yes

Description: Serial high calib

dac_sclkHighTestV#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Shorts Test Voltage for SClkU

dac_sclkHighTol#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Serial high tolerance

dac_sclkHighValueErr#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Tolerance for SClkU TestV

dac_sclkHighZeroErr#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Tolerance for 0V w/SClkU test

dac_sclkLowCal#

IDL_Type:

double

Units:

unitless

IsJavaArray:

yes

Description: Serial low calib

dac_sclkLowTestV#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Shorts Test Voltage for SClkL

dac_sclkLowTol#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Serial low tolerance

dac_sclkLowValueErr#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Tolerance for SClkL TestV

dac_sclkLowZeroErr#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Tolerance for 0V w/SClkL test

location#

IDL_Type:

string

Units:

unitless

Description: reb location

maxDelta#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Max allowed SlowAdcs delta

maxStep#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Max allowed SlowAdcs step

minTol#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Min allowed SlowAdcs tolerance

nPowerOnPub#

IDL_Type:

long

Units:

unitless

IsJavaArray:

yes

Description: Number of consequtive monitor-update pubs after trigger

odiAmin#

IDL_Type:

double

Units:

A

IsJavaArray:

yes

Description: Minimum ON_State ODI (A) per CCD

odiQmax#

IDL_Type:

double

Units:

A

IsJavaArray:

yes

Description: Max OFF_State ODI (A) per CCD

focal_plane_SequencerConfig_SequencerConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_SequencerConfig_SequencerConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

clearCountParameter#

IDL_Type:

string

Units:

unitless

Description: Name of the clear count parameter

clearMain#

IDL_Type:

string

Units:

unitless

Description: Name of the clear main

idleFlushMain#

IDL_Type:

string

Units:

unitless

Description: Name of the idle flush main

idleFlushTimeout#

IDL_Type:

long long

Units:

unitless

Description: Idle time in milliseconds before sequencer will enter IDLE_FLUSH. Can be zero (enter immeidately) or negative (never)

integrateMain#

IDL_Type:

string

Units:

unitless

Description: Name of the integrate main

metaDataRegisters#

IDL_Type:

string

Units:

unitless

Description: Names of meta-data related registers which must be in the sequencer (colon delimited array)

overCols#

IDL_Type:

long

Units:

unitless

Description: Allows overCols setting specified in the sequencer file to be overriden

overRows#

IDL_Type:

long

Units:

unitless

Description: Allows overRows setting specified in the sequencer file to be overriden

postCols#

IDL_Type:

long

Units:

unitless

Description: Allows postCols setting specified in the sequencer file to be overriden

postRows#

IDL_Type:

long

Units:

unitless

Description: Allows postRows setting specified in the sequencer file to be overriden

preCols#

IDL_Type:

long

Units:

unitless

Description: Allows preCols setting specified in the sequencer file to be overriden

preRows#

IDL_Type:

long

Units:

unitless

Description: Allows preRows setting specified in the sequencer file to be overriden

pseudoReadMain#

IDL_Type:

string

Units:

unitless

Description: Name of the pseudo read main

readCols#

IDL_Type:

long

Units:

unitless

Description: Allows readCols setting specified in the sequencer file to be overriden

readCols2#

IDL_Type:

long

Units:

unitless

Description: Allows readCols2 setting specified in the sequencer file to be overriden

readMain#

IDL_Type:

string

Units:

unitless

Description: Name of the read main

readRows#

IDL_Type:

long

Units:

unitless

Description: Allows readRows setting specified in the sequencer file to be overriden

rowShiftForwardMain#

IDL_Type:

string

Units:

unitless

Description: Name of the row shift forward main

rowShiftReverseMain#

IDL_Type:

string

Units:

unitless

Description: Name of the row shift reverse main

scanMode#

IDL_Type:

boolean

Units:

unitless

Description: True if the sequencer is in scan mode

sequencer#

IDL_Type:

string

Units:

unitless

Description: Map of sequencer names to load (by type, ITL or E2V) (colon delimited array)

sequencerChecksums#

IDL_Type:

string

Units:

unitless

Description: Checksums for the loaded sequencers, by type (colon delimited array)

shiftCountParameter#

IDL_Type:

string

Units:

unitless

Description: Name of the shift count parameter

stepAfterIntegrate#

IDL_Type:

boolean

Units:

unitless

Description: Perform a step rather than stop after integrate

transparentMode#

IDL_Type:

long

Units:

unitless

Description: True if the ASPIC is in transparent mode

underCols#

IDL_Type:

long

Units:

unitless

Description: Allows underCols setting specified in the sequencer file to be overriden

useParallelRegisters#

IDL_Type:

boolean

Units:

unitless

Description: Read all registers in parallel when waiting for sequencers to stop

daq_monitor_Stats_StatisticsConfiguration#

EFDB_Topic:

ATCamera_logevent_daq_monitor_Stats_StatisticsConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

minDiffAlertWarning#

IDL_Type:

long

Units:

unitless

Description: minimum difference between successive reads to raise Alert at warning level

minDiffLogWarning#

IDL_Type:

long

Units:

unitless

Description: minimum difference between successive reads to put warning in log

sumDriverChecks#

IDL_Type:

string

Units:

unitless

Description: Driver Stats for warnings on sums (colon delimited array)

sumDriverStats#

IDL_Type:

string

Units:

unitless

Description: Driver Stats for sums over location (colon delimited array)

sumFirmwareChecks#

IDL_Type:

string

Units:

unitless

Description: Firmware Stats for warnings on sums (colon delimited array)

sumFirmwareStats#

IDL_Type:

string

Units:

unitless

Description: Firmware Stats for sums over location (colon delimited array)

sumRdsChecks#

IDL_Type:

string

Units:

unitless

Description: Rds Stats for warnings on sums (colon delimited array)

sumRdsStats#

IDL_Type:

string

Units:

unitless

Description: Rds Stats for sums over location (colon delimited array)

sumRmsChecks#

IDL_Type:

string

Units:

unitless

Description: Rms Stats for warnings on sums (colon delimited array)

sumRmsStats#

IDL_Type:

string

Units:

unitless

Description: Rms Stats for sums over location (colon delimited array)

daq_monitor_StoreConfiguration#

EFDB_Topic:

ATCamera_logevent_daq_monitor_StoreConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

alarmPurgeFailures#

IDL_Type:

long

Units:

unitless

Description: number of successive autoPurge failures for alarm

daqPartition#

IDL_Type:

string

Units:

unitless

Description: partition containing DAQ store

daq_monitor_Store_StoreConfiguration#

EFDB_Topic:

ATCamera_logevent_daq_monitor_Store_StoreConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

daqFolder#

IDL_Type:

string

Units:

unitless

Description: top-level folder for DAQ store

enableAutoPurge#

IDL_Type:

boolean

Units:

unitless

Description: enable automatic purge of DAQ store

purgeTarget#

IDL_Type:

double

Units:

unitless

Description: goal of purge for maximum fractional disk space used

purgeThreshold#

IDL_Type:

double

Units:

unitless

Description: fraction of used disk space to trigger a store purge

focal_plane_WebHooksConfig_VisualizationConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_WebHooksConfig_VisualizationConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

webHooks#

IDL_Type:

string

Units:

unitless

Description: List of webhook URLs (colon delimited array)

alertRaised#

Description: Event sent when camera alert status changes

EFDB_Topic:

ATCamera_logevent_alertRaised

timestampAlertStatusChanged#

IDL_Type:

double

Units:

second

Description: The time when the status change occurred

alertId#

IDL_Type:

string

Units:

unitless

Description: The alertId corresponding to this alert

description#

IDL_Type:

string

Units:

unitless

Description: The description corresponding to this alertId

currentSeverity#

IDL_Type:

long

Units:

unitless

Enumeration:

NOMINAL,WARNING, ALARM

Description: The current severity level for this alert

highestSeverity#

IDL_Type:

long

Units:

unitless

Description: The highest severity level for this alert since last clear

isCleared#

IDL_Type:

boolean

Units:

unitless

Description: Whether the alert has been cleared

cause#

IDL_Type:

string

Units:

unitless

Description: The cause corresponding to this alert

origin#

IDL_Type:

string

Units:

unitless

Description: The CCS subsystem which raised this alert

additionalInfo#

IDL_Type:

string

Units:

unitless

Description: Any additional info associated with this raised alert. To allow for future flexibility, usage TBD.

calibrationDetailedState#

EFDB_Topic:

ATCamera_logevent_calibrationDetailedState

substate#

IDL_Type:

long

Units:

unitless

Enumeration:

DISABLED,ENABLED,INTEGRATING

Description: Enumeration of valid substates

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

ccsCommandState#

EFDB_Topic:

ATCamera_logevent_ccsCommandState

substate#

IDL_Type:

long

Units:

unitless

Enumeration:

IDLE,BUSY

Description: Substate of the CCS command.

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

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:

ATCamera_logevent_endOfImageTelemetry

additionalKeys#

IDL_Type:

string

Units:

unitless

Description: Additional keys passed to the takeImages command (: delimited)

additionalValues#

IDL_Type:

string

Units:

unitless

Description: Additional values passed to the takeImages command (: delimited, in same order as additionalKeys)

imagesInSequence#

IDL_Type:

long

Units:

unitless

Description: The total number of requested images in sequence

imageName#

IDL_Type:

string

IDL_Size:

32

Units:

unitless

Description: The imageName for this specific exposure, assigned by the camera

imageIndex#

IDL_Type:

long

Units:

unitless

Description: The one based index number for this specific exposure within the sequence

imageSource#

IDL_Type:

string

IDL_Size:

2

Units:

unitless

Description: The source component of the image name (AT/CC/MC)

imageController#

IDL_Type:

string

Units:

unitless

Description: The controller for the image (O=OCS/C=CCS/…)

imageDate#

IDL_Type:

string

IDL_Size:

8

Units:

unitless

Description: The date component of the image name (YYYYMMDD)

imageNumber#

IDL_Type:

long

Units:

unitless

Description: The image number (SEQNO) component of the image name

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)

exposureTime#

IDL_Type:

double

Units:

second

Description: The requested exposure time

imageTag#

IDL_Type:

string

IDL_Size:

64

Units:

unitless

Description: The DAQ assigned image tag (hex string)

timestampDateObs#

IDL_Type:

double

Units:

second

Description: The observation date, as computed by CCS (as TAI)

timestampDateEnd#

IDL_Type:

double

Units:

second

Description: The end observation date, as computed by CCS (as TAI)

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.

darkTime#

IDL_Type:

double

Units:

second

Description: The dark time, as computed by CCS

emulatedImage#

IDL_Type:

string

Units:

unitless

Description: When using emulated DAQ, this is the name of the image read from the 2-day store (otherwise an empty string)

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:

ATCamera_logevent_endReadout

additionalKeys#

IDL_Type:

string

Units:

unitless

Description: Additional keys passed to the takeImages command (: delimited)

additionalValues#

IDL_Type:

string

Units:

unitless

Description: Additional values passed to the takeImages command (: delimited, in same order as additionalKeys)

imagesInSequence#

IDL_Type:

long

Units:

unitless

Description: The total number of requested images in sequence

imageName#

IDL_Type:

string

IDL_Size:

32

Units:

unitless

Description: The imageName for this specific exposure, assigned by the camera

imageIndex#

IDL_Type:

long

Units:

unitless

Description: The one based index number for this specific exposure within the sequence

imageSource#

IDL_Type:

string

IDL_Size:

2

Units:

unitless

Description: The source component of the image name (AT/CC/MC)

imageController#

IDL_Type:

string

Units:

unitless

Description: The controller for the image (O=OCS/C=CCS/…)

imageDate#

IDL_Type:

string

IDL_Size:

8

Units:

unitless

Description: The date component of the image name (YYYYMMDD)

imageNumber#

IDL_Type:

long

Units:

unitless

Description: The image number (SEQNO) component of the image name

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)

requestedExposureTime#

IDL_Type:

double

Units:

second

Description: The requested exposure time (as specified in the takeImages command)

timestampEndOfReadout#

IDL_Type:

double

Units:

second

Description: The time at which the readout was completed

endShutterClose#

EFDB_Topic:

ATCamera_logevent_endShutterClose

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

endShutterOpen#

EFDB_Topic:

ATCamera_logevent_endShutterOpen

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

endTakeImage#

EFDB_Topic:

ATCamera_logevent_endTakeImage

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

fileCommandExecution#

Description: Each time a command is executed on a single FITS file this event is generated

EFDB_Topic:

ATCamera_logevent_fileCommandExecution

imageName#

IDL_Type:

string

IDL_Size:

32

Units:

unitless

Description: The imageName for this specific exposure, assigned by the camera

timestampCommandComplete#

IDL_Type:

double

Units:

second

Description: The time when the command completed.

command#

IDL_Type:

string

Units:

unitless

Description: The comamnd executed included arguments.

rc#

IDL_Type:

int

Units:

unitless

Description: The return code from the command execution.

fitsFilesWritten#

Description: When this event is received, all of the CCS files on the diagnostic cluster have been written

Note: all : delimited strings (aka string arrays) follow the escaping convention defined in CAP-572

EFDB_Topic:

ATCamera_logevent_fitsFilesWritten

imageName#

IDL_Type:

string

IDL_Size:

32

Units:

unitless

Description: The imageName for this specific exposure, assigned by the camera

timestampFilesWritten#

IDL_Type:

double

Units:

second

Description: The time when the (last) CCS FITS file was written.

rootFileName#

IDL_Type:

string

Units:

unitless

Description: The common filesystem location of all files below.

relativeFileNames#

IDL_Type:

string

Units:

unitless

Description: The file system location of each file, relative to rootFileName (: delimited).

fileNode#

IDL_Type:

string

Units:

unitless

Description: The node on which each file is written (: delimited, in same order as above).

focalPlaneSummaryInfo#

Description: Special event for use by header service. All of the information in this event is redundant (i,e. also supplied in

other configuration events), but the information in this event is formatted for ease-of-use of the header service, specifically information which is REB or Raft specific is repeated for each CCD. This event will be sent at the same time as other configuration events Note: all : delimited strings (aka string arrays) follow the escaping convention defined in CAP-572

EFDB_Topic:

ATCamera_logevent_focalPlaneSummaryInfo

ccdLocation#

IDL_Type:

string

Units:

unitless

Description: CCD location in focal-plane (e.g. R22S01) (: delimited).

This should be considered the key for all the remaining items, which will be in the same order as the locations, whether they are arrays or : delimited strings.

raftBay#

IDL_Type:

string

Units:

unitless

Description: The raft bay for each CCD listed above, of the form Rnn : delimited

ccdSlot#

IDL_Type:

string

Units:

unitless

Description: The CCD slot for each CCD listed above, of the form SXn : delimited

rebSerialNumber#

IDL_Type:

string

Units:

unitless

Description: REB hardware serial number (: delimited)

rebLSSTName#

IDL_Type:

string

Units:

unitless

Description: REB LSST identifier (: delimited)

ccdLSSTName#

IDL_Type:

string

Units:

unitless

Description: CCD LSST identifier (: delimited)

raftLSSTName#

IDL_Type:

string

Units:

unitless

Description: Raft LSST identifier (: delimited)

ccdManSerNum#

IDL_Type:

string

Units:

unitless

Description: Sensor manufacturer’s serial number (: delimited)

ccdManufacturer#

IDL_Type:

string

Units:

unitless

Description: Sensor manufacturer E2V or ITL (: delimited)

ccdType#

IDL_Type:

int

Units:

unitless

Enumeration:

E2V, ITL

Description: The type of each CCD

ccdTempSetPoint#

IDL_Type:

double

Units:

unitless

Description: Sensor temperature set point

sequencerKey#

IDL_Type:

string

Units:

unitless

Description: The name of the CCD sequencer loaded (: delimited)

sequencerChecksum#

IDL_Type:

string

Units:

unitless

Description: The checksum of the CCD sequencer loaded (: delimited)

imageReadinessDetailedState#

EFDB_Topic:

ATCamera_logevent_imageReadinessDetailedState

substate#

IDL_Type:

long

Units:

unitless

Enumeration:

READY,NOT_READY,GETTING_READY

Description: Enumeration of valid substates

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

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:

ATCamera_logevent_imageReadoutParameters

imageName#

IDL_Type:

string

Units:

unitless

Description: The imageName for this specific exposure

ccdLocation#

IDL_Type:

string

Units:

unitless

Description: A list of all ccds currently configured, of the form RnnSnn, : delimited (empty if entry not used)

raftBay#

IDL_Type:

string

Units:

unitless

Description: The raft bay for each CCD listed above, of the form Rnn : delimited

ccdSlot#

IDL_Type:

string

Units:

unitless

Description: The CCD slot for each CCD listed above, of the form SXn : delimited

ccdType#

IDL_Type:

int

Units:

unitless

Enumeration:

E2V,ITL

Description: The type of each CCD, this determines segRows, segCols and serCols

overRows#

IDL_Type:

int

Units:

unitless

Description: See CCD Readout Parameters Diagram

overCols#

IDL_Type:

int

Units:

unitless

Description: See CCD Readout Parameters Diagram

readRows#

IDL_Type:

int

Units:

unitless

Description: See CCD Readout Parameters Diagram

readCols#

IDL_Type:

int

Units:

unitless

Description: See CCD Readout Parameters Diagram

readCols2#

IDL_Type:

int

Units:

unitless

Description: See CCD Readout Parameters Diagram

preCols#

IDL_Type:

int

Units:

unitless

Description: See CCD Readout Parameters Diagram

preRows#

IDL_Type:

int

Units:

unitless

Description: See CCD Readout Parameters Diagram

postCols#

IDL_Type:

int

Units:

unitless

Description: See CCD Readout Parameters Diagram

underCols#

IDL_Type:

int

Units:

unitless

Description: See CCD Readout Parameters Diagram

daqFolder#

IDL_Type:

string

Units:

unitless

Description: DAQ folder where image will be created

daqAnnotation#

IDL_Type:

string

Units:

unitless

Description: Annotation sent to DAQ

imageStored#

Description: When this event is received the corresponding image should be complete in the DAQ 2-day store.

Once in use this will allow endReadout event to go back to indicating that the readout is complete (sequencers finished). Note: all : delimited strings (aka string arrays) follow the escaping convention defined in CAP-572

EFDB_Topic:

ATCamera_logevent_imageStored

imageName#

IDL_Type:

string

IDL_Size:

32

Units:

unitless

Description: The imageName for this specific exposure, assigned by the camera

timestampImageStored#

IDL_Type:

double

Units:

second

Description: The time when the DAQ image was store was complete.

imageVisualization#

Description: Event sent when image visualization is ready

EFDB_Topic:

ATCamera_logevent_imageVisualization

imageName#

IDL_Type:

string

IDL_Size:

32

Units:

unitless

Description: The imageName for this specific exposure, assigned by the camera

timestampVisualizationAvailable#

IDL_Type:

double

Units:

second

Description: The time when the command completed.

url#

IDL_Type:

string

Units:

unitless

Description: The URL at which the full image visualization is available.

thumbnail#

IDL_Type:

string

Units:

unitless

Description: The URL at which the image thumbnail is available.

notReadyToTakeImage#

EFDB_Topic:

ATCamera_logevent_notReadyToTakeImage

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

offlineDetailedState#

EFDB_Topic:

ATCamera_logevent_offlineDetailedState

substate#

IDL_Type:

long

Units:

unitless

Enumeration:

OFFLINE_AVAILABLE,OFFLINE_PUBLISH_ONLY

Description: Enumeration of valid substates

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

prepareToTakeImage#

EFDB_Topic:

ATCamera_logevent_prepareToTakeImage

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

raftsDetailedState#

EFDB_Topic:

ATCamera_logevent_raftsDetailedState

substate#

IDL_Type:

long

Units:

unitless

Enumeration:

NEEDS_CLEAR,CLEARING,INTEGRATING,READING_OUT,QUIESCENT,DISCARDING

Description: Enumeration of valid substates

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

readyToTakeImage#

EFDB_Topic:

ATCamera_logevent_readyToTakeImage

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

shutterBladeMotionProfile#

Description: The motion profile for each shutter blade (so normally 2 per image).

Note: Note this is overkill for ComCam, but aims to be the same as for the main camera. For ComCam the encoder and hall effect measurements will be simulated, or empty (and probably initially empty). Note 2: The coordinate system in which positions are reported is as yet ill-defined, and the origin (but not direction) may vary between the 2 blades. The data to convert reported position to something more useful will be in the corresponding blade configuration (aka configuration). It is TBD whether we will try to take this out in the positions reported to SAL. Note 3: The maximum number of positions reported by the firmware for both encoder position and hall effect hall sensors is hard-wired to 240. This is used as the array dimension here. The actual number of points reported will be in encoderCount and hallSensorCount. The array element values beyond the count are undefined (but probably 0)

EFDB_Topic:

ATCamera_logevent_shutterBladeMotionProfile

blade#

IDL_Type:

long

Units:

unitless

Enumeration:

PLUS_X,MINUS_X

Description: The blade that is moving

direction#

IDL_Type:

long

Units:

unitless

Enumeration:

OPEN,CLOSE

Description: Is the blade opening or closing

timestampStart#

IDL_Type:

double

Units:

second

Description: The time at which the motion started (TAI)

startPosition#

IDL_Type:

double

Units:

mm

Description: The start position of the blade

targetDuration#

IDL_Type:

double

Units:

second

Description: Requested blade motion time

targetPosition#

IDL_Type:

double

Units:

mm

Description: Requested position at end of motion

endPosition#

IDL_Type:

double

Units:

mm

Description: Actual position and end of motion

actualDuration#

IDL_Type:

double

Units:

second

Description: Actual blade motion time

hallSensorCount#

IDL_Type:

int

Units:

unitless

Description: Actual number of hall sensor transitions

timestampHallSensor#

IDL_Type:

double

Units:

second

Count:

240

Description: Hall effect switch trasition times

hallSensorID#

IDL_Type:

int

Units:

unitless

Count:

240

Description: Which Hall effect switch trasitioned

hallSensorPosition#

IDL_Type:

double

Units:

mm

Count:

240

Description: Estimated position of the leading edge of the blade at transition time

hallSensorTransition#

IDL_Type:

boolean

Units:

unitless

Count:

240

Description: true if switch turned on, false if switch turned off

encoderCount#

IDL_Type:

int

Units:

unitless

Description: Actual number of encoder measurements

timestampEncoder#

IDL_Type:

double

Units:

second

Count:

240

Description: timestamps for motor encoder position measurements (TAI)

encoderPosition#

IDL_Type:

double

Units:

mm

Count:

240

Description: Positions for motor encoder position measurements

shutterDetailedState#

EFDB_Topic:

ATCamera_logevent_shutterDetailedState

substate#

IDL_Type:

long

Units:

unitless

Enumeration:

CLOSED,OPEN,CLOSING,OPENING

Description: Enumeration of valid substates

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

shutterMotionProfile#

EFDB_Topic:

ATCamera_logevent_shutterMotionProfile

measuredExposureTime#

IDL_Type:

double

Units:

second

Description: The measured average exposure time

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:

ATCamera_logevent_startIntegration

additionalKeys#

IDL_Type:

string

Units:

unitless

Description: Additional keys passed to the takeImages command (: delimited)

additionalValues#

IDL_Type:

string

Units:

unitless

Description: Additional values passed to the takeImages command (: delimited, in same order as additionalKeys)

imagesInSequence#

IDL_Type:

long

Units:

unitless

Description: The total number of requested images in sequence

imageName#

IDL_Type:

string

IDL_Size:

32

Units:

unitless

Description: The imageName for this specific exposure, assigned by the camera

imageIndex#

IDL_Type:

long

Units:

unitless

Description: The one based index number for this specific exposure within the sequence

imageSource#

IDL_Type:

string

IDL_Size:

2

Units:

unitless

Description: The source component of the image name (AT/CC/MC)

imageController#

IDL_Type:

string

Units:

unitless

Description: The controller for the image (O=OCS/C=CCS/…)

imageDate#

IDL_Type:

string

IDL_Size:

8

Units:

unitless

Description: The date component of the image name (YYYYMMDD)

imageNumber#

IDL_Type:

long

Units:

unitless

Description: The image number (SEQNO) component of the image name

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)

exposureTime#

IDL_Type:

double

Units:

second

Description: The requested exposure time

mode#

IDL_Type:

string

Units:

unitless

Description: The camera data taking mode (normal/calibration/(TBD in future))

timeout#

IDL_Type:

double

Units:

second

Description: The timeout (in seconds) after which the header service should assume something has gone wrong. For

calibration mode the timeout will be set to the argument passed to startImage, for normal mode the timeout will be set to expTime.

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:

ATCamera_logevent_startReadout

additionalKeys#

IDL_Type:

string

Units:

unitless

Description: Additional keys passed to the takeImages command (: delimited)

additionalValues#

IDL_Type:

string

Units:

unitless

Description: Additional values passed to the takeImages command (: delimited, in same order as additionalKeys)

imagesInSequence#

IDL_Type:

long

Units:

unitless

Description: The total number of requested images in sequence

imageName#

IDL_Type:

string

IDL_Size:

32

Units:

unitless

Description: The imageName for this specific exposure, assigned by the camera

imageIndex#

IDL_Type:

long

Units:

unitless

Description: The one based index number for this specific exposure within the sequence

imageSource#

IDL_Type:

string

IDL_Size:

2

Units:

unitless

Description: The source component of the image name (AT/CC/MC)

imageController#

IDL_Type:

string

Units:

unitless

Description: The controller for the image (O=OCS/C=CCS/…)

imageDate#

IDL_Type:

string

IDL_Size:

8

Units:

unitless

Description: The date component of the image name (YYYYMMDD)

imageNumber#

IDL_Type:

long

Units:

unitless

Description: The image number (SEQNO) component of the image name

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)

exposureTime#

IDL_Type:

double

Units:

second

Description: The requested exposure time

timestampStartOfReadout#

IDL_Type:

double

Units:

second

Description: The time at which the readout was triggered

startShutterClose#

EFDB_Topic:

ATCamera_logevent_startShutterClose

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

startShutterOpen#

EFDB_Topic:

ATCamera_logevent_startShutterOpen

timestampTransition#

IDL_Type:

double

Units:

second

Description: The time at which the state transition occurred

summaryStatus#

Description: Event sent when camera summary status changes. Primarily intended to be used by LOVE

EFDB_Topic:

ATCamera_logevent_summaryStatus

timestampStatusChanged#

IDL_Type:

double

Units:

second

Description: The time when the last status changed.

subsystems#

IDL_Type:

string

Units:

unitless

Description: The list of subsystems for which summary state is published (: delimited)

subsystemState#

IDL_Type:

string

Units:

unitless

Description: The list of states corresponding to subsystems (: delimited).

subsystemColor#

IDL_Type:

string

Units:

unitless

Description: The list of colors corresponding to subsystems (: delimited). E.g. Red, Green, Yellow, (TBD)

additionalInfo#

IDL_Type:

string

Units:

unitless

Description: Additional info to be displayed beside state (: delimited).

focal_plane_PeriodicTasks_timersConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_PeriodicTasks_timersConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

agentmonitorservice_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task agentMonitorService

heartbeat_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task heartbeat

monitor_publish_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task monitor-publish

monitor_update_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task monitor-update

runtimeinfo_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task runtimeInfo

tempcontrol_R00_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task tempControl/R00

focal_plane_Reb_timersConfiguration#

EFDB_Topic:

ATCamera_logevent_focal_plane_Reb_timersConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

location#

IDL_Type:

string

Units:

unitless

Description: reb location

periodictasks_monitor_check_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

IsJavaArray:

yes

Description: period for task monitor-check/R00/RebW

periodictasks_monitor_publish_aspicTemp_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

IsJavaArray:

yes

Description: period for task monitor-publish/R00/RebW/aspicTemp

periodictasks_monitor_publish_boardPower_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

IsJavaArray:

yes

Description: period for task monitor-publish/R00/RebW/boardPower

periodictasks_monitor_publish_crVolt_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

IsJavaArray:

yes

Description: period for task monitor-publish/R00/RebW/crVolt

periodictasks_monitor_publish_rebTemp_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

IsJavaArray:

yes

Description: period for task monitor-publish/R00/RebW/rebTemp

periodictasks_monitor_publish_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

IsJavaArray:

yes

Description: period for task monitor-publish/R00/RebW

periodictasks_monitor_update_aspicTemp_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

IsJavaArray:

yes

Description: period for task monitor-update/R00/RebW/aspicTemp

periodictasks_monitor_update_boardPower_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

IsJavaArray:

yes

Description: period for task monitor-update/R00/RebW/boardPower

periodictasks_monitor_update_crVolt_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

IsJavaArray:

yes

Description: period for task monitor-update/R00/RebW/crVolt

periodictasks_monitor_update_rebTemp_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

IsJavaArray:

yes

Description: period for task monitor-update/R00/RebW/rebTemp

periodictasks_monitor_update_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

IsJavaArray:

yes

Description: period for task monitor-update/R00/RebW

daq_monitor_PeriodicTasks_timersConfiguration#

EFDB_Topic:

ATCamera_logevent_daq_monitor_PeriodicTasks_timersConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

agentmonitorservice_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task agentMonitorService

heartbeat_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task heartbeat

monitor_check_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task monitor-check

monitor_publish_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task monitor-publish

monitor_update_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task monitor-update

publishstats_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task publishStats

purgedaq_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task purgeDAQ

runtimeinfo_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task runtimeInfo

ats_power_PeriodicTasks_timersConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_power_PeriodicTasks_timersConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

agentmonitorservice_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task agentMonitorService

heartbeat_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task heartbeat

monitor_check_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task monitor-check

monitor_publish_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task monitor-publish

monitor_update_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task monitor-update

power_state_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task power-state

runtimeinfo_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task runtimeInfo

ats_PeriodicTasks_timersConfiguration#

EFDB_Topic:

ATCamera_logevent_ats_PeriodicTasks_timersConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

agentmonitorservice_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task agentMonitorService

basic_state_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task basic-state

heartbeat_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task heartbeat

monitor_check_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task monitor-check

monitor_publish_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task monitor-publish

monitor_update_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task monitor-update

runtimeinfo_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task runtimeInfo

bonn_shutter_PeriodicTasks_timersConfiguration#

EFDB_Topic:

ATCamera_logevent_bonn_shutter_PeriodicTasks_timersConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

agentmonitorservice_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task agentMonitorService

heartbeat_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task heartbeat

monitor_check_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task monitor-check

monitor_publish_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task monitor-publish

monitor_update_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task monitor-update

runtimeinfo_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task runtimeInfo

image_handling_PeriodicTasks_timersConfiguration#

EFDB_Topic:

ATCamera_logevent_image_handling_PeriodicTasks_timersConfiguration

version#

IDL_Type:

string

Units:

unitless

Description: Version of the settings, formatted using CCS conventions

agentmonitorservice_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task agentMonitorService

heartbeat_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task heartbeat

runtimeinfo_taskPeriodMillis#

IDL_Type:

long long

Units:

ms

Description: period for task runtimeInfo

authList#

Description: Who can command this CSC.

EFDB_Topic:

SALGeneric_logevent_authList

Category:

csc

authorizedUsers#

IDL_Type:

string

Units:

unitless

Description: Comma seperated list of authorized users currently allowed to command this CSC.

nonAuthorizedCSCs#

IDL_Type:

string

Units:

unitless

Description: Comma seperated list of CSC’s not currently allowed to command this CSC.

configurationApplied#

Description: Information about this CSC’s current configuration overrides.

EFDB_Topic:

SALGeneric_logevent_configurationApplied

Category:

configurable

configurations#

IDL_Type:

string

Units:

unitless

Description: A comma-separated list of configurations applied. If configuration comes from a clone of a git repo, or similar directory, then it will be a list of file names, without the file extension. Ignore whitespace after commas.

version#

IDL_Type:

string

Units:

unitless

Description: Version of the configuration source. For a clone of a git repo it will be a git hash.

url#

IDL_Type:

string

Units:

unitless

Description: URL of the configuration source. For a clone of a git repo this will be a file URL. For a database it will be a standard database URL. This should always match the same-named field in configurationsAvailable.

schemaVersion#

IDL_Type:

string

Units:

unitless

Description: Version of config schema used by this CSC. For a configuration git repo, this is the name of a folder in the config package, and is typically something like “v1”. This should always match the same-named field in configurationsAvailable.

otherInfo#

IDL_Type:

string

Units:

unitless

Description: A comma-separated list of event topics (without the logevent prefix) used to publish the entire set of configuration parameters loaded by this CSC, and any other pertinent information. Ignore whitespace after commas.

configurationsAvailable#

Description: Available configuration overrides for this CSC.

EFDB_Topic:

SALGeneric_logevent_configurationsAvailable

Category:

configurable

overrides#

IDL_Type:

string

Units:

unitless

Description: Available overrides as a comma-separated list. Each entry is a possible value of the configurationOverride field of the start command. Ignore whitespace after commas.

version#

IDL_Type:

string

Units:

unitless

Description: Version of the configuration source. For a clone of a git repo it will be a git hash.

url#

IDL_Type:

string

Units:

unitless

Description: URL of the configuration source. For a clone of a git repo this will be a file URL. For a database it will be a standard database URL.

schemaVersion#

IDL_Type:

string

Units:

unitless

Description: Version of config schema used by this CSC. For a configuration git repo, this is the name of a folder in the config package, and is typically something like “v1”.

errorCode#

Description: Output when this CSC goes into the Fault state as an explanation of the problem.

EFDB_Topic:

SALGeneric_logevent_errorCode

Category:

csc

errorCode#

IDL_Type:

long

Units:

unitless

Description: A numeric error code.

errorReport#

IDL_Type:

string

Units:

unitless

Description: An string providing detailed information about the error.

traceback#

IDL_Type:

string

Units:

unitless

Description: An optional stack trace of the error condition.

heartbeat#

Description: Event output at regular intervals (typcally once per second) to show that the SAL component is alive.

EFDB_Topic:

SALGeneric_logevent_heartbeat

Category:

mandatory

heartbeat#

IDL_Type:

boolean

Units:

unitless

Description: Deprecated field that you should ignore.

largeFileObjectAvailable#

Description: A new large file object is available.

EFDB_Topic:

SALGeneric_logevent_largeFileObjectAvailable

url#

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: A Uniform Resource Locator which links to a Large File Object either for ingest into the EFD Large File Annex, or to announce the successful copy of same to the EFD Large File Annex.Protocols are those supported by the cURL library.

generator#

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: Name of the package which generated the file being announced.

version#

IDL_Type:

float

Units:

unitless

Description: A dotted x.y version number denoting the file format revision.

byteSize#

IDL_Type:

long

Units:

unitless

Description: Size of file in bytes.

checkSum#

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: Hexadecimal character string holding the checksum of the file.

mimeType#

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: Mime Type code for the file.

id#

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: A generic identifier field.

logLevel#

Description: Current logging level.

EFDB_Topic:

SALGeneric_logevent_logLevel

Category:

mandatory

level#

IDL_Type:

int

Units:

unitless

Description: Current logging level, a Python logging level: error=40, warning=30, info=20, debug=10.

subsystem#

IDL_Type:

string

Units:

unitless

Description: If this CSC itself has sub-ordinate components, they may be listed here. An empty string means the setting applies to all such sub-ordinate components, or just to this CSC itself.

logMessage#

Description: A log message.

EFDB_Topic:

SALGeneric_logevent_logMessage

Category:

mandatory

name#

IDL_Type:

string

Units:

unitless

Description: Log name.

level#

IDL_Type:

int

Units:

unitless

Description: Message level, a Python logging level: error=40, warning=30, info=20, debug=10.

message#

IDL_Type:

string

Units:

unitless

Description: Log message.

traceback#

IDL_Type:

string

Units:

unitless

Description: Exception traceback; “” if not an exception.

filePath#

IDL_Type:

string

Units:

unitless

Description: Path to source file.

functionName#

IDL_Type:

string

Units:

unitless

Description: Function or method name.

lineNumber#

IDL_Type:

long

Units:

unitless

Description: Line number in the file specified by filePath.

process#

IDL_Type:

long

Units:

unitless

Description: Process ID.

timestamp#

IDL_Type:

double

Units:

second

Description: The time at which the condition being reported was observed (TAI unix seconds). 0 if unspecified.

simulationMode#

Description: Current simulation mode.

EFDB_Topic:

SALGeneric_logevent_simulationMode

Category:

csc

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

Category:

mandatory

salVersion#

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: This is the current version of SAL generation.

xmlVersion#

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: This is the current version of CSC XML.

openSpliceVersion#

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: This is the current version of OpenSplice.

cscVersion#

IDL_Type:

string

IDL_Size:

256

Units:

unitless

Description: The software version of this CSC.

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 this CSC.

summaryState#

Description: Current summary state of this CSC.

EFDB_Topic:

SALGeneric_logevent_summaryState

Category:

csc

summaryState#

IDL_Type:

long

Units:

unitless

Description: High level state machine state identifier.

Telemetry#

focal_plane_Ccd#

EFDB_Topic:

ATCamera_focal_plane_Ccd

gDV#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: GD 0 voltage

location#

IDL_Type:

string

Units:

unitless

Description: ccd location

oDI#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: OD 0 current

oDV#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: OD 0 voltage

oGV#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: OG 0 voltage

rDV#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: RD 0 voltage

temp#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: SW temperature

bonn_shutter_Device#

EFDB_Topic:

ATCamera_bonn_shutter_Device

bonn_V36#

IDL_Type:

double

Units:

Volt

Description: BonnShutter 36-volt reading

bonn_V5#

IDL_Type:

double

Units:

Volt

Description: BonnShutter 5-volt reading

focal_plane_Reb#

EFDB_Topic:

ATCamera_focal_plane_Reb

anaI#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: Analog PS current

anaV#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Analog PS voltage

aspicl_Temp0#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: ASPIC 0 lower temp

aspicu_Temp0#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: ASPIC 0 upper temp

clkHI#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: Clock High PS current

clkHV#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Clock High PS voltage

clkLV#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Clock Low PS voltage

digI#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: Digital PS current

digV#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Digital PS voltage

hVBiasSwitch#

IDL_Type:

double

Units:

unitless

IsJavaArray:

yes

Description: HV bias switch

htrPI#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: Heater PS current

htrPV#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Heater PS voltage

htrV#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Heater voltage

htrW#

IDL_Type:

double

Units:

Watt

IsJavaArray:

yes

Description: Heater power

location#

IDL_Type:

string

Units:

unitless

Description: reb location

oDI#

IDL_Type:

double

Units:

mA

IsJavaArray:

yes

Description: OD PS current

oDV#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: OD PS voltage

pClk0#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Parallel 0

pClkL#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Parallel lower

pClkU#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Parallel upper

power#

IDL_Type:

double

Units:

Watt

IsJavaArray:

yes

Description: Total power

rG0#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: RG 0

rGL#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Reset gate lower

rGU#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Reset gate upper

rTDTemp#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: RTD temperature

sClk0#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Serial 0

sClkL#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Serial lower

sClkU#

IDL_Type:

double

Units:

Volt

IsJavaArray:

yes

Description: Serial upper

temp1#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 1

temp2#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 2

temp3#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 3

temp4#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 4

temp5#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 5

temp6#

IDL_Type:

double

Units:

Celsius

IsJavaArray:

yes

Description: Board temperature 6

focal_plane_RebTotalPower#

EFDB_Topic:

ATCamera_focal_plane_RebTotalPower

rebTotalPower#

IDL_Type:

double

Units:

Watt

Description: Reb Total Power

focal_plane_RebsAverageTemp6#

EFDB_Topic:

ATCamera_focal_plane_RebsAverageTemp6

rebsAverageTemp6#

IDL_Type:

double

Units:

Celsius

Description: Average Rebs Temp6

daq_monitor_Store#

EFDB_Topic:

ATCamera_daq_monitor_Store

capacity#

IDL_Type:

double

Units:

Gbyte

Description: total disk space

freeFraction#

IDL_Type:

double

Units:

unitless

Description: available-space fraction

freeSpace#

IDL_Type:

double

Units:

Gbyte

Description: available disk space

power#

EFDB_Topic:

ATCamera_power

analog_I#

IDL_Type:

double

Units:

mA

Description: Analog current

analog_V#

IDL_Type:

double

Units:

Volt

Description: Analog voltage

aux_I#

IDL_Type:

double

Units:

mA

Description: Aux current

aux_V#

IDL_Type:

double

Units:

Volt

Description: Aux voltage

clkhigh_I#

IDL_Type:

double

Units:

mA

Description: Clock high current

clkhigh_V#

IDL_Type:

double

Units:

Volt

Description: Clock high voltage

clklow_I#

IDL_Type:

double

Units:

mA

Description: Clock low current

clklow_V#

IDL_Type:

double

Units:

Volt

Description: Clock low voltage

dphi_I#

IDL_Type:

double

Units:

mA

Description: DPHI current

dphi_V#

IDL_Type:

double

Units:

Volt

Description: DPHI voltage

digital_I#

IDL_Type:

double

Units:

mA

Description: Digital current

digital_V#

IDL_Type:

double

Units:

Volt

Description: Digital voltage

fan_I#

IDL_Type:

double

Units:

mA

Description: Fan current

fan_V#

IDL_Type:

double

Units:

Volt

Description: Fan voltage

hvbias_I#

IDL_Type:

double

Units:

mA

Description: HV bias current

hvbias_V#

IDL_Type:

double

Units:

Volt

Description: HV bias voltage

od_I#

IDL_Type:

double

Units:

mA

Description: OD current

od_V#

IDL_Type:

double

Units:

Volt

Description: OD voltage

otm_I#

IDL_Type:

double

Units:

mA

Description: OTM current

otm_V#

IDL_Type:

double

Units:

Volt

Description: OTM voltage

vacuum#

EFDB_Topic:

ATCamera_vacuum

tempCCD#

IDL_Type:

double

Units:

Celsius

Description: CCD temperature

tempCCDSetPoint#

IDL_Type:

double

Units:

Celsius

Description: Setpoint temperature

tempColdPlate#

IDL_Type:

double

Units:

Celsius

Description: Cold plate temperature

tempCryoHead#

IDL_Type:

double

Units:

Celsius

Description: Cryo head temperature

vacuum#

IDL_Type:

double

Units:

Torr

Description: Cryo vacuum