lsst.ip.diffim
13.0-27-g01682fb+1
|
Public Member Functions | |
def | run (self, exposure, sensorRef, templateIdList=None) |
Retrieve and mosaic a template coadd exposure that overlaps the exposure. More... | |
Static Public Attributes | |
ConfigClass = GetCoaddAsTemplateConfig | |
Static Private Attributes | |
string | _DefaultName = "GetCoaddAsTemplateTask" |
Subtask to retrieve coadd for use as an image difference template. This is the default getTemplate Task to be run as a subtask by pipe.tasks.ImageDifferenceTask. The main method is run(). It assumes that coadds reside in the repository given by sensorRef.
Definition at line 48 of file getTemplate.py.
def lsst.ip.diffim.getTemplate.GetCoaddAsTemplateTask.run | ( | self, | |
exposure, | |||
sensorRef, | |||
templateIdList = None |
|||
) |
Retrieve and mosaic a template coadd exposure that overlaps the exposure.
[in] | exposure | – an exposure for which to generate an overlapping template |
[in] | sensorRef | – a Butler data reference that can be used to obtain coadd data |
[in] | templateIdList | – list of data ids (unused) |
Definition at line 58 of file getTemplate.py.
|
staticprivate |
Definition at line 56 of file getTemplate.py.
|
static |
Definition at line 55 of file getTemplate.py.