Public Member Functions | |
def | makeTask |
![]() | |
def | __init__ |
def | prepareForMultiProcessing |
def | run |
def | makeTask |
def | precall |
def | __call__ |
Additional Inherited Members | |
![]() | |
def | getTargetList |
![]() | |
TaskClass | |
doReturnResults | |
config | |
log | |
doRaise | |
clobberConfig | |
doBackup | |
numProcesses | |
timeout | |
![]() | |
int | TIMEOUT = 3600 |
A TaskRunner for `CmdLineTask`\ s that require a ``butler`` keyword argument to be passed to their constructor.
Definition at line 441 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. Parameters ---------- parsedCmd : `argparse.Namespace` Parsed command-line options, as returned by the `~lsst.pipe.base.ArgumentParser`; if specified then args is ignored. args Other arguments; if ``parsedCmd`` is `None` then this must be specified. Raises ------ RuntimeError Raised if ``parsedCmd`` and ``args`` are both `None`.
Definition at line 446 of file cmdLineTask.py.