LsstComCamSim#
- class lsst.obs.lsst.LsstComCamSim(collection_prefix: str | None = None)#
Bases:
LsstCamGen3 Butler specialization for ComCamSim data.
Attributes Summary
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#
- dataId
DataId Dimension-based ID for the raw file or files being ingested.
Returns#
- formatter
lsst.daf.butler.Formatterclass Class to be used that reads the file into the correct Python object for the raw data.
- dataId