|
lsst.pipe.tasks
20.0.0-10-g1b4d8e16+3
|
Public Member Functions | |
| def | __init__ (self, **kwargs) |
| def | __call__ (self, catalog, **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 | |
| col | |
| filt | |
| dataset | |
Static Public Attributes | |
| name | |
Right Ascension, in degrees
Definition at line 468 of file functors.py.
| def lsst.pipe.tasks.functors.RAColumn.__init__ | ( | self, | |
| ** | kwargs | ||
| ) |
Definition at line 474 of file functors.py.
| def lsst.pipe.tasks.functors.RAColumn.__call__ | ( | self, | |
| catalog, | |||
| ** | kwargs | ||
| ) |
Definition at line 477 of file functors.py.
|
inherited |
Definition at line 182 of file functors.py.
|
inherited |
Columns required to perform calculation
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 422 of file functors.py.
|
inherited |
Definition at line 193 of file functors.py.
|
inherited |
Reimplemented in lsst.pipe.tasks.functors.Color, and lsst.pipe.tasks.functors.CompositeFunctor.
Definition at line 134 of file functors.py.
|
inherited |
Full name of functor (suitable for figure labels)
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 418 of file functors.py.
|
inherited |
Definition at line 120 of file functors.py.
|
inherited |
Short name of functor (suitable for column name/dict key)
Reimplemented in lsst.pipe.tasks.functors.Color, and lsst.pipe.tasks.functors.MagDiff.
Definition at line 203 of file functors.py.
|
inherited |
Definition at line 414 of file functors.py.
|
inherited |
Definition at line 116 of file functors.py.
|
inherited |
Definition at line 115 of file functors.py.
|
static |
Definition at line 471 of file functors.py.
1.8.18