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

Public Member Functions

def __init__ (self, *args, **kwargs)
 
def columns (self)
 
def name (self)
 

Public Attributes

 fluxMag0Err
 

Detailed Description

Compute calibrated magnitude uncertainty.

Parameters
----------
col : `str`
    Name of the flux column.

Definition at line 818 of file functors.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.tasks.functors.MagErr.__init__ (   self,
args,
**  kwargs 
)

Reimplemented from lsst.pipe.tasks.functors.Mag.

Definition at line 827 of file functors.py.

Member Function Documentation

◆ columns()

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

Reimplemented from lsst.pipe.tasks.functors.Mag.

Definition at line 842 of file functors.py.

◆ name()

def lsst.pipe.tasks.functors.MagErr.name (   self)
Full name of functor (suitable for figure labels).

Reimplemented from lsst.pipe.tasks.functors.Mag.

Definition at line 856 of file functors.py.

Member Data Documentation

◆ fluxMag0Err

lsst.pipe.tasks.functors.MagErr.fluxMag0Err

Definition at line 831 of file functors.py.


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