lsst.pipe.tasks v23.0.x-g1e964bd5bd+f2fbba1123
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

Takes the same `calib` object as `lsst.pipe.tasks.functors.Mag`.

Parameters
col : `str`
    Name of flux column
calib : `lsst.afw.image.calib.Calib` (optional)
    Object that knows zero point.

Definition at line 815 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 835 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 849 of file functors.py.

Member Data Documentation

◆ fluxMag0Err

lsst.pipe.tasks.functors.MagErr.fluxMag0Err

Definition at line 830 of file functors.py.


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