lsst.fgcmcal  21.0.0-14-g8629b32+7dbab30698
Public Member Functions | Static Public Member Functions | List of all members
lsst.fgcmcal.fgcmMakeLut.FgcmMakeLutRunner Class Reference
Inheritance diagram for lsst.fgcmcal.fgcmMakeLut.FgcmMakeLutRunner:

Public Member Functions

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

Static Public Member Functions

def getTargetList (parsedCmd)
 

Detailed Description

Subclass of TaskRunner for fgcmMakeLutTask

fgcmMakeLutTask.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 301 of file fgcmMakeLut.py.

Member Function Documentation

◆ __call__()

def lsst.fgcmcal.fgcmMakeLut.FgcmMakeLutRunner.__call__ (   self,
  butler 
)
Parameters
----------
butler: `lsst.daf.persistence.Butler`

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

Definition at line 316 of file fgcmMakeLut.py.

◆ getTargetList()

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

Definition at line 310 of file fgcmMakeLut.py.

◆ run()

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

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

Definition at line 346 of file fgcmMakeLut.py.


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