lsst.pipe.tasks g36c42b5980+6eadf5d1c4
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
lsst.pipe.tasks.functors.Column Class Reference
Inheritance diagram for lsst.pipe.tasks.functors.Column:
lsst.pipe.tasks.functors.Functor lsst.pipe.tasks.functors.CoordColumn lsst.pipe.tasks.functors.DecColumn lsst.pipe.tasks.functors.RAColumn

Public Member Functions

def __init__ (self, col, **kwargs)
 
def name (self)
 
def columns (self)
 

Public Attributes

 col
 

Detailed Description

Get column with a specified name.

Definition at line 643 of file functors.py.

Constructor & Destructor Documentation

◆ __init__()

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

Member Function Documentation

◆ columns()

def lsst.pipe.tasks.functors.Column.columns (   self)
Columns required to perform calculation.

Reimplemented from lsst.pipe.tasks.functors.Functor.

Definition at line 655 of file functors.py.

◆ name()

def lsst.pipe.tasks.functors.Column.name (   self)
Full name of functor (suitable for figure labels).

Reimplemented from lsst.pipe.tasks.functors.Functor.

Definition at line 651 of file functors.py.

Member Data Documentation

◆ col

lsst.pipe.tasks.functors.Column.col

Definition at line 647 of file functors.py.


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