|
lsst.ip.diffim
16.0-5-gb866ac2+1
|
Functions | |
| def | makeKernelBasisList (config, targetFwhmPix=None, referenceFwhmPix=None, basisDegGauss=None, metadata=None) |
| def | generateAlardLuptonBasisList (config, targetFwhmPix=None, referenceFwhmPix=None, basisDegGauss=None, metadata=None) |
Variables | |
| int | sigma2fwhm = 2. * np.sqrt(2. * np.log(2.)) |
| def lsst.ip.diffim.makeKernelBasisList.generateAlardLuptonBasisList | ( | config, | |
targetFwhmPix = None, |
|||
referenceFwhmPix = None, |
|||
basisDegGauss = None, |
|||
metadata = None |
|||
| ) |
Generate an Alard-Lupton kernel basis based upon the Config and the input FWHM of the science and template images
Definition at line 48 of file makeKernelBasisList.py.
| def lsst.ip.diffim.makeKernelBasisList.makeKernelBasisList | ( | config, | |
targetFwhmPix = None, |
|||
referenceFwhmPix = None, |
|||
basisDegGauss = None, |
|||
metadata = None |
|||
| ) |
Generate the appropriate Kernel basis based on the Config
Definition at line 33 of file makeKernelBasisList.py.
| int lsst.ip.diffim.makeKernelBasisList.sigma2fwhm = 2. * np.sqrt(2. * np.log(2.)) |
Definition at line 29 of file makeKernelBasisList.py.
1.8.13