Task runner for the MergeSourcesTask.
Required because the run method requires a list of dataRefs
rather than a single dataRef.
Definition at line 39 of file dcrMultiBand.py.
def lsst.pipe.tasks.dcrMultiBand.MergeDcrSourcesRunner.getTargetList |
( |
|
parsedCmd, |
|
|
** |
kwargs |
|
) |
| |
|
static |
Provide a list of patch references for each patch, tract, filter combo.
Parameters
----------
parsedCmd:
The parsed command
kwargs:
Keyword arguments passed to the task
Returns
-------
targetList: list
List of tuples, where each tuple is a (dataRef, kwargs) pair.
Reimplemented in lsst.pipe.tasks.dcrMultiBand.DeblendDcrCoaddSourcesRunner.
Definition at line 88 of file dcrMultiBand.py.