lsst.pipe.tasks g3906b76fc5+cb78a1049a
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.functors.RAColumn Class Reference
Inheritance diagram for lsst.pipe.tasks.functors.RAColumn:
lsst.pipe.tasks.functors.CoordColumn lsst.pipe.tasks.functors.Column lsst.pipe.tasks.functors.Functor

Public Member Functions

def __init__ (self, **kwargs)
 
def __call__ (self, catalog, **kwargs)
 

Static Public Attributes

string name = 'RA'
 

Detailed Description

Right Ascension, in degrees

Definition at line 716 of file functors.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.tasks.functors.RAColumn.__init__ (   self,
**  kwargs 
)

Reimplemented from lsst.pipe.tasks.functors.CoordColumn.

Definition at line 722 of file functors.py.

Member Function Documentation

◆ __call__()

def lsst.pipe.tasks.functors.RAColumn.__call__ (   self,
  catalog,
**  kwargs 
)

Reimplemented from lsst.pipe.tasks.functors.Functor.

Definition at line 725 of file functors.py.

Member Data Documentation

◆ name

string lsst.pipe.tasks.functors.RAColumn.name = 'RA'
static

Definition at line 719 of file functors.py.


The documentation for this class was generated from the following file: