|
lsst.pipe.tasks gcae151f86b+6b56d0ebb3
|
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 1892 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 1904 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 1913 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 1917 of file functors.py.
| lsst.pipe.tasks.functors.Ratio.denominator |
Definition at line 1909 of file functors.py.
| lsst.pipe.tasks.functors.Ratio.numerator |
Definition at line 1908 of file functors.py.