lsst.meas.base g876c692160+4f1fff82ac
|
Public Member Functions | |
__init__ (self, schema, model, name=None) | |
Static Public Attributes | |
name = None | |
modelName = None | |
modelSigmaName = None | |
doApCorrColumn = None | |
instFluxName = None | |
instFluxErrName = None | |
instFluxKey = None | |
instFluxErrKey = None | |
fluxFlagKey = None | |
apCorrKey = None | |
apCorrErrKey = None | |
apCorrFlagKey = None | |
Catalog field names and keys needed to aperture correct a particular instrument flux. Parameters ---------- schema : `lsst.afw.table` Source catalog schema. Three fields are used to generate keys: - ``{name}_instFlux`` - ``{name}_instFluxErr`` - ``{name}_flag`` Three fields are added: - ``{name}_apCorr`` (only if not already added by proxy) - ``{name}_apCorrErr`` (only if not already added by proxy) - ``{name}_flag_apCorr`` model : `str` Field name prefix for instFlux with aperture correction model, e.g. "base_PsfFlux" name : `str` Field name prefix for instFlux needing aperture correction; may be `None` if it is the same as ``model`` Notes ----- The aperture correction can be derived from the meaasurements in the column being aperture-corrected or from measurements in a different column (a "proxy"). In the first case, we will add columns to contain the aperture correction values; in the second case (using a proxy), we will add an alias to the proxy's aperture correction values. In all cases, we add a flag.
Definition at line 40 of file applyApCorr.py.
lsst.meas.base.applyApCorr.ApCorrInfo.__init__ | ( | self, | |
schema, | |||
model, | |||
name = None ) |
Definition at line 122 of file applyApCorr.py.
|
static |
Definition at line 114 of file applyApCorr.py.
|
static |
Definition at line 118 of file applyApCorr.py.
|
static |
Definition at line 110 of file applyApCorr.py.
|
static |
Definition at line 84 of file applyApCorr.py.
|
static |
Definition at line 106 of file applyApCorr.py.
|
static |
Definition at line 102 of file applyApCorr.py.
|
static |
Definition at line 94 of file applyApCorr.py.
|
static |
Definition at line 98 of file applyApCorr.py.
|
static |
Definition at line 90 of file applyApCorr.py.
|
static |
Definition at line 76 of file applyApCorr.py.
|
static |
Definition at line 80 of file applyApCorr.py.
|
static |
Definition at line 72 of file applyApCorr.py.