lsst.pipe.tasks g8b9e2231ea+fa07cb600e
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Member Functions | 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.FootprintNPix lsst.pipe.tasks.functors.IDColumn 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
 

Protected Member Functions

def _func (self, df)
 

Detailed Description

Get column with specified name

Definition at line 639 of file functors.py.

Constructor & Destructor Documentation

◆ __init__()

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

Member Function Documentation

◆ _func()

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

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

Reimplemented in lsst.pipe.tasks.functors.IDColumn, and lsst.pipe.tasks.functors.CoordColumn.

Definition at line 655 of file functors.py.

◆ columns()

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

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

Definition at line 652 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 648 of file functors.py.

Member Data Documentation

◆ col

lsst.pipe.tasks.functors.Column.col

Definition at line 644 of file functors.py.


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