DetectorCollection#
- class lsst.afw.cameraGeom.DetectorCollection#
Bases:
DetectorCollectionDetectorBaseMethods Summary
getFpBBox(self)isPersistable(self)readFits(*args, **kwargs)Overloaded function.
writeFits(*args, **kwargs)Overloaded function.
Methods Documentation
- getFpBBox(self: lsst.afw.cameraGeom.DetectorCollection) lsst.geom.Box2D#
- isPersistable(self: lsst.afw.cameraGeom.DetectorCollection) bool#
- static readFits(*args, **kwargs)#
Overloaded function.
readFits(fileName: str, hdu: typing.SupportsInt = -2147483648) -> lsst.afw.cameraGeom.DetectorCollection
readFits(manager: lsst::afw::fits::MemFileManager, hdu: typing.SupportsInt = -2147483648) -> lsst.afw.cameraGeom.DetectorCollection
- writeFits(*args, **kwargs)#
Overloaded function.
writeFits(self: lsst.afw.cameraGeom.DetectorCollection, fileName: str, mode: str = ‘w’) -> None
writeFits(self: lsst.afw.cameraGeom.DetectorCollection, manager: lsst::afw::fits::MemFileManager, mode: str = ‘w’) -> None