|
lsst.pipe.tasks
14.0-53-g87cac093+4
|
Public Member Functions | |
| def | __call__ (self, dataRefList) |
Static Public Member Functions | |
| def | getTargetList (parsedCmd) |
A task runner that calls run with a list of data references Differs from the default TaskRunner by providing all data references at once, instead of iterating over them one at a time.
Definition at line 33 of file getRepositoryData.py.
| def lsst.pipe.tasks.getRepositoryData.DataRefListRunner.__call__ | ( | self, | |
| dataRefList | |||
| ) |
Run GetRepositoryDataTask.run on a single target
@param dataRefList: argument dict for run; contains one key: dataRefList
@return:
- None if doReturnResults false
- A pipe_base Struct containing these fields if doReturnResults true:
- dataRefList: the argument dict sent to runDataRef
- metadata: task metadata after execution of runDataRef
- result: result returned by task runDataRef
Definition at line 45 of file getRepositoryData.py.
|
static |
Return a list of targets (arguments for __call__); one entry per invocation
Definition at line 40 of file getRepositoryData.py.
1.8.13