DetectorType#

class lsst.images.cameras.DetectorType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)#

Bases: StrEnum

Enumeration of the types of a detector.

Attributes Summary

Methods Summary

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:

DetectorType

to_legacy()#

Convert to lsst.afw.cameraGeom.DetectorType.

Return type:

TypeAliasType

This page was last modified on .