lsst.pipe.tasks g3de15ee5c7+f497bfeb17
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 876 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 880 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 889 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 886 of file functors.py.

◆ name()

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

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

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

Member Data Documentation

◆ _defaultDataset

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

Definition at line 878 of file functors.py.

◆ col1

lsst.pipe.tasks.functors.MagDiff.col1

Definition at line 881 of file functors.py.

◆ col2

lsst.pipe.tasks.functors.MagDiff.col2

Definition at line 882 of file functors.py.


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