lsst.pipe.tasks  13.0-29-g7046ce1+1
 All Classes Namespaces Files Functions Variables Groups Pages
Public Member Functions | 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

Public Member Functions

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

Static Public Attributes

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 doDecorrelation
 
tuple doMerge
 
tuple doMatchSources
 
tuple doMeasurement = pexConfig.Field(dtype=bool, default=True, doc="Measure diaSources?")
 
tuple doDipoleFitting = pexConfig.Field(dtype=bool, default=True, doc="Measure dipoles using new algorithm?")
 
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 refObjLoader
 
tuple astrometer
 
tuple sourceSelector
 
tuple subtract
 
tuple decorrelate
 
tuple detection
 
tuple measurement
 
tuple getTemplate
 
tuple controlStepSize
 
tuple controlRandomSeed
 
tuple register
 
tuple kernelSourcesFromRef
 
tuple templateSipOrder
 
tuple growFootprint
 
tuple diaSourceMatchRadius
 

Additional Inherited Members

- Public Attributes inherited from lsst.pipe.tasks.imageDifference.ImageDifferenceConfig
 doPreConvolve
 
 doMatchSources
 
 doAddMetrics
 
 doUseRegister
 

Detailed Description

Definition at line 775 of file imageDifference.py.

Member Function Documentation

def lsst.pipe.tasks.imageDifference.Winter2013ImageDifferenceConfig.setDefaults (   self)

Definition at line 781 of file imageDifference.py.

Member Data Documentation

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 778 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 776 of file imageDifference.py.


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