lsst.pipe.tasks g9fbc5161f1+30b2b595e6
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Static Protected Attributes | List of all members
lsst.pipe.tasks.functors.DecErrColumn Class Reference
Inheritance diagram for lsst.pipe.tasks.functors.DecErrColumn:
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 = 'DecErr'
 

Static Protected Attributes

bool _defaultNoDup = True
 

Detailed Description

Uncertainty in declination, in degrees.

Definition at line 720 of file functors.py.

Constructor & Destructor Documentation

◆ __init__()

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

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

Definition at line 725 of file functors.py.

Member Data Documentation

◆ _defaultNoDup

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

Definition at line 723 of file functors.py.

◆ name

str lsst.pipe.tasks.functors.DecErrColumn.name = 'DecErr'
static

Definition at line 722 of file functors.py.


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