DarkEnergyCameraRawFormatter#

class lsst.obs.decam.DarkEnergyCameraRawFormatter(*args, **kwargs)#

Bases: FitsRawFormatterBase

Attributes Summary

filterDefinitions

wcsFlipX

Control whether the WCS is flipped in the X-direction (bool).

Methods Summary

getDetector(id)

Return the detector that acquired this raw exposure.

readImage()

Read just the image component of the Exposure.

readMetadata()

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#

idint

The identifying number of the detector to get.

Returns#

detectorDetector

The detector associated with that id.

readImage()#

Read just the image component of the Exposure.

Returns#

imageImage

In-memory image component.

readMetadata()#

Read all header metadata directly into a PropertyList.

Returns#

metadataPropertyList

Header metadata.