lsst.fgcmcal
21.0.0-5-gb155db7+479949666a
|
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 280 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 295 of file fgcmMakeLut.py.
|
static |
Return a list with one element, the butler.
Definition at line 289 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 325 of file fgcmMakeLut.py.