lsst.pipe.drivers  13.0-17-g3ce57e5+1
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | List of all members
lsst.pipe.drivers.multiBandDriver.MultiBandDriverTaskRunner Class Reference
Inheritance diagram for lsst.pipe.drivers.multiBandDriver.MultiBandDriverTaskRunner:

Public Member Functions

def makeTask
 

Detailed Description

TaskRunner for running MultiBandTask

This is similar to the lsst.pipe.base.ButlerInitializedTaskRunner,
except that we have a list of data references instead of a single
data reference being passed to the Task.run.

Definition at line 115 of file multiBandDriver.py.

Member Function Documentation

def lsst.pipe.drivers.multiBandDriver.MultiBandDriverTaskRunner.makeTask (   self,
  parsedCmd = None,
  args = None 
)
A variant of the base version that passes a butler argument to the task's constructor
parsedCmd or args must be specified.

Definition at line 123 of file multiBandDriver.py.


The documentation for this class was generated from the following file: