makeCoaddApCorrMap¶
- lsst.meas.algorithms.makeCoaddApCorrMap(catalog, coaddBox, coaddWcs, weightFieldName='weight')¶
- Construct an ApCorrMap for a coadd - Parameters:
- catalog: `lsst.afw.table.ExposureCatalog`
- A table of coadd inputs 
- coaddBoxlsst.geom.Box2I
- Bounding box for coadd 
- coaddWcs`lsst.afw.geom.SkyWcs
- Wcs for coadd 
- weightFieldNamestr
- Name of the weight field in the catalog 
 
- Returns:
- apCorrMaplsst.afw.image.ApCorrMap
- Aperture corrections 
 
- apCorrMap