LegacyTaskRunner¶
-
class
lsst.pipe.base.
LegacyTaskRunner
(TaskClass, parsedCmd, doReturnResults=False)¶ Bases:
lsst.pipe.base.TaskRunner
A
TaskRunner
forCmdLineTask
s which calls theTask
’srun
method on adataRef
rather than therunDataRef
method.Methods Summary
runTask
(task, dataRef, kwargs)Call run
for this task instead ofrunDataRef
.Methods Documentation
-
runTask
(task, dataRef, kwargs)¶ Call
run
for this task instead ofrunDataRef
. SeeTaskRunner.runTask
above for details.
-