lsst.fgcmcal  19.0.0-21-gea850ae
Public Member Functions | Static Public Member Functions | List of all members
lsst.fgcmcal.fgcmBuildStars.FgcmBuildStarsRunner Class Reference
Inheritance diagram for lsst.fgcmcal.fgcmBuildStars.FgcmBuildStarsRunner:

Public Member Functions

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

Static Public Member Functions

def getTargetList (parsedCmd)
 

Detailed Description

Subclass of TaskRunner for fgcmBuildStarsTask

fgcmBuildStarsTask.run() takes a number of arguments, one of which is the
butler (for persistence and mapper data), and a list of dataRefs
extracted from the command line.  Note that FGCM runs on a large set of
dataRefs, and not on single dataRef/tract/patch.
This class transforms the process arguments generated by the ArgumentParser
into the arguments expected by FgcmBuildStarsTask.run().
This runner does not use any parallelization.

Definition at line 241 of file fgcmBuildStars.py.

Member Function Documentation

◆ __call__()

def lsst.fgcmcal.fgcmBuildStars.FgcmBuildStarsRunner.__call__ (   self,
  args 
)
Parameters
----------
args: `tuple` with (butler, dataRefList)

Returns
-------
exitStatus: `list` with `lsst.pipe.base.Struct`
   exitStatus (0: success; 1: failure)

Definition at line 263 of file fgcmBuildStars.py.

◆ getTargetList()

def lsst.fgcmcal.fgcmBuildStars.FgcmBuildStarsRunner.getTargetList (   parsedCmd)
static
Return a list with one element: a tuple with the butler and
list of dataRefs

Definition at line 255 of file fgcmBuildStars.py.

◆ run()

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

Parameters
----------
parsedCmd: `lsst.pipe.base.ArgumentParser` parsed command line

Definition at line 295 of file fgcmBuildStars.py.


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