lsst.fgcmcal
19.0.0-20-g3336a1e+6
|
Public Member Functions | |
def | __call__ (self, butler) |
def | run (self, parsedCmd) |
Static Public Member Functions | |
def | getTargetList (parsedCmd) |
Subclass of TaskRunner for fgcmOutputProductsTask fgcmOutputProductsTask.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 167 of file fgcmOutputProducts.py.
def lsst.fgcmcal.fgcmOutputProducts.FgcmOutputProductsRunner.__call__ | ( | self, | |
butler | |||
) |
Parameters ---------- butler: `lsst.daf.persistence.Butler` Returns ------- exitStatus: `list` with `pipeBase.Struct` exitStatus (0: success; 1: failure) if self.doReturnResults also results (`np.array` with absolute zeropoint offsets)
Definition at line 182 of file fgcmOutputProducts.py.
|
static |
Return a list with one element, the butler.
Definition at line 176 of file fgcmOutputProducts.py.
def lsst.fgcmcal.fgcmOutputProducts.FgcmOutputProductsRunner.run | ( | self, | |
parsedCmd | |||
) |
Run the task, with no multiprocessing Parameters ---------- parsedCmd: `lsst.pipe.base.ArgumentParser` parsed command line
Definition at line 218 of file fgcmOutputProducts.py.