lsst.fgcmcal  20.0.0-4-ge48a6ca+11
Public Member Functions | Static Public Member Functions | List of all members
lsst.fgcmcal.fgcmFitCycle.FgcmFitCycleRunner Class Reference
Inheritance diagram for lsst.fgcmcal.fgcmFitCycle.FgcmFitCycleRunner:

Public Member Functions

def __call__ (self, butler)
 
def run (self, parsedCmd)
 

Static Public Member Functions

def getTargetList (parsedCmd)
 

Detailed Description

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 645 of file fgcmFitCycle.py.

Member Function Documentation

◆ __call__()

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 663 of file fgcmFitCycle.py.

◆ getTargetList()

def lsst.fgcmcal.fgcmFitCycle.FgcmFitCycleRunner.getTargetList (   parsedCmd)
static
Return a list with one element, the butler.

Definition at line 657 of file fgcmFitCycle.py.

◆ run()

def lsst.fgcmcal.fgcmFitCycle.FgcmFitCycleRunner.run (   self,
  parsedCmd 
)
Run the task, with no multiprocessing

Parameters
----------
parsedCmd: ArgumentParser parsed command line

Definition at line 694 of file fgcmFitCycle.py.


The documentation for this class was generated from the following file: