lsst.fgcmcal
20.0.0-3-ga9be0e7+2
|
Public Member Functions | |
def | __call__ (self, butler) |
def | run (self, parsedCmd) |
Static Public Member Functions | |
def | getTargetList (parsedCmd) |
Subclass of TaskRunner for fgcmMakeLutTask fgcmMakeLutTask.run() takes one argument, the butler, and does not run on any data in the repository. This runner does not use any parallelization.
Definition at line 231 of file fgcmMakeLut.py.
def lsst.fgcmcal.fgcmMakeLut.FgcmMakeLutRunner.__call__ | ( | self, | |
butler | |||
) |
Parameters ---------- butler: `lsst.daf.persistence.Butler` Returns ------- exitStatus: `list` with `pipeBase.Struct` exitStatus (0: success; 1: failure)
Definition at line 246 of file fgcmMakeLut.py.
|
static |
Return a list with one element, the butler.
Definition at line 240 of file fgcmMakeLut.py.
def lsst.fgcmcal.fgcmMakeLut.FgcmMakeLutRunner.run | ( | self, | |
parsedCmd | |||
) |
Run the task, with no multiprocessing Parameters ---------- parsedCmd: ArgumentParser parsed command line
Definition at line 276 of file fgcmMakeLut.py.