lsst.pipe.tasks 21.0.0-173-gc56afc4e+90051df921
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.imageDifference.Winter2013ImageDifferenceTask Class Reference

Image difference Task used in the Winter 2013 data challege. More...

Inheritance diagram for lsst.pipe.tasks.imageDifference.Winter2013ImageDifferenceTask:

Public Member Functions

def __init__ (self, **kwargs)
 
def fitAstrometry (self, templateSources, templateExposure, selectSources)
 

Static Public Attributes

 ConfigClass = Winter2013ImageDifferenceConfig
 

Detailed Description

Image difference Task used in the Winter 2013 data challege.

Enables testing the effects of registration shifts and scatter.

For use with winter 2013 simulated images: Use –templateId visit=88868666 for sparse data –templateId visit=22222200 for dense data (g) –templateId visit=11111100 for dense data (i)

Definition at line 1378 of file imageDifference.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.tasks.imageDifference.Winter2013ImageDifferenceTask.__init__ (   self,
**  kwargs 
)

Definition at line 1390 of file imageDifference.py.

Member Function Documentation

◆ fitAstrometry()

def lsst.pipe.tasks.imageDifference.Winter2013ImageDifferenceTask.fitAstrometry (   self,
  templateSources,
  templateExposure,
  selectSources 
)
Fit the relative astrometry between templateSources and selectSources

Definition at line 1393 of file imageDifference.py.

Member Data Documentation

◆ ConfigClass

lsst.pipe.tasks.imageDifference.Winter2013ImageDifferenceTask.ConfigClass = Winter2013ImageDifferenceConfig
static

Definition at line 1387 of file imageDifference.py.


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