DetectorCollectionBuilderBase

class lsst.afw.cameraGeom.DetectorCollectionBuilderBase

Bases: pybind11_builtins.pybind11_object

Methods Summary

get(*args, **kwargs)

Overloaded function.

getIdIter()

Get an iterator over detector IDs

getIdMap(self)

getNameIter()

Get an iterator over detector names

getNameMap(self)

Methods Documentation

get(*args, **kwargs)

Overloaded function.

  1. get(self: lsst.afw.cameraGeom.detectorCollection.detectorCollection.DetectorCollectionBuilderBase, name: str, default: lsst.afw.cameraGeom.detector.detector.Detector.InCameraBuilder=None) -> lsst.afw.cameraGeom.detector.detector.Detector.InCameraBuilder

  2. get(self: lsst.afw.cameraGeom.detectorCollection.detectorCollection.DetectorCollectionBuilderBase, id: int, default: lsst.afw.cameraGeom.detector.detector.Detector.InCameraBuilder=None) -> lsst.afw.cameraGeom.detector.detector.Detector.InCameraBuilder

getIdIter()

Get an iterator over detector IDs

getIdMap(self: lsst.afw.cameraGeom.detectorCollection.detectorCollection.DetectorCollectionBuilderBase) → Dict[int, lsst.afw.cameraGeom.detector.detector.Detector.InCameraBuilder]
getNameIter()

Get an iterator over detector names

getNameMap(self: lsst.afw.cameraGeom.detectorCollection.detectorCollection.DetectorCollectionBuilderBase) → Dict[str, lsst.afw.cameraGeom.detector.detector.Detector.InCameraBuilder]