lsst.pipe.tasks g3ecd7dbb19+c6a4abf551
|
Public Member Functions | |
def | __init__ (self, expr, **kwargs) |
def | name (self) |
def | columns (self) |
Public Attributes | |
expr | |
Arbitrary computation on a catalog Column names (and thus the columns to be loaded from catalog) are found by finding all words and trying to ignore all "math-y" words. Parameters ---------- expr : str Expression to evaluate, to be parsed and executed by `mag_aware_eval`.
Definition at line 604 of file functors.py.
def lsst.pipe.tasks.functors.CustomFunctor.__init__ | ( | self, | |
expr, | |||
** | kwargs | ||
) |
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 617 of file functors.py.
def lsst.pipe.tasks.functors.CustomFunctor.columns | ( | self | ) |
Columns required to perform calculation
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 626 of file functors.py.
def lsst.pipe.tasks.functors.CustomFunctor.name | ( | self | ) |
Full name of functor (suitable for figure labels)
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 622 of file functors.py.
lsst.pipe.tasks.functors.CustomFunctor.expr |
Definition at line 618 of file functors.py.