Compute scatter of diaSource fluxes.
Definition at line 1076 of file diaCalculationPlugins.py.
◆ calculate()
lsst.meas.base.diaCalculationPlugins.SigmaDiaTotFlux.calculate |
( |
|
self, |
|
|
|
diaObjects, |
|
|
|
diaSources, |
|
|
|
filterDiaSources, |
|
|
|
band, |
|
|
** |
kwargs |
|
) |
| |
Compute the sigma fluxes of the point source flux measured on the
calibrated image.
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 1090 of file diaCalculationPlugins.py.
◆ getExecutionOrder()
lsst.meas.base.diaCalculationPlugins.SigmaDiaTotFlux.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 1087 of file diaCalculationPlugins.py.
◆ ConfigClass
◆ needsFilter
bool lsst.meas.base.diaCalculationPlugins.SigmaDiaTotFlux.needsFilter = True |
|
static |
◆ outputCols
list lsst.meas.base.diaCalculationPlugins.SigmaDiaTotFlux.outputCols = ["scienceFluxSigma"] |
|
static |
◆ plugType
str lsst.meas.base.diaCalculationPlugins.SigmaDiaTotFlux.plugType = "multi" |
|
static |
The documentation for this class was generated from the following file: