lsst.meas.base g7d9ef627f8+8e9e7de5e7
|
Classes | |
class | documentation |
class | for |
class | ForcedPhotCcd |
class | ForcedPhotCcdConnections |
class | PerTractCcdDataIdContainer |
Functions | |
def | imageOverlapsTract (tract, imageWcs, imageBox) |
Variables | |
applyMosaicResults = None | |
footprintSource | |
def lsst.meas.base.forcedPhotCcd.imageOverlapsTract | ( | tract, | |
imageWcs, | |||
imageBox | |||
) |
Return whether the given bounding box overlaps the tract given a WCS. Parameters ---------- tract : `lsst.skymap.TractInfo` TractInfo specifying a tract. imageWcs : `lsst.afw.geom.SkyWcs` World coordinate system for the image. imageBox : `lsst.geom.Box2I` Bounding box for the image. Returns ------- overlap : `bool` `True` if the bounding box overlaps the tract; `False` otherwise.
Definition at line 122 of file forcedPhotCcd.py.
lsst.meas.base.forcedPhotCcd.applyMosaicResults = None |
Definition at line 52 of file forcedPhotCcd.py.
lsst.meas.base.forcedPhotCcd.footprintSource |
Definition at line 289 of file forcedPhotCcd.py.