DetectorCollection#

class lsst.afw.cameraGeom.DetectorCollection#

Bases: DetectorCollectionDetectorBase

Methods 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.

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

  2. readFits(manager: lsst::afw::fits::MemFileManager, hdu: typing.SupportsInt = -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