lsst.pipe.tasks
21.0.0-170-g5a514a89+ab48f11138
|
Public Member Functions | |
def | __init__ (self, *args, **kwargs) |
def | columns (self) |
def | name (self) |
def | noDup (self) |
def | multilevelColumns (self, data, columnIndex=None, returnTuple=False) |
def | __call__ (self, data, dropna=False) |
def | difference (self, data1, data2, **kwargs) |
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 822 of file functors.py.
def lsst.pipe.tasks.functors.MagErr.__init__ | ( | self, | |
* | args, | ||
** | kwargs | ||
) |
Definition at line 834 of file functors.py.
|
inherited |
Definition at line 340 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.
|
inherited |
Computes difference between functor called on two different ParquetTable objects
Definition at line 351 of file functors.py.
|
inherited |
Definition at line 356 of file functors.py.
|
inherited |
Returns columns needed by functor from multilevel dataset To access tables with multilevel column structure, the `MultilevelParquetTable` or `DeferredDatasetHandle` need to be passed either a list of tuples or a dictionary. Parameters ---------- data : `MultilevelParquetTable` or `DeferredDatasetHandle` columnIndex (optional): pandas `Index` object either passed or read in from `DeferredDatasetHandle`. `returnTuple` : bool If true, then return a list of tuples rather than the column dictionary specification. This is set to `True` by `CompositeFunctor` in order to be able to combine columns from the various component functors.
Definition at line 229 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.
|
inherited |
Definition at line 148 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 366 of file functors.py.
|
inherited |
Definition at line 798 of file functors.py.
|
inherited |
Definition at line 797 of file functors.py.
|
inherited |
Definition at line 144 of file functors.py.
|
inherited |
Definition at line 143 of file functors.py.
|
inherited |
Definition at line 800 of file functors.py.
lsst.pipe.tasks.functors.MagErr.fluxMag0Err |
Definition at line 837 of file functors.py.