DetectorCollectionBase¶
-
class
lsst.afw.cameraGeom.
DetectorCollectionBase
¶ Bases:
object
An immutable collection of Detectors that can be accessed by name or ID.
Attributes Summary
TEMPLATE_DEFAULTS
TEMPLATE_PARAMS
Methods Summary
getIdIter
()Get an iterator over detector IDs getNameIter
()Get an iterator over detector names Attributes Documentation
-
TEMPLATE_DEFAULTS
= (None,)¶
-
TEMPLATE_PARAMS
= ('dtype',)¶
Methods Documentation
-
getIdIter
()¶ Get an iterator over detector IDs
-
getNameIter
()¶ Get an iterator over detector names
-