lsst.pipe.tasks  13.0-66-gfbf2f2ce+5
Classes | Variables
lsst.pipe.tasks.imageDifference Namespace Reference

Classes

class  ImageDifferenceConfig
 
class  ImageDifferenceTask
 
class  ImageDifferenceTaskRunner
 
class  Winter2013ImageDifferenceConfig
 
class  Winter2013ImageDifferenceTask
 Image difference Task used in the Winter 2013 data challege. More...
 

Variables

int FwhmPerSigma = 2 * math.sqrt(2 * math.log(2))
 
float IqrToSigma = 0.741
 

Variable Documentation

◆ FwhmPerSigma

int lsst.pipe.tasks.imageDifference.FwhmPerSigma = 2 * math.sqrt(2 * math.log(2))

Definition at line 47 of file imageDifference.py.

◆ IqrToSigma

float lsst.pipe.tasks.imageDifference.IqrToSigma = 0.741

Definition at line 48 of file imageDifference.py.