lsst.pipe.tasks g59f6dce098+83b7f37e51
Loading...
Searching...
No Matches
Static Public Attributes | Protected Member Functions | Static Protected Attributes | List of all members
lsst.pipe.tasks.functors.HsmTraceSize Class Reference
Inheritance diagram for lsst.pipe.tasks.functors.HsmTraceSize:
lsst.pipe.tasks.functors.Functor

Static Public Attributes

str name = 'HSM Trace Size'
 
str shortname = 'hsmTrace'
 

Protected Member Functions

def _func (self, df)
 

Static Protected Attributes

tuple _columns
 

Detailed Description

Functor to calculate HSM trace radius size for sources

Definition at line 1091 of file functors.py.

Member Function Documentation

◆ _func()

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

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

Definition at line 1098 of file functors.py.

Member Data Documentation

◆ _columns

tuple lsst.pipe.tasks.functors.HsmTraceSize._columns
staticprotected
Initial value:
= ("ext_shapeHSM_HsmSourceMoments_xx",
"ext_shapeHSM_HsmSourceMoments_yy")

Definition at line 1095 of file functors.py.

◆ name

str lsst.pipe.tasks.functors.HsmTraceSize.name = 'HSM Trace Size'
static

Definition at line 1093 of file functors.py.

◆ shortname

str lsst.pipe.tasks.functors.HsmTraceSize.shortname = 'hsmTrace'
static

Definition at line 1094 of file functors.py.


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