lsst.pipe.tasks
21.0.0-121-gecf9ee78+b64c36337a
|
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 32 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 44 of file getRepositoryData.py.
|
static |
Return a list of targets (arguments for __call__); one entry per invocation
Definition at line 39 of file getRepositoryData.py.