|
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 38 of file dcrMultiBand.py.
◆ getTargetList()
def lsst.pipe.tasks.dcrMultiBand.MergeDcrSourcesRunner.getTargetList |
( |
|
parsedCmd, |
|
|
|
kwargs |
|
) |
| |
|
static |
Provide a list of patch and filter references for each tract.
The filter references within the list will have different subfilters.
Parameters
----------
parsedCmd : `dict`
The parsed command
**kwargs
Key word arguments (unused)
Returns
-------
list of `patchRef`
List of all matching data references for a given patch.
Raises
------
RuntimeError
if multiple references are provided for the same combination of
tract, patch, filter, and subfilter
Definition at line 46 of file dcrMultiBand.py.
◆ makeTask()
def lsst.pipe.tasks.multiBand.MergeSourcesRunner.makeTask |
( |
|
self, |
|
|
|
parsedCmd = None , |
|
|
|
args = None |
|
) |
| |
|
inherited |
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 335 of file multiBand.py.
The documentation for this class was generated from the following file: