lsst.pipe.tasks  20.0.0-17-g98646ba4+f780282b58
Public Member Functions | Static Public Member Functions | List of all members
lsst.pipe.tasks.makeDiscreteSkyMap.MakeDiscreteSkyMapRunner Class Reference
Inheritance diagram for lsst.pipe.tasks.makeDiscreteSkyMap.MakeDiscreteSkyMapRunner:

Public Member Functions

def __call__ (self, args)
 

Static Public Member Functions

def getTargetList (parsedCmd)
 

Detailed Description

Run a task with all dataRefs at once, rather than one dataRef at a time.

Call the run method of the task using two positional arguments:
- butler: data butler
- dataRefList: list of all dataRefs,

Definition at line 67 of file makeDiscreteSkyMap.py.

Member Function Documentation

◆ __call__()

def lsst.pipe.tasks.makeDiscreteSkyMap.MakeDiscreteSkyMapRunner.__call__ (   self,
  args 
)
@param args     Arguments for Task.run()

@return:
- None if self.doReturnResults false
- A pipe_base Struct containing these fields if self.doReturnResults true:
    - dataRef: the provided data reference
    - metadata: task metadata after execution of run
    - result: result returned by task run, or None if the task fails

Definition at line 78 of file makeDiscreteSkyMap.py.

◆ getTargetList()

def lsst.pipe.tasks.makeDiscreteSkyMap.MakeDiscreteSkyMapRunner.getTargetList (   parsedCmd)
static

Definition at line 75 of file makeDiscreteSkyMap.py.


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