lsst.pipe.tasks g6f787981ba+f1503da0ff
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Static Protected Attributes | List of all members
lsst.pipe.tasks.functors.CoordColumn Class Reference
Inheritance diagram for lsst.pipe.tasks.functors.CoordColumn:
lsst.pipe.tasks.functors.Column lsst.pipe.tasks.functors.Functor lsst.pipe.tasks.functors.DecColumn lsst.pipe.tasks.functors.DecErrColumn lsst.pipe.tasks.functors.RAColumn lsst.pipe.tasks.functors.RAErrColumn

Public Member Functions

 __init__ (self, col, **kwargs)
 

Protected Member Functions

 _func (self, df)
 

Static Protected Attributes

bool _radians = True
 

Detailed Description

Base class for coordinate column, in degrees.

Definition at line 673 of file functors.py.

Constructor & Destructor Documentation

◆ __init__()

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

Member Function Documentation

◆ _func()

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

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

Definition at line 680 of file functors.py.

Member Data Documentation

◆ _radians

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

Definition at line 675 of file functors.py.


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