DarkEnergyCameraRawFormatter#
- class lsst.obs.decam.DarkEnergyCameraRawFormatter(*args, **kwargs)#
Bases:
FitsRawFormatterBaseAttributes Summary
Control whether the WCS is flipped in the X-direction (
bool).Methods Summary
getDetector(id)Return the detector that acquired this raw exposure.
Read just the image component of the Exposure.
Read all header metadata directly into a PropertyList.
Attributes Documentation
- filterDefinitions = <lsst.obs.base.filters.FilterDefinitionCollection object>#
- wcsFlipX: ClassVar[bool] = True#
Control whether the WCS is flipped in the X-direction (
bool).
Methods Documentation
- getDetector(id)#
Return the detector that acquired this raw exposure.
Parameters#
- id
int The identifying number of the detector to get.
Returns#
- detector
Detector The detector associated with that
id.
- id