lsst.fgcmcal
20.0.0-5-gfcebe35+10d506ecc7
|
Public Member Functions | |
def | __call__ (self, butler) |
def | run (self, parsedCmd) |
Static Public Member Functions | |
def | getTargetList (parsedCmd) |
Subclass of TaskRunner for fgcmFitCycleTask fgcmFitCycleTask.run() takes one argument, the butler, and uses stars and visits previously extracted from dataRefs by fgcmBuildStars. This Runner does not perform any dataRef parallelization, but the FGCM code called by the Task uses python multiprocessing (see the "ncores" config option).
Definition at line 657 of file fgcmFitCycle.py.
def lsst.fgcmcal.fgcmFitCycle.FgcmFitCycleRunner.__call__ | ( | self, | |
butler | |||
) |
Parameters ---------- butler: `lsst.daf.persistence.Butler` Returns ------- exitStatus: `list` with `pipeBase.Struct` exitStatus (0: success; 1: failure)
Definition at line 675 of file fgcmFitCycle.py.
|
static |
Return a list with one element, the butler.
Definition at line 669 of file fgcmFitCycle.py.
def lsst.fgcmcal.fgcmFitCycle.FgcmFitCycleRunner.run | ( | self, | |
parsedCmd | |||
) |
Run the task, with no multiprocessing Parameters ---------- parsedCmd: ArgumentParser parsed command line
Definition at line 706 of file fgcmFitCycle.py.