lsst.jointcal
14.0-31-gde643ac
|
Classes | |
class | PerTractCcdDataIdContainer |
Functions | |
def | overlapsTract (tract, imageWcs, imageBox) |
def lsst.jointcal.dataIds.overlapsTract | ( | tract, | |
imageWcs, | |||
imageBox | |||
) |
Return whether the image (specified by Wcs and bounding box) overlaps the tract Parameters ---------- tract TractInfo specifying a tract imageWcs Wcs for image imageBox Bounding box for image Returns ------- bool True if the image overlaps the tract, False otherwise.
Definition at line 123 of file dataIds.py.