DetectorCollectionBase¶
- 
class 
lsst.afw.cameraGeom.DetectorCollectionBase¶ Bases:
objectAn immutable collection of Detectors that can be accessed by name or ID.
Attributes Summary
TEMPLATE_DEFAULTSTEMPLATE_PARAMSMethods 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
-