LsstTS8#

class lsst.obs.lsst.LsstTS8(collection_prefix: str | None = None)#

Bases: LsstCam

Gen3 Butler specialization for raft test stand data.

Attributes Summary

filterDefinitions

instrument

policyName

Instrument specific name to use when locating a policy or configuration file in the file system.

visitSystem

Methods Summary

getRawFormatter(dataId)

Return the Formatter class that should be used to read a particular raw file.

Attributes Documentation

filterDefinitions = <lsst.obs.base.filters.FilterDefinitionCollection object>#
instrument = 'LSST-TS8'#
policyName: str | None = 'ts8'#

Instrument specific name to use when locating a policy or configuration file in the file system.

visitSystem = 0#

Methods Documentation

getRawFormatter(dataId)#

Return the Formatter class that should be used to read a particular raw file.

Parameters#

dataIdDataId

Dimension-based ID for the raw file or files being ingested.

Returns#

formatterlsst.daf.butler.Formatter class

Class to be used that reads the file into the correct Python object for the raw data.