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

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
 

Detailed Description

Compute absolute mean of dipole fluxes.

See Also
--------
LocalNanojansky
LocalNanojanskyErr
LocalDipoleMeanFluxErr
LocalDipoleDiffFlux
LocalDipoleDiffFluxErr

Definition at line 1663 of file functors.py.

Constructor & Destructor Documentation

◆ __init__()

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 1674 of file functors.py.

Member Function Documentation

◆ columns()

def lsst.pipe.tasks.functors.LocalDipoleMeanFlux.columns (   self)

◆ name()

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 1701 of file functors.py.

Member Data Documentation

◆ instFluxNegCol

lsst.pipe.tasks.functors.LocalDipoleMeanFlux.instFluxNegCol

Definition at line 1682 of file functors.py.

◆ instFluxNegErrCol

lsst.pipe.tasks.functors.LocalDipoleMeanFlux.instFluxNegErrCol

Definition at line 1684 of file functors.py.

◆ instFluxPosCol

lsst.pipe.tasks.functors.LocalDipoleMeanFlux.instFluxPosCol

Definition at line 1683 of file functors.py.

◆ instFluxPosErrCol

lsst.pipe.tasks.functors.LocalDipoleMeanFlux.instFluxPosErrCol

Definition at line 1685 of file functors.py.

◆ photoCalibCol

lsst.pipe.tasks.functors.LocalDipoleMeanFlux.photoCalibCol

Definition at line 1686 of file functors.py.

◆ photoCalibErrCol

lsst.pipe.tasks.functors.LocalDipoleMeanFlux.photoCalibErrCol

Definition at line 1687 of file functors.py.


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