lsst.ip.diffim  14.0-7-g68ded9d+10
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

tuple __all__ = ("ModelPsfMatchTask", "ModelPsfMatchConfig")
 
int sigma2fwhm = 2. * np.sqrt(2. * np.log(2.))
 

Function Documentation

◆ nextOddInteger()

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

Definition at line 43 of file modelPsfMatch.py.

Variable Documentation

◆ __all__

tuple lsst.ip.diffim.modelPsfMatch.__all__ = ("ModelPsfMatchTask", "ModelPsfMatchConfig")
private

Definition at line 38 of file modelPsfMatch.py.

◆ sigma2fwhm

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

Definition at line 40 of file modelPsfMatch.py.