lsst.pipe.tasks g0406cd6aad+6a32f3cb92
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | Protected Member Functions | Static Protected Attributes | List of all members
lsst.pipe.tasks.functors.RADecCovColumn Class Reference
Inheritance diagram for lsst.pipe.tasks.functors.RADecCovColumn:
lsst.pipe.tasks.functors.Column lsst.pipe.tasks.functors.Functor

Public Member Functions

 __init__ (self, **kwargs)
 

Static Public Attributes

str name = 'RADecCov'
 

Protected Member Functions

 _func (self, df)
 

Static Protected Attributes

bool _radians = True
 
bool _defaultNoDup = True
 

Detailed Description

Coordinate covariance column, in degrees.

Definition at line 729 of file functors.py.

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from lsst.pipe.tasks.functors.Column.

Definition at line 735 of file functors.py.

Member Function Documentation

◆ _func()

lsst.pipe.tasks.functors.RADecCovColumn._func ( self,
df )
protected

Reimplemented from lsst.pipe.tasks.functors.Column.

Definition at line 738 of file functors.py.

Member Data Documentation

◆ _defaultNoDup

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

Definition at line 733 of file functors.py.

◆ _radians

bool lsst.pipe.tasks.functors.RADecCovColumn._radians = True
staticprotected

Definition at line 731 of file functors.py.

◆ name

str lsst.pipe.tasks.functors.RADecCovColumn.name = 'RADecCov'
static

Definition at line 732 of file functors.py.


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