lsst.fgcmcal
22.0.1-7-g65f59fa+54b92689ce
|
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 279 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 294 of file fgcmMakeLut.py.
|
static |
Return a list with one element, the butler.
Definition at line 288 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 324 of file fgcmMakeLut.py.