lsst.jointcal  14.0-28-ge87de3a+1
Classes | Functions
lsst.jointcal.dataIds Namespace Reference

Classes

class  PerTractCcdDataIdContainer
 

Functions

def overlapsTract (tract, imageWcs, imageBox)
 

Function Documentation

◆ overlapsTract()

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.