LSSTApplications  20.0.0
LSSTDataManagementBasePackage
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 35 of file gaussianPsfFactory.py.

35 def isPositive(x):
36  return x > 0
37 
38 

Variable Documentation

◆ SigmaPerFwhm

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

Definition at line 32 of file gaussianPsfFactory.py.

lsst::meas::algorithms.gaussianPsfFactory.isPositive
def isPositive(x)
Definition: gaussianPsfFactory.py:35