lsst.meas.base  14.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
Classes | Functions | Variables
lsst.meas.base.forcedPhotCcd Namespace Reference

Classes

class  PerTractCcdDataIdContainer
 
class  ForcedPhotCcdConfig
 
class  ForcedPhotCcdTask
 A command-line driver for performing forced measurement on CCD images. More...
 

Functions

def overlapsTract
 

Variables

 applyMosaicResults = None
 
tuple __all__ = ("PerTractCcdDataIdContainer", "ForcedPhotCcdConfig", "ForcedPhotCcdTask")
 

Function Documentation

def lsst.meas.base.forcedPhotCcd.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 105 of file forcedPhotCcd.py.

Variable Documentation

tuple lsst.meas.base.forcedPhotCcd.__all__ = ("PerTractCcdDataIdContainer", "ForcedPhotCcdConfig", "ForcedPhotCcdTask")

Definition at line 40 of file forcedPhotCcd.py.

lsst.meas.base.forcedPhotCcd.applyMosaicResults = None

Definition at line 38 of file forcedPhotCcd.py.