lsst.fgcmcal  19.0.0-25-g1f84a6d+9
Public Member Functions | Static Public Member Functions | List of all members
lsst.fgcmcal.fgcmOutputProducts.FgcmOutputProductsRunner Class Reference
Inheritance diagram for lsst.fgcmcal.fgcmOutputProducts.FgcmOutputProductsRunner:

Public Member Functions

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

Static Public Member Functions

def getTargetList (parsedCmd)
 

Detailed Description

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.

Member Function Documentation

◆ __call__()

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.

◆ getTargetList()

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

Definition at line 176 of file fgcmOutputProducts.py.

◆ run()

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.


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