lsst.pipe.tasks g8b9e2231ea+fa07cb600e
|
Public Member Functions | |
def | __init__ (self, **kwargs) |
def | __call__ (self, catalog, **kwargs) |
Static Public Attributes | |
str | name = 'RA' |
Static Protected Attributes | |
bool | _defaultNoDup = True |
Right Ascension, in degrees
Definition at line 698 of file functors.py.
def lsst.pipe.tasks.functors.RAColumn.__init__ | ( | self, | |
** | kwargs | ||
) |
Reimplemented from lsst.pipe.tasks.functors.CoordColumn.
Definition at line 704 of file functors.py.
def lsst.pipe.tasks.functors.RAColumn.__call__ | ( | self, | |
catalog, | |||
** | kwargs | ||
) |
Reimplemented from lsst.pipe.tasks.functors.Functor.
Definition at line 707 of file functors.py.
|
staticprotected |
Definition at line 702 of file functors.py.
|
static |
Definition at line 701 of file functors.py.