Latiss#

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

Bases: LsstCam

Gen3 Butler specialization for AuxTel LATISS data.

Attributes Summary

filterDefinitions

instrument

policyName

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

Methods Summary

extractDetectorRecord(camGeomDetector)

Create a Gen3 Detector entry dict from a cameraGeom.Detector.

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 = 'LATISS'#
policyName: str | None = 'latiss'#

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

Methods Documentation

extractDetectorRecord(camGeomDetector)#

Create a Gen3 Detector entry dict from a cameraGeom.Detector.

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.