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

Static Public Attributes

str name = 'Deconvolved Moments'
 
str shortname = 'deconvolvedMoments'
 

Protected Member Functions

 _func (self, df)
 

Static Protected Attributes

tuple _columns
 

Detailed Description

This functor subtracts the trace of the PSF second moments from the
trace of the second moments of the source.

If the HsmShapeAlgorithm measurement is valid, then these will be used for
the sources.
Otherwise, the SdssShapeAlgorithm measurements will be used.

Definition at line 973 of file functors.py.

Member Function Documentation

◆ _func()

lsst.pipe.tasks.functors.DeconvolvedMoments._func ( self,
df )
protected
Calculate deconvolved moments.

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

Definition at line 989 of file functors.py.

Member Data Documentation

◆ _columns

tuple lsst.pipe.tasks.functors.DeconvolvedMoments._columns
staticprotected
Initial value:
= ("ext_shapeHSM_HsmSourceMoments_xx",
"ext_shapeHSM_HsmSourceMoments_yy",
"base_SdssShape_xx", "base_SdssShape_yy",
"ext_shapeHSM_HsmPsfMoments_xx",
"ext_shapeHSM_HsmPsfMoments_yy")

Definition at line 983 of file functors.py.

◆ name

str lsst.pipe.tasks.functors.DeconvolvedMoments.name = 'Deconvolved Moments'
static

Definition at line 981 of file functors.py.

◆ shortname

str lsst.pipe.tasks.functors.DeconvolvedMoments.shortname = 'deconvolvedMoments'
static

Definition at line 982 of file functors.py.


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