A TaskRunner for CmdLineTasks that require a 'butler' keyword argument to be passed to their constructor. More...
Public Member Functions | |
def | makeTask |
A variant of the base version that passes a butler argument to the task's constructor. More... | |
![]() | |
def | __init__ |
Construct a TaskRunner. More... | |
def | prepareForMultiProcessing |
def | run |
Run the task on all targets. More... | |
def | makeTask |
Create a Task instance. More... | |
def | precall |
def | __call__ |
Run the Task on a single target. More... | |
Additional Inherited Members | |
![]() | |
def | getTargetList |
Return a list of (dataRef, kwargs) for TaskRunner. More... | |
![]() | |
TaskClass | |
doReturnResults | |
config | |
log | |
doRaise | |
clobberConfig | |
doBackup | |
numProcesses | |
timeout | |
![]() | |
int | TIMEOUT = 3600 |
A TaskRunner for CmdLineTasks that require a 'butler' keyword argument to be passed to their constructor.
Definition at line 415 of file cmdLineTask.py.
def lsst.pipe.base.cmdLineTask.ButlerInitializedTaskRunner.makeTask | ( | self, | |
parsedCmd = None , |
|||
args = None |
|||
) |
A variant of the base version that passes a butler argument to the task's constructor.
[in] | parsedCmd | parsed command-line options, as returned by the argument parser; if specified then args is ignored |
[in] | args | other arguments; if parsedCmd is None then this must be specified |
RuntimeError | if parsedCmd and args are both None |
Definition at line 420 of file cmdLineTask.py.