lsst.meas.algorithms g0603fd7c41+022847dfd1
Loading...
Searching...
No Matches
Functions
lsst.meas.algorithms.makeCoaddApCorrMap Namespace Reference

Functions

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

Function Documentation

◆ makeCoaddApCorrMap()

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

Parameters
----------
catalog: `lsst.afw.table.ExposureCatalog`
    A table of coadd inputs
coaddBox : `lsst.geom.Box2I`
    Bounding box for coadd
coaddWcs : `lsst.afw.geom.SkyWcs`
    Wcs for coadd
weightFieldName : `str`
    Name of the weight field in the catalog

Returns
-------
apCorrMap : `lsst.afw.image.ApCorrMap`
    Aperture corrections

Definition at line 29 of file makeCoaddApCorrMap.py.