LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Classes | Namespaces | Functions
diffimTools.py File Reference

Go to the source code of this file.

Classes

class  lsst.ip.diffim.diffimTools.NbasisEvaluator
 

Namespaces

 lsst.ip.diffim.diffimTools
 

Functions

def lsst.ip.diffim.diffimTools.makeFlatNoiseImage (mi, seedStat=afwMath.MAX)
 Add noise. More...
 
def lsst.ip.diffim.diffimTools.makePoissonNoiseImage (im)
 
def lsst.ip.diffim.diffimTools.fakeCoeffs ()
 Make fake images for testing; one is a delta function (or narrow gaussian) and the other is a convolution of this with a spatially varying kernel. More...
 
def lsst.ip.diffim.diffimTools.makeFakeKernelSet (sizeCell=128, nCell=3, deltaFunctionCounts=1.e4, tGaussianWidth=1.0, addNoise=True, bgValue=100., display=False)
 
def lsst.ip.diffim.diffimTools.backgroundSubtract (config, maskedImages)
 Background subtraction for ip_diffim. More...
 
def lsst.ip.diffim.diffimTools.writeKernelCellSet (kernelCellSet, psfMatchingKernel, backgroundModel, outdir)
 More coarse debugging. More...
 
def lsst.ip.diffim.diffimTools.sourceToFootprintList (candidateInList, templateExposure, scienceExposure, kernelSize, config, log)
 Converting types. More...
 
def lsst.ip.diffim.diffimTools.sourceTableToCandidateList (sourceTable, templateExposure, scienceExposure, kConfig, dConfig, log, basisList, doBuild=False)