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

Static Public Attributes

str name = 'HSM Psf FWHM'
 
float pixelScale = 0.168
 
int SIGMA2FWHM = 2*np.sqrt(2*np.log(2))
 

Protected Member Functions

def _func (self, df)
 

Static Protected Attributes

tuple _columns = ('ext_shapeHSM_HsmPsfMoments_xx', 'ext_shapeHSM_HsmPsfMoments_yy')
 

Detailed Description

Definition at line 1105 of file functors.py.

Member Function Documentation

◆ _func()

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

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

Definition at line 1112 of file functors.py.

Member Data Documentation

◆ _columns

tuple lsst.pipe.tasks.functors.HsmFwhm._columns = ('ext_shapeHSM_HsmPsfMoments_xx', 'ext_shapeHSM_HsmPsfMoments_yy')
staticprotected

Definition at line 1107 of file functors.py.

◆ name

str lsst.pipe.tasks.functors.HsmFwhm.name = 'HSM Psf FWHM'
static

Definition at line 1106 of file functors.py.

◆ pixelScale

float lsst.pipe.tasks.functors.HsmFwhm.pixelScale = 0.168
static

Definition at line 1109 of file functors.py.

◆ SIGMA2FWHM

int lsst.pipe.tasks.functors.HsmFwhm.SIGMA2FWHM = 2*np.sqrt(2*np.log(2))
static

Definition at line 1110 of file functors.py.


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