lsst.pipe.tasks gec3662e80e+de79b67a9d
|
Public Member Functions | |
def | __init__ (self, numerator, denominator, **kwargs) |
def | columns (self) |
def | name (self) |
Public Attributes | |
numerator | |
denominator | |
Base class for returning the ratio of 2 columns. Can be used to compute a Signal to Noise ratio for any input flux. Parameters ---------- numerator : `str` Name of the column to use at the numerator in the ratio denominator : `str` Name of the column to use as the denominator in the ratio.
Definition at line 1869 of file functors.py.
def lsst.pipe.tasks.functors.Ratio.__init__ | ( | self, | |
numerator, | |||
denominator, | |||
** | kwargs | ||
) |
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 1881 of file functors.py.
def lsst.pipe.tasks.functors.Ratio.columns | ( | self | ) |
Columns required to perform calculation
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 1890 of file functors.py.
def lsst.pipe.tasks.functors.Ratio.name | ( | self | ) |
Full name of functor (suitable for figure labels)
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 1894 of file functors.py.
lsst.pipe.tasks.functors.Ratio.denominator |
Definition at line 1886 of file functors.py.
lsst.pipe.tasks.functors.Ratio.numerator |
Definition at line 1885 of file functors.py.