lsst.pipe.tasks g1162b98a3f+7357863717
|
Public Member Functions | |
__init__ (self, instFluxPosCol, instFluxNegCol, instFluxPosErrCol, instFluxNegErrCol, photoCalibCol, photoCalibErrCol, **kwargs) | |
columns (self) | |
name (self) | |
Public Attributes | |
instFluxNegCol | |
instFluxPosCol | |
instFluxNegErrCol | |
instFluxPosErrCol | |
photoCalibCol | |
photoCalibErrCol | |
Protected Member Functions | |
_func (self, df) | |
Compute absolute mean of dipole fluxes. See Also -------- LocalNanojansky LocalNanojanskyErr LocalDipoleMeanFluxErr LocalDipoleDiffFlux LocalDipoleDiffFluxErr
Definition at line 1674 of file functors.py.
lsst.pipe.tasks.functors.LocalDipoleMeanFlux.__init__ | ( | self, | |
instFluxPosCol, | |||
instFluxNegCol, | |||
instFluxPosErrCol, | |||
instFluxNegErrCol, | |||
photoCalibCol, | |||
photoCalibErrCol, | |||
** | kwargs ) |
Reimplemented from lsst.pipe.tasks.functors.LocalPhotometry.
Definition at line 1685 of file functors.py.
|
protected |
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 1715 of file functors.py.
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 1706 of file functors.py.
lsst.pipe.tasks.functors.LocalDipoleMeanFlux.name | ( | self | ) |
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 1712 of file functors.py.
lsst.pipe.tasks.functors.LocalDipoleMeanFlux.instFluxNegCol |
Definition at line 1693 of file functors.py.
lsst.pipe.tasks.functors.LocalDipoleMeanFlux.instFluxNegErrCol |
Definition at line 1695 of file functors.py.
lsst.pipe.tasks.functors.LocalDipoleMeanFlux.instFluxPosCol |
Definition at line 1694 of file functors.py.
lsst.pipe.tasks.functors.LocalDipoleMeanFlux.instFluxPosErrCol |
Definition at line 1696 of file functors.py.
lsst.pipe.tasks.functors.LocalDipoleMeanFlux.photoCalibCol |
Definition at line 1697 of file functors.py.
lsst.pipe.tasks.functors.LocalDipoleMeanFlux.photoCalibErrCol |
Definition at line 1698 of file functors.py.