lsst.jointcal  master-g9041cab851+13
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Functions
lsst.jointcal.dataIds Namespace Reference

Classes

class  PerTractCcdDataIdContainer
 

Functions

def overlapsTract
 

Function Documentation

def lsst.jointcal.dataIds.overlapsTract (   tract,
  imageWcs,
  imageBox 
)
Return whether the image (specified by Wcs and bounding box) overlaps the tract
@param tract: TractInfo specifying a tract
@param imageWcs: Wcs for image
@param imageBox: Bounding box for image
@return bool

Definition at line 114 of file dataIds.py.