lsst.meas.base  14.0-13-gd9a51ef+1
Classes | Functions | Variables
lsst.meas.base.forcedPhotCcd Namespace Reference

Classes

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

Functions

def overlapsTract (tract, imageWcs, imageBox)
 

Variables

 applyMosaicResults = None
 

Function Documentation

◆ overlapsTract()

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 104 of file forcedPhotCcd.py.

Variable Documentation

◆ applyMosaicResults

lsst.meas.base.forcedPhotCcd.applyMosaicResults = None

Definition at line 38 of file forcedPhotCcd.py.