DetectorType#
- class lsst.images.cameras.DetectorType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#
Bases:
StrEnumEnumeration of the types of a detector.
Attributes Summary
Methods Summary
from_legacy(legacy_detector_type)Convert from
lsst.afw.cameraGeom.DetectorType.Convert to
lsst.afw.cameraGeom.DetectorType.Attributes Documentation
- FOCUS = 'FOCUS'#
- GUIDER = 'GUIDER'#
- SCIENCE = 'SCIENCE'#
- WAVEFRONT = 'WAVEFRONT'#
Methods Documentation
- classmethod from_legacy(legacy_detector_type)#
Convert from
lsst.afw.cameraGeom.DetectorType.- Parameters:
legacy_detector_type (
TypeAliasType) – Legacy detector type to convert.- Return type:
- to_legacy()#
Convert to
lsst.afw.cameraGeom.DetectorType.- Return type:
TypeAliasType