lsst.meas.base g08a116f7bc+e5b6b89a1e
|
Public Member Functions | |
getExecutionOrder (cls) | |
calculate (self, diaObjects, diaSources, filterDiaSources, band, **kwargs) | |
Static Public Attributes | |
ConfigClass = WeightedMeanDiaPsfFluxConfig | |
list | outputCols = ["psfFluxMean", "psfFluxMeanErr", "psfFluxNdata"] |
str | plugType = "multi" |
bool | needsFilter = True |
Compute the weighted mean and mean error on the point source fluxes of the DiaSource measured on the difference image. Additionally store number of usable data points.
Definition at line 264 of file diaCalculationPlugins.py.
lsst.meas.base.diaCalculationPlugins.WeightedMeanDiaPsfFlux.calculate | ( | self, | |
diaObjects, | |||
diaSources, | |||
filterDiaSources, | |||
band, | |||
** | kwargs ) |
Compute the weighted mean and mean error of the point source flux. Parameters ---------- diaObject : `dict` Summary object to store values in. diaSources : `pandas.DataFrame` DataFrame representing all diaSources associated with this diaObject. filterDiaSources : `pandas.DataFrame` DataFrame representing diaSources associated with this diaObject that are observed in the band pass ``band``. band : `str` Simple, string name of the filter for the flux being calculated. **kwargs Any additional keyword arguments that may be passed to the plugin.
Reimplemented from lsst.meas.base.diaCalculation.DiaObjectCalculationPlugin.
Definition at line 282 of file diaCalculationPlugins.py.
lsst.meas.base.diaCalculationPlugins.WeightedMeanDiaPsfFlux.getExecutionOrder | ( | cls | ) |
Used to set the relative order of plugin execution. The values returned by `getExecutionOrder` are compared across all plugins, and smaller numbers run first. Notes ----- `CatalogCalculationPlugin`\s must run with `BasePlugin.DEFAULT_CATALOGCALCULATION` or higher. All plugins must implement this method with an appropriate run level
Reimplemented from lsst.meas.base.catalogCalculation.CatalogCalculationPlugin.
Definition at line 277 of file diaCalculationPlugins.py.
|
static |
Definition at line 271 of file diaCalculationPlugins.py.
Definition at line 274 of file diaCalculationPlugins.py.
|
static |
Definition at line 272 of file diaCalculationPlugins.py.
|
static |
Definition at line 273 of file diaCalculationPlugins.py.