lsst.meas.algorithms  20.0.0-14-g05f4b37e+8af5b5fa39
Functions
lsst.meas.algorithms.makeCoaddApCorrMap Namespace Reference

Functions

def makeCoaddApCorrMap (catalog, coaddBox, coaddWcs, weightFieldName="weight")
 

Function Documentation

◆ makeCoaddApCorrMap()

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.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.