lsst.ip.diffim
13.0-22-g3839dbb+23
|
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.)) |
def lsst.ip.diffim.modelPsfMatch.nextOddInteger | ( | x | ) |
Definition at line 43 of file modelPsfMatch.py.
|
private |
Definition at line 38 of file modelPsfMatch.py.
int lsst.ip.diffim.modelPsfMatch.sigma2fwhm = 2. * np.sqrt(2. * np.log(2.)) |
Definition at line 40 of file modelPsfMatch.py.