lsst.pipe.tasks
20.0.0-10-g1b4d8e16+1
|
Public Member Functions | |
def | __init__ (self, *args, **kwargs) |
def | columns (self) |
def | name (self) |
def | noDup (self) |
def | multilevelColumns (self, parq) |
def | __call__ (self, parq, dropna=False) |
def | fail (self, df) |
def | shortname (self) |
Public Attributes | |
fluxMag0Err | |
col | |
calib | |
fluxMag0 | |
filt | |
dataset | |
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 558 of file functors.py.
def lsst.pipe.tasks.functors.MagErr.__init__ | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
Definition at line 570 of file functors.py.
|
inherited |
Definition at line 182 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 578 of file functors.py.
|
inherited |
Definition at line 193 of file functors.py.
|
inherited |
Reimplemented in lsst.pipe.tasks.functors.Color, and lsst.pipe.tasks.functors.CompositeFunctor.
Definition at line 134 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 592 of file functors.py.
|
inherited |
Definition at line 120 of file functors.py.
|
inherited |
Short name of functor (suitable for column name/dict key)
Reimplemented in lsst.pipe.tasks.functors.Color, and lsst.pipe.tasks.functors.MagDiff.
Definition at line 203 of file functors.py.
|
inherited |
Definition at line 534 of file functors.py.
|
inherited |
Definition at line 533 of file functors.py.
|
inherited |
Definition at line 116 of file functors.py.
|
inherited |
Definition at line 115 of file functors.py.
|
inherited |
Definition at line 536 of file functors.py.
lsst.pipe.tasks.functors.MagErr.fluxMag0Err |
Definition at line 573 of file functors.py.