lsst.pipe.tasks gafc8b9801c+4217b6d8cf
Public Member Functions | Public Attributes | List of all members
lsst.pipe.tasks.functors.MagDiff Class Reference
Inheritance diagram for lsst.pipe.tasks.functors.MagDiff:
lsst.pipe.tasks.functors.Functor

Public Member Functions

def __init__ (self, col1, col2, **kwargs)
 
def columns (self)
 
def name (self)
 
def shortname (self)
 

Public Attributes

 col1
 
 col2
 

Detailed Description

Definition at line 876 of file functors.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.tasks.functors.MagDiff.__init__ (   self,
  col1,
  col2,
**  kwargs 
)

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

Definition at line 881 of file functors.py.

Member Function Documentation

◆ columns()

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

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

Definition at line 887 of file functors.py.

◆ name()

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

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

Definition at line 897 of file functors.py.

◆ shortname()

def lsst.pipe.tasks.functors.MagDiff.shortname (   self)
Short name of functor (suitable for column name/dict key)

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

Definition at line 901 of file functors.py.

Member Data Documentation

◆ col1

lsst.pipe.tasks.functors.MagDiff.col1

Definition at line 882 of file functors.py.

◆ col2

lsst.pipe.tasks.functors.MagDiff.col2

Definition at line 883 of file functors.py.


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