lsst.ip.diffim  15.0-7-gbf600c9+2
Classes | Variables
lsst.ip.diffim.imagePsfMatch Namespace Reference

Classes

class  ImagePsfMatchConfig
 Configuration for image-to-image Psf matching. More...
 
class  ImagePsfMatchTask
 Psf-match two MaskedImages or Exposures using the sources in the images. More...
 

Variables

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

Variable Documentation

◆ sigma2fwhm

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

Definition at line 42 of file imagePsfMatch.py.

◆ subtractAlgorithmRegistry

lsst.ip.diffim.imagePsfMatch.subtractAlgorithmRegistry
Initial value:
1 = pexConfig.makeRegistry(
2  doc="A registry of subtraction algorithms for use as a subtask in imageDifference",
3 )

Definition at line 796 of file imagePsfMatch.py.