lsst.afw  20.0.0-9-g61a2a9a3d+14f89e4eca
Public Member Functions | List of all members
lsst.afw.cameraGeom.detectorCollection.detectorCollectionContinued.DetectorCollectionBase Class Reference
Inheritance diagram for lsst.afw.cameraGeom.detectorCollection.detectorCollectionContinued.DetectorCollectionBase:

Public Member Functions

def __iter__ (self)
 
def __getitem__ (self, key)
 
def getNameIter (self)
 
def getIdIter (self)
 

Detailed Description

An immutable collection of Detectors that can be accessed by name or ID.

Definition at line 29 of file detectorCollectionContinued.py.

Member Function Documentation

◆ __getitem__()

def lsst.afw.cameraGeom.detectorCollection.detectorCollectionContinued.DetectorCollectionBase.__getitem__ (   self,
  key 
)

Definition at line 37 of file detectorCollectionContinued.py.

◆ __iter__()

def lsst.afw.cameraGeom.detectorCollection.detectorCollectionContinued.DetectorCollectionBase.__iter__ (   self)

Definition at line 33 of file detectorCollectionContinued.py.

◆ getIdIter()

def lsst.afw.cameraGeom.detectorCollection.detectorCollectionContinued.DetectorCollectionBase.getIdIter (   self)
Get an iterator over detector IDs

Definition at line 49 of file detectorCollectionContinued.py.

◆ getNameIter()

def lsst.afw.cameraGeom.detectorCollection.detectorCollectionContinued.DetectorCollectionBase.getNameIter (   self)
Get an iterator over detector names

Definition at line 43 of file detectorCollectionContinued.py.


The documentation for this class was generated from the following file: