lsst.pipe.tasks  21.0.0-139-g4e3796b1+8e0e4477b2
Classes | Variables
lsst.pipe.tasks.imageDifference Namespace Reference

Classes

class  ImageDifferenceTaskConnections
 
class  ImageDifferenceFromTemplateConfig
 
class  ImageDifferenceFromTemplateTask
 
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 50 of file imageDifference.py.

◆ IqrToSigma

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

Definition at line 51 of file imageDifference.py.