LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Static Public Attributes | List of all members
lsst.pipe.tasks.imageDifference.Winter2013ImageDifferenceConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.imageDifference.Winter2013ImageDifferenceConfig:
lsst.pipe.tasks.imageDifference.ImageDifferenceConfig

Static Public Attributes

tuple winter2013TemplateId
 
tuple winter2013WcsShift
 
tuple winter2013WcsRms
 
- Static Public Attributes inherited from lsst.pipe.tasks.imageDifference.ImageDifferenceConfig
tuple doAddCalexpBackground
 
tuple doUseRegister
 
tuple doDebugRegister
 
tuple doSelectSources
 
tuple doSelectDcrCatalog
 
tuple doSelectVariableCatalog
 
tuple doSubtract = pexConfig.Field(dtype=bool, default=True, doc="Compute subtracted exposure?")
 
tuple doPreConvolve
 
tuple useGaussianForPreConvolution
 
tuple doDetection = pexConfig.Field(dtype=bool, default=True, doc="Detect sources?")
 
tuple doMerge
 
tuple doMatchSources
 
tuple doMeasurement = pexConfig.Field(dtype=bool, default=True, doc="Measure diaSources?")
 
tuple doWriteSubtractedExp = pexConfig.Field(dtype=bool, default=True, doc="Write difference exposure?")
 
tuple doWriteMatchedExp
 
tuple doWriteSources = pexConfig.Field(dtype=bool, default=True, doc="Write sources?")
 
tuple doAddMetrics
 
tuple coaddName
 
tuple convolveTemplate
 
tuple astrometer
 
tuple sourceSelector = starSelectorRegistry.makeField("Source selection algorithm", default="diacatalog")
 
tuple subtract
 
tuple detection
 
tuple dipoleMeasurement
 
tuple measurement
 
tuple controlStepSize
 
tuple controlRandomSeed
 
tuple register
 
tuple templateBorderSize
 
tuple templateSipOrder
 
tuple growFootprint
 
tuple diaSourceMatchRadius
 
tuple maxDiaSourcesToMeasure
 

Additional Inherited Members

- Public Member Functions inherited from lsst.pipe.tasks.imageDifference.ImageDifferenceConfig
def setDefaults
 
def validate
 

Detailed Description

Definition at line 762 of file imageDifference.py.

Member Data Documentation

tuple lsst.pipe.tasks.imageDifference.Winter2013ImageDifferenceConfig.winter2013TemplateId
static
Initial value:
1 = pexConfig.Field(dtype=int, default=88868666,
2  doc="88868666 for sparse data; 22222200 (g) and 11111100 (i) for dense data")

Definition at line 763 of file imageDifference.py.

tuple lsst.pipe.tasks.imageDifference.Winter2013ImageDifferenceConfig.winter2013WcsRms
static
Initial value:
1 = pexConfig.Field(dtype=float, default=0.0,
2  doc="Perturb stars going into RegisterTask by this amount")

Definition at line 767 of file imageDifference.py.

tuple lsst.pipe.tasks.imageDifference.Winter2013ImageDifferenceConfig.winter2013WcsShift
static
Initial value:
1 = pexConfig.Field(dtype=float, default=0.0,
2  doc="Shift stars going into RegisterTask by this amount")

Definition at line 765 of file imageDifference.py.


The documentation for this class was generated from the following file: