lsst.fgcmcal  21.0.0-4-g8a80011+06a34d01f4
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 172 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 187 of file fgcmOutputProducts.py.

◆ getTargetList()

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

Definition at line 181 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 223 of file fgcmOutputProducts.py.


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