|
lsst.meas.base
19.0.0-1-gdc0e4a7+1
|
Classes | |
| class | ForcedPhotCcdConnections |
| class | PerTractCcdDataIdContainer |
Functions | |
| def | imageOverlapsTract (tract, imageWcs, imageBox) |
Variables | |
| applyMosaicResults = None | |
| 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 110 of file forcedPhotCcd.py.
| lsst.meas.base.forcedPhotCcd.applyMosaicResults = None |
Definition at line 41 of file forcedPhotCcd.py.
1.8.13