lsst.pipe.tasks g36c42b5980+6eadf5d1c4
|
Public Member Functions | |
def | __init__ (self, *args, **kwargs) |
def | columns (self) |
def | name (self) |
Public Attributes | |
fluxMag0Err | |
Compute calibrated magnitude uncertainty. Parameters ---------- col : `str` Name of the flux column.
Definition at line 818 of file functors.py.
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.
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.
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.
lsst.pipe.tasks.functors.MagErr.fluxMag0Err |
Definition at line 831 of file functors.py.