lsst.pipe.tasks g9fbc5161f1+30b2b595e6
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
lsst.pipe.tasks.functors.LocalDipoleDiffFlux Class Reference
Inheritance diagram for lsst.pipe.tasks.functors.LocalDipoleDiffFlux:
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
 

Protected Member Functions

 _func (self, df)
 

Detailed Description

Compute the absolute difference of dipole fluxes.

Calculated value is (abs(pos) - abs(neg)).

See Also
--------
LocalNanojansky
LocalNanojanskyErr
LocalDipoleMeanFlux
LocalDipoleMeanFluxErr
LocalDipoleDiffFluxErr

Definition at line 1753 of file functors.py.

Member Function Documentation

◆ _func()

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

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

Definition at line 1777 of file functors.py.

◆ columns()

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

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

Definition at line 1768 of file functors.py.

◆ name()

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

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

Definition at line 1774 of file functors.py.

Member Data Documentation

◆ instFluxNegCol

lsst.pipe.tasks.functors.LocalDipoleDiffFlux.instFluxNegCol

Definition at line 1770 of file functors.py.

◆ instFluxPosCol

lsst.pipe.tasks.functors.LocalDipoleDiffFlux.instFluxPosCol

Definition at line 1769 of file functors.py.


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