lsst.meas.algorithms  14.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions | Variables
lsst.meas.algorithms.makeCoaddApCorrMap Namespace Reference

Functions

def makeCoaddApCorrMap
 

Variables

list __all__ = ["makeCoaddApCorrMap", ]
 

Function Documentation

def lsst.meas.algorithms.makeCoaddApCorrMap.makeCoaddApCorrMap (   catalog,
  coaddBox,
  coaddWcs,
  weightFieldName = "weight" 
)
Construct an ApCorrMap for a coadd

@param catalog: Table of coadd inputs (lsst.afw.table.ExposureCatalog)
@param coaddBox: Bounding box for coadd (lsst.afw.geom.Box2I)
@param coaddWcs: Wcs for coadd
@param weightFieldName: name of weight field in catalog
@return aperture corrections

Definition at line 29 of file makeCoaddApCorrMap.py.

Variable Documentation

list lsst.meas.algorithms.makeCoaddApCorrMap.__all__ = ["makeCoaddApCorrMap", ]

Definition at line 23 of file makeCoaddApCorrMap.py.