lsst.pipe.tasks g91fc1fa0cf+896602c947
Loading...
Searching...
No Matches
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 1135 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 1139 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 1147 of file functors.py.

Member Data Documentation

◆ colXX

lsst.pipe.tasks.functors.E1.colXX

Definition at line 1140 of file functors.py.

◆ colXY

lsst.pipe.tasks.functors.E1.colXY

Definition at line 1141 of file functors.py.

◆ colYY

lsst.pipe.tasks.functors.E1.colYY

Definition at line 1142 of file functors.py.

◆ name

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

Definition at line 1136 of file functors.py.

◆ shortname

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

Definition at line 1137 of file functors.py.


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