lsst.pipe.tasks gc397daaa20+4ec8990195
Public Member Functions | 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.RAColumn

Public Member Functions

def __init__ (self, col, **kwargs)
 

Detailed Description

Base class for coordinate column, in degrees

Definition at line 684 of file functors.py.

Constructor & Destructor Documentation

◆ __init__()

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

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

Reimplemented in lsst.pipe.tasks.functors.RAColumn, and lsst.pipe.tasks.functors.DecColumn.

Definition at line 689 of file functors.py.


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