|
lsst.pipe.tasks gcae151f86b+6b56d0ebb3
|
Public Member Functions | |
| def | __init__ (self, instFluxPosCol, instFluxNegCol, instFluxPosErrCol, instFluxNegErrCol, photoCalibCol, photoCalibErrCol, **kwargs) |
| def | columns (self) |
| def | name (self) |
Public Attributes | |
| instFluxNegCol | |
| instFluxPosCol | |
| instFluxNegErrCol | |
| instFluxPosErrCol | |
| photoCalibCol | |
| photoCalibErrCol | |
Compute absolute mean of dipole fluxes. See also -------- LocalNanojansky LocalNanojanskyErr LocalMagnitude LocalMagnitudeErr LocalDipoleMeanFlux LocalDipoleMeanFluxErr LocalDipoleDiffFlux LocalDipoleDiffFluxErr
Definition at line 1739 of file functors.py.
| def lsst.pipe.tasks.functors.LocalDipoleMeanFlux.__init__ | ( | self, | |
| instFluxPosCol, | |||
| instFluxNegCol, | |||
| instFluxPosErrCol, | |||
| instFluxNegErrCol, | |||
| photoCalibCol, | |||
| photoCalibErrCol, | |||
| ** | kwargs | ||
| ) |
Reimplemented from lsst.pipe.tasks.functors.LocalPhotometry.
Definition at line 1753 of file functors.py.
| def lsst.pipe.tasks.functors.LocalDipoleMeanFlux.columns | ( | self | ) |
Columns required to perform calculation
Reimplemented from lsst.pipe.tasks.functors.Functor.
Reimplemented in lsst.pipe.tasks.functors.LocalDipoleMeanFluxErr, lsst.pipe.tasks.functors.LocalDipoleDiffFlux, and lsst.pipe.tasks.functors.LocalDipoleDiffFluxErr.
Definition at line 1774 of file functors.py.
| def lsst.pipe.tasks.functors.LocalDipoleMeanFlux.name | ( | self | ) |
Full name of functor (suitable for figure labels)
Reimplemented from lsst.pipe.tasks.functors.Functor.
Reimplemented in lsst.pipe.tasks.functors.LocalDipoleMeanFluxErr, lsst.pipe.tasks.functors.LocalDipoleDiffFlux, and lsst.pipe.tasks.functors.LocalDipoleDiffFluxErr.
Definition at line 1780 of file functors.py.
| lsst.pipe.tasks.functors.LocalDipoleMeanFlux.instFluxNegCol |
Definition at line 1761 of file functors.py.
| lsst.pipe.tasks.functors.LocalDipoleMeanFlux.instFluxNegErrCol |
Definition at line 1763 of file functors.py.
| lsst.pipe.tasks.functors.LocalDipoleMeanFlux.instFluxPosCol |
Definition at line 1762 of file functors.py.
| lsst.pipe.tasks.functors.LocalDipoleMeanFlux.instFluxPosErrCol |
Definition at line 1764 of file functors.py.
| lsst.pipe.tasks.functors.LocalDipoleMeanFlux.photoCalibCol |
Definition at line 1765 of file functors.py.
| lsst.pipe.tasks.functors.LocalDipoleMeanFlux.photoCalibErrCol |
Definition at line 1766 of file functors.py.