DetectorCollection

class lsst.afw.cameraGeom.DetectorCollection

Bases: DetectorCollectionDetectorBase

Methods Summary

get(*args, **kwargs)

Overloaded function.

getFpBBox(self)

getIdIter()

Get an iterator over detector IDs

getIdMap(self)

getNameIter()

Get an iterator over detector names

getNameMap(self)

isPersistable(self)

readFits(*args, **kwargs)

Overloaded function.

writeFits(*args, **kwargs)

Overloaded function.

Methods Documentation

get(*args, **kwargs)

Overloaded function.

  1. get(self: lsst.afw.cameraGeom.DetectorCollectionDetectorBase, name: str, default: lsst.afw.cameraGeom.Detector = None) -> lsst.afw.cameraGeom.Detector

  2. get(self: lsst.afw.cameraGeom.DetectorCollectionDetectorBase, id: int, default: lsst.afw.cameraGeom.Detector = None) -> lsst.afw.cameraGeom.Detector

getFpBBox(self: lsst.afw.cameraGeom.DetectorCollection) lsst.geom.Box2D
getIdIter()

Get an iterator over detector IDs

getIdMap(self: lsst.afw.cameraGeom.DetectorCollectionDetectorBase) Dict[int, lsst.afw.cameraGeom.Detector]
getNameIter()

Get an iterator over detector names

getNameMap(self: lsst.afw.cameraGeom.DetectorCollectionDetectorBase) Dict[str, lsst.afw.cameraGeom.Detector]
isPersistable(self: lsst.afw.cameraGeom.DetectorCollection) bool
static readFits(*args, **kwargs)

Overloaded function.

  1. readFits(fileName: str, hdu: int = -2147483648) -> lsst.afw.cameraGeom.DetectorCollection

  2. readFits(manager: lsst::afw::fits::MemFileManager, hdu: int = -2147483648) -> lsst.afw.cameraGeom.DetectorCollection

writeFits(*args, **kwargs)

Overloaded function.

  1. writeFits(self: lsst.afw.cameraGeom.DetectorCollection, fileName: str, mode: str = ‘w’) -> None

  2. writeFits(self: lsst.afw.cameraGeom.DetectorCollection, manager: lsst::afw::fits::MemFileManager, mode: str = ‘w’) -> None