|
lsst.jointcal
14.0-28-ge87de3a+2
|
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.
1.8.13