lsst.pipe.tasks g4544ed029c+0a480c5277
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Static Protected 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

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

Static Public Attributes

str name = 'RA'
 

Static Protected Attributes

bool _defaultNoDup = True
 

Detailed Description

Right Ascension, in degrees.

Definition at line 687 of file functors.py.

Constructor & Destructor Documentation

◆ __init__()

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

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

Definition at line 692 of file functors.py.

Member Function Documentation

◆ __call__()

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

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

Definition at line 695 of file functors.py.

Member Data Documentation

◆ _defaultNoDup

bool lsst.pipe.tasks.functors.RAColumn._defaultNoDup = True
staticprotected

Definition at line 690 of file functors.py.

◆ name

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

Definition at line 689 of file functors.py.


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