lsst.pipe.tasks g3de15ee5c7+5201731f0d
|
Public Member Functions | |
__init__ (self, col1, col2, **kwargs) | |
columns (self) | |
name (self) | |
shortname (self) | |
Public Attributes | |
col1 | |
col2 | |
Protected Member Functions | |
_func (self, df) | |
Static Protected Attributes | |
str | _defaultDataset = 'meas' |
Functor to calculate magnitude difference.
Definition at line 876 of file functors.py.
lsst.pipe.tasks.functors.MagDiff.__init__ | ( | self, | |
col1, | |||
col2, | |||
** | kwargs ) |
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 880 of file functors.py.
|
protected |
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 889 of file functors.py.
lsst.pipe.tasks.functors.MagDiff.columns | ( | self | ) |
Columns required to perform calculation.
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 886 of file functors.py.
lsst.pipe.tasks.functors.MagDiff.name | ( | self | ) |
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 896 of file functors.py.
lsst.pipe.tasks.functors.MagDiff.shortname | ( | self | ) |
Short name of functor (suitable for column name/dict key).
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 900 of file functors.py.
|
staticprotected |
Definition at line 878 of file functors.py.
lsst.pipe.tasks.functors.MagDiff.col1 |
Definition at line 881 of file functors.py.
lsst.pipe.tasks.functors.MagDiff.col2 |
Definition at line 882 of file functors.py.