LsstComCamSim#

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

Bases: LsstCam

Gen3 Butler specialization for ComCamSim data.

Attributes Summary

filterDefinitions

instrument

policyName

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

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 = 'LSSTComCamSim'#
policyName: str | None = 'comCamSim'#

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

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.