lsst.pipe.tasks gcd254cd47f+c028490dc5
|
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 894 of file functors.py.
lsst.pipe.tasks.functors.MagDiff.__init__ | ( | self, | |
col1, | |||
col2, | |||
** | kwargs | ||
) |
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 898 of file functors.py.
|
protected |
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 907 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 904 of file functors.py.
lsst.pipe.tasks.functors.MagDiff.name | ( | self | ) |
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 914 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 918 of file functors.py.
|
staticprotected |
Definition at line 896 of file functors.py.
lsst.pipe.tasks.functors.MagDiff.col1 |
Definition at line 899 of file functors.py.
lsst.pipe.tasks.functors.MagDiff.col2 |
Definition at line 900 of file functors.py.