lsst.meas.algorithms gf82c78fb6f+1264cc1140
Loading...
Searching...
No Matches
Classes | Functions | Variables
lsst.meas.algorithms.gaussianPsfFactory Namespace Reference

Classes

class  GaussianPsfFactory
 

Functions

def isPositive (x)
 

Variables

float SigmaPerFwhm = 1.0 / (2.0 * math.sqrt(2.0 * math.log(2.0)))
 

Function Documentation

◆ isPositive()

def lsst.meas.algorithms.gaussianPsfFactory.isPositive (   x)

Definition at line 34 of file gaussianPsfFactory.py.

Variable Documentation

◆ SigmaPerFwhm

float lsst.meas.algorithms.gaussianPsfFactory.SigmaPerFwhm = 1.0 / (2.0 * math.sqrt(2.0 * math.log(2.0)))

Definition at line 31 of file gaussianPsfFactory.py.