lsst.pipe.tasks g97fd7b43eb+28530f823e
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Static Protected Attributes | List of all members
lsst.pipe.tasks.functors.RAErrColumn Class Reference
Inheritance diagram for lsst.pipe.tasks.functors.RAErrColumn:
lsst.pipe.tasks.functors.CoordColumn lsst.pipe.tasks.functors.Column lsst.pipe.tasks.functors.Functor

Public Member Functions

 __init__ (self, **kwargs)
 

Static Public Attributes

str name = 'RAErr'
 

Static Protected Attributes

bool _defaultNoDup = True
 

Detailed Description

Uncertainty in Right Ascension, in degrees.

Definition at line 711 of file functors.py.

Constructor & Destructor Documentation

◆ __init__()

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

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

Definition at line 716 of file functors.py.

Member Data Documentation

◆ _defaultNoDup

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

Definition at line 714 of file functors.py.

◆ name

str lsst.pipe.tasks.functors.RAErrColumn.name = 'RAErr'
static

Definition at line 713 of file functors.py.


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