lsst.cp.pipe  16.0-4-gade8416+10
Static Public Member Functions | List of all members
lsst.cp.pipe.makeBrighterFatterKernel.MakeBrighterFatterKernelTaskRunner Class Reference
Inheritance diagram for lsst.cp.pipe.makeBrighterFatterKernel.MakeBrighterFatterKernelTaskRunner:

Static Public Member Functions

def getTargetList (parsedCmd, kwargs)
 

Detailed Description

Subclass of TaskRunner for the MakeBrighterFatterKernelTask.

This transforms the processed arguments generated by the ArgumentParser
into the arguments expected by makeBrighterFatterKernelTask.run().

makeBrighterFatterKernelTask.run() takes a two arguments,
one of which is the dataRef (as usual), and the other is the list
of visit-pairs, in the form of a list of tuples.
This list is supplied on the command line as documented,
and this class parses that, and passes the parsed version
to the run() method.

See pipeBase.TaskRunner for more information.

Definition at line 169 of file makeBrighterFatterKernel.py.

Member Function Documentation

◆ getTargetList()

def lsst.cp.pipe.makeBrighterFatterKernel.MakeBrighterFatterKernelTaskRunner.getTargetList (   parsedCmd,
  kwargs 
)
static
Parse the visit list and pass through explicitly.

Definition at line 186 of file makeBrighterFatterKernel.py.


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