lsst.ip.diffim  15.0-8-g67a62d3+5
Classes | Functions | Variables
lsst.ip.diffim.modelPsfMatch Namespace Reference

Classes

class  ModelPsfMatchConfig
 Configuration for model-to-model Psf matching. More...
 
class  ModelPsfMatchTask
 Matching of two model Psfs, and application of the Psf-matching kernel to an input Exposure. More...
 

Functions

def nextOddInteger (x)
 

Variables

int sigma2fwhm = 2. * np.sqrt(2. * np.log(2.))
 

Function Documentation

◆ nextOddInteger()

def lsst.ip.diffim.modelPsfMatch.nextOddInteger (   x)

Definition at line 41 of file modelPsfMatch.py.

Variable Documentation

◆ sigma2fwhm

int lsst.ip.diffim.modelPsfMatch.sigma2fwhm = 2. * np.sqrt(2. * np.log(2.))

Definition at line 38 of file modelPsfMatch.py.