lsst.pipe.tasks ga0be0691d8+ae2b9df503
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
lsst.pipe.tasks.functors.LocalNanojanskyErr Class Reference
Inheritance diagram for lsst.pipe.tasks.functors.LocalNanojanskyErr:
lsst.pipe.tasks.functors.LocalPhotometry lsst.pipe.tasks.functors.Functor

Public Member Functions

 columns (self)
 
 name (self)
 

Public Attributes

 instFluxCol
 
 instFluxErrCol
 
 photoCalibCol
 

Protected Member Functions

 _func (self, df)
 

Detailed Description

Compute calibrated flux errors using the local calibration value.

This returns units of nanojanskys.

Definition at line 1677 of file functors.py.

Member Function Documentation

◆ _func()

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

Reimplemented from lsst.pipe.tasks.functors.Functor.

Definition at line 1692 of file functors.py.

◆ columns()

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

Reimplemented from lsst.pipe.tasks.functors.Functor.

Definition at line 1684 of file functors.py.

◆ name()

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

Reimplemented from lsst.pipe.tasks.functors.Functor.

Definition at line 1689 of file functors.py.

Member Data Documentation

◆ instFluxCol

lsst.pipe.tasks.functors.LocalNanojanskyErr.instFluxCol

Definition at line 1685 of file functors.py.

◆ instFluxErrCol

lsst.pipe.tasks.functors.LocalNanojanskyErr.instFluxErrCol

Definition at line 1685 of file functors.py.

◆ photoCalibCol

lsst.pipe.tasks.functors.LocalNanojanskyErr.photoCalibCol

Definition at line 1686 of file functors.py.


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