lsst.pipe.tasks ge58501c5e9+6b7d1cf650
|
Public Member Functions | |
def | __init__ (self, **kwargs) |
def | __call__ (self, catalog, **kwargs) |
Static Public Attributes | |
string | name = 'RA' |
Right Ascension, in degrees
Definition at line 703 of file functors.py.
def lsst.pipe.tasks.functors.RAColumn.__init__ | ( | self, | |
** | kwargs | ||
) |
Reimplemented from lsst.pipe.tasks.functors.CoordColumn.
Definition at line 709 of file functors.py.
def lsst.pipe.tasks.functors.RAColumn.__call__ | ( | self, | |
catalog, | |||
** | kwargs | ||
) |
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 712 of file functors.py.
|
static |
Definition at line 706 of file functors.py.