imageOverlapsTract

lsst.meas.base.imageOverlapsTract(tract, imageWcs, imageBox)

Return whether the given bounding box overlaps the tract given a WCS.

Parameters
tractlsst.skymap.TractInfo

TractInfo specifying a tract.

imageWcslsst.afw.geom.SkyWcs

World coordinate system for the image.

imageBoxlsst.geom.Box2I

Bounding box for the image.

Returns
overlapbool

True if the bounding box overlaps the tract; False otherwise.