lsst.pipe.tasks gafc8b9801c+4217b6d8cf
Static Public 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

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

Detailed Description

Definition at line 1110 of file functors.py.

Member Data Documentation

◆ name

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

Definition at line 1111 of file functors.py.

◆ pixelScale

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

Definition at line 1114 of file functors.py.

◆ SIGMA2FWHM

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

Definition at line 1115 of file functors.py.


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