lsst.pipe.tasks
20.0.0-36-g96d5af2b+2d45f6b8a5
|
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 | difference (self, parq1, parq2, **kwargs) |
def | fail (self, df) |
def | shortname (self) |
Public Attributes | |
col | |
filt | |
dataset | |
Static Public Attributes | |
name | |
Right Ascension, in degrees
Definition at line 473 of file functors.py.
def lsst.pipe.tasks.functors.RAColumn.__init__ | ( | self, | |
** | kwargs | ||
) |
Definition at line 479 of file functors.py.
def lsst.pipe.tasks.functors.RAColumn.__call__ | ( | self, | |
catalog, | |||
** | kwargs | ||
) |
Definition at line 482 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 427 of file functors.py.
|
inherited |
Computes difference between functor called on two different ParquetTable objects
Definition at line 193 of file functors.py.
|
inherited |
Definition at line 198 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 423 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 208 of file functors.py.
|
inherited |
Definition at line 419 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 476 of file functors.py.