lsst.pipe.tasks g0406cd6aad+6a32f3cb92
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
lsst.pipe.tasks.functors.LocalDipoleMeanFluxErr Class Reference
Inheritance diagram for lsst.pipe.tasks.functors.LocalDipoleMeanFluxErr:
lsst.pipe.tasks.functors.LocalDipoleMeanFlux lsst.pipe.tasks.functors.LocalPhotometry lsst.pipe.tasks.functors.Functor

Public Member Functions

 columns (self)
 
 name (self)
 

Public Attributes

 instFluxPosCol
 
 instFluxNegCol
 
 instFluxPosErrCol
 
 instFluxNegErrCol
 
 photoCalibCol
 

Protected Member Functions

 _func (self, df)
 

Detailed Description

Compute the error on the absolute mean of dipole fluxes.

See Also
--------
LocalNanojansky
LocalNanojanskyErr
LocalDipoleMeanFlux
LocalDipoleDiffFlux
LocalDipoleDiffFluxErr

Definition at line 1720 of file functors.py.

Member Function Documentation

◆ _func()

lsst.pipe.tasks.functors.LocalDipoleMeanFluxErr._func ( self,
df )
protected

Reimplemented from lsst.pipe.tasks.functors.LocalDipoleMeanFlux.

Definition at line 1745 of file functors.py.

◆ columns()

lsst.pipe.tasks.functors.LocalDipoleMeanFluxErr.columns ( self)
Columns required to perform calculation.

Reimplemented from lsst.pipe.tasks.functors.LocalDipoleMeanFlux.

Definition at line 1733 of file functors.py.

◆ name()

lsst.pipe.tasks.functors.LocalDipoleMeanFluxErr.name ( self)

Reimplemented from lsst.pipe.tasks.functors.LocalDipoleMeanFlux.

Definition at line 1742 of file functors.py.

Member Data Documentation

◆ instFluxNegCol

lsst.pipe.tasks.functors.LocalDipoleMeanFluxErr.instFluxNegCol

Definition at line 1735 of file functors.py.

◆ instFluxNegErrCol

lsst.pipe.tasks.functors.LocalDipoleMeanFluxErr.instFluxNegErrCol

Definition at line 1737 of file functors.py.

◆ instFluxPosCol

lsst.pipe.tasks.functors.LocalDipoleMeanFluxErr.instFluxPosCol

Definition at line 1734 of file functors.py.

◆ instFluxPosErrCol

lsst.pipe.tasks.functors.LocalDipoleMeanFluxErr.instFluxPosErrCol

Definition at line 1736 of file functors.py.

◆ photoCalibCol

lsst.pipe.tasks.functors.LocalDipoleMeanFluxErr.photoCalibCol

Definition at line 1738 of file functors.py.


The documentation for this class was generated from the following file: