Definition at line 717 of file functors.py.
◆ __call__() [1/2]
def lsst.pipe.tasks.functors.Functor.__call__ |
( |
|
self, |
|
|
|
parq, |
|
|
|
dropna = False |
|
) |
| |
|
inherited |
◆ __call__() [2/2]
def lsst.pipe.tasks.functors.Labeller.__call__ |
( |
|
self, |
|
|
|
parq, |
|
|
|
dropna = False , |
|
|
|
kwargs |
|
) |
| |
|
inherited |
◆ columns()
def lsst.pipe.tasks.functors.Functor.columns |
( |
|
self | ) |
|
|
inherited |
Columns required to perform calculation
Definition at line 127 of file functors.py.
◆ fail()
def lsst.pipe.tasks.functors.Functor.fail |
( |
|
self, |
|
|
|
df |
|
) |
| |
|
inherited |
◆ multilevelColumns()
def lsst.pipe.tasks.functors.Functor.multilevelColumns |
( |
|
self, |
|
|
|
parq |
|
) |
| |
|
inherited |
◆ name()
def lsst.pipe.tasks.functors.Functor.name |
( |
|
self | ) |
|
|
inherited |
Full name of functor (suitable for figure labels)
Definition at line 197 of file functors.py.
◆ noDup()
def lsst.pipe.tasks.functors.Functor.noDup |
( |
|
self | ) |
|
|
inherited |
◆ shortname()
def lsst.pipe.tasks.functors.Functor.shortname |
( |
|
self | ) |
|
|
inherited |
Short name of functor (suitable for column name/dict key)
Definition at line 203 of file functors.py.
◆ dataset
lsst.pipe.tasks.functors.Functor.dataset |
|
inherited |
◆ filt
lsst.pipe.tasks.functors.Functor.filt |
|
inherited |
◆ name
lsst.pipe.tasks.functors.Labeller.name |
|
staticinherited |
The documentation for this class was generated from the following file: