|
lsst.pipe.tasks
19.0.0-39-g09c7e8d9+2
|
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 554 of file functors.py.
| def lsst.pipe.tasks.functors.MagErr.__init__ | ( | self, | |
| args, | |||
| kwargs | |||
| ) |
Definition at line 566 of file functors.py.
|
inherited |
Definition at line 177 of file functors.py.
| def lsst.pipe.tasks.functors.MagErr.columns | ( | self | ) |
Definition at line 574 of file functors.py.
|
inherited |
Definition at line 188 of file functors.py.
|
inherited |
Definition at line 129 of file functors.py.
| def lsst.pipe.tasks.functors.MagErr.name | ( | self | ) |
Definition at line 588 of file functors.py.
|
inherited |
Definition at line 115 of file functors.py.
|
inherited |
Short name of functor (suitable for column name/dict key)
Definition at line 198 of file functors.py.
|
inherited |
Definition at line 530 of file functors.py.
|
inherited |
Definition at line 529 of file functors.py.
|
inherited |
Definition at line 111 of file functors.py.
|
inherited |
Definition at line 110 of file functors.py.
|
inherited |
Definition at line 532 of file functors.py.
| lsst.pipe.tasks.functors.MagErr.fluxMag0Err |
Definition at line 569 of file functors.py.
1.8.13