|
lsst.pipe.tasks
19.0.0-39-g09c7e8d9+2
|
Public Member Functions | |
| def | __init__ (self, expr, kwargs) |
| def | name (self) |
| def | columns (self) |
| def | noDup (self) |
| def | multilevelColumns (self, parq) |
| def | __call__ (self, parq, dropna=False) |
| def | fail (self, df) |
| def | shortname (self) |
Public Attributes | |
| expr | |
| filt | |
| dataset | |
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 364 of file functors.py.
| def lsst.pipe.tasks.functors.CustomFunctor.__init__ | ( | self, | |
| expr, | |||
| kwargs | |||
| ) |
Definition at line 377 of file functors.py.
|
inherited |
Definition at line 177 of file functors.py.
| def lsst.pipe.tasks.functors.CustomFunctor.columns | ( | self | ) |
Definition at line 386 of file functors.py.
|
inherited |
Definition at line 188 of file functors.py.
|
inherited |
Definition at line 129 of file functors.py.
| def lsst.pipe.tasks.functors.CustomFunctor.name | ( | self | ) |
Definition at line 382 of file functors.py.
|
inherited |
Definition at line 115 of file functors.py.
|
inherited |
Short name of functor (suitable for column name/dict key)
Definition at line 198 of file functors.py.
|
inherited |
Definition at line 111 of file functors.py.
| lsst.pipe.tasks.functors.CustomFunctor.expr |
Definition at line 378 of file functors.py.
|
inherited |
Definition at line 110 of file functors.py.
1.8.13