Task runner for the MergeSourcesTask. Required because the run method requires a list of dataRefs rather than a single dataRef.
More...
|
def | makeTask (self, parsedCmd=None, args=None) |
| Provide a butler to the Task constructor. More...
|
|
Task runner for the MergeSourcesTask. Required because the run method requires a list of dataRefs rather than a single dataRef.
Definition at line 321 of file multiBand.py.
◆ getTargetList()
def lsst.pipe.tasks.multiBand.MergeSourcesRunner.getTargetList |
( |
|
parsedCmd, |
|
|
|
kwargs |
|
) |
| |
|
static |
Provide a list of patch references for each patch.
The patch references within the list will have different filters.
- Parameters
-
[in] | parsedCmd | the parsed command |
| **kwargs | key word arguments (unused) |
- Exceptions
-
RuntimeError | if multiple references are provided for the same combination of tract, patch and filter |
Definition at line 347 of file multiBand.py.
◆ makeTask()
def lsst.pipe.tasks.multiBand.MergeSourcesRunner.makeTask |
( |
|
self, |
|
|
|
parsedCmd = None , |
|
|
|
args = None |
|
) |
| |
Provide a butler to the Task constructor.
- Parameters
-
[in] | parsedCmd | the parsed command |
[in] | args | tuple of a list of data references and kwargs (un-used) |
- Exceptions
-
RuntimeError | if both parsedCmd & args are None |
Definition at line 329 of file multiBand.py.
The documentation for this class was generated from the following file: