lsst.meas.algorithms
13.0-23-gb99accf8+4
|
Functions | |
def | makeCoaddApCorrMap |
Variables | |
list | __all__ = ["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.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.
list lsst.meas.algorithms.makeCoaddApCorrMap.__all__ = ["makeCoaddApCorrMap", ] |
Definition at line 23 of file makeCoaddApCorrMap.py.