lsst.pipe.tasks gb7eeed6e35+274fd8de93
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.pipe.tasks.functors.E1 Class Reference
Inheritance diagram for lsst.pipe.tasks.functors.E1:
lsst.pipe.tasks.functors.Functor

Public Member Functions

def __init__ (self, colXX, colXY, colYY, **kwargs)
 
def columns (self)
 

Public Attributes

 colXX
 
 colXY
 
 colYY
 

Static Public Attributes

string name = "Distortion Ellipticity (e1)"
 
string shortname = "Distortion"
 

Detailed Description

Definition at line 1117 of file functors.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.tasks.functors.E1.__init__ (   self,
  colXX,
  colXY,
  colYY,
**  kwargs 
)

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

Definition at line 1121 of file functors.py.

Member Function Documentation

◆ columns()

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

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

Definition at line 1129 of file functors.py.

Member Data Documentation

◆ colXX

lsst.pipe.tasks.functors.E1.colXX

Definition at line 1122 of file functors.py.

◆ colXY

lsst.pipe.tasks.functors.E1.colXY

Definition at line 1123 of file functors.py.

◆ colYY

lsst.pipe.tasks.functors.E1.colYY

Definition at line 1124 of file functors.py.

◆ name

string lsst.pipe.tasks.functors.E1.name = "Distortion Ellipticity (e1)"
static

Definition at line 1118 of file functors.py.

◆ shortname

string lsst.pipe.tasks.functors.E1.shortname = "Distortion"
static

Definition at line 1119 of file functors.py.


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