lsst.pipe.tasks g12b8063833+2c5ef8e9f2
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 698 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 704 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 707 of file functors.py.

Member Data Documentation

◆ name

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

Definition at line 701 of file functors.py.


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