lsst.pipe.tasks g68a3911fdd+bdac146de2
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
lsst.pipe.tasks.functors.LocalDipoleDiffFluxErr Class Reference
Inheritance diagram for lsst.pipe.tasks.functors.LocalDipoleDiffFluxErr:
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 difference of dipole fluxes.

See Also
--------
LocalNanojansky
LocalNanojanskyErr
LocalDipoleMeanFlux
LocalDipoleMeanFluxErr
LocalDipoleDiffFlux

Definition at line 1771 of file functors.py.

Member Function Documentation

◆ _func()

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

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

Definition at line 1796 of file functors.py.

◆ columns()

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

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

Definition at line 1784 of file functors.py.

◆ name()

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

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

Definition at line 1793 of file functors.py.

Member Data Documentation

◆ instFluxNegCol

lsst.pipe.tasks.functors.LocalDipoleDiffFluxErr.instFluxNegCol

Definition at line 1786 of file functors.py.

◆ instFluxNegErrCol

lsst.pipe.tasks.functors.LocalDipoleDiffFluxErr.instFluxNegErrCol

Definition at line 1788 of file functors.py.

◆ instFluxPosCol

lsst.pipe.tasks.functors.LocalDipoleDiffFluxErr.instFluxPosCol

Definition at line 1785 of file functors.py.

◆ instFluxPosErrCol

lsst.pipe.tasks.functors.LocalDipoleDiffFluxErr.instFluxPosErrCol

Definition at line 1787 of file functors.py.

◆ photoCalibCol

lsst.pipe.tasks.functors.LocalDipoleDiffFluxErr.photoCalibCol

Definition at line 1789 of file functors.py.


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