lsst.pipe.tasks g68a3911fdd+c3f02514e0
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Member Functions | Static Protected 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

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

Public Attributes

 col1
 
 col2
 

Protected Member Functions

 _func (self, df)
 

Static Protected Attributes

str _defaultDataset = 'meas'
 

Detailed Description

Functor to calculate magnitude difference.

Definition at line 860 of file functors.py.

Constructor & Destructor Documentation

◆ __init__()

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

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

Definition at line 864 of file functors.py.

Member Function Documentation

◆ _func()

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

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

Definition at line 873 of file functors.py.

◆ columns()

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

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

Definition at line 870 of file functors.py.

◆ name()

lsst.pipe.tasks.functors.MagDiff.name (   self)

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

Definition at line 880 of file functors.py.

◆ shortname()

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 884 of file functors.py.

Member Data Documentation

◆ _defaultDataset

str lsst.pipe.tasks.functors.MagDiff._defaultDataset = 'meas'
staticprotected

Definition at line 862 of file functors.py.

◆ col1

lsst.pipe.tasks.functors.MagDiff.col1

Definition at line 865 of file functors.py.

◆ col2

lsst.pipe.tasks.functors.MagDiff.col2

Definition at line 866 of file functors.py.


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