lsst.jointcal  master-g59ec7209dd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Static Public Member Functions | List of all members
lsst.jointcal.jointcal.JointcalRunner Class Reference
Inheritance diagram for lsst.jointcal.jointcal.JointcalRunner:

Public Member Functions

def __call__
 

Static Public Member Functions

def getTargetList
 

Detailed Description

Subclass of TaskRunner for jointcalTask

jointcalTask.run() takes a number of arguments, one of which is a list of dataRefs
extracted from the command line (whereas most CmdLineTasks' run methods take
single dataRef, are are called repeatedly). This class transforms the processed
arguments generated by the ArgumentParser into the arguments expected by
Jointcal.run().

See pipeBase.TaskRunner for more information.

Definition at line 33 of file jointcal.py.

Member Function Documentation

def lsst.jointcal.jointcal.JointcalRunner.__call__ (   self,
  args 
)
@param args     Arguments for Task.run()

@return
- None if self.doReturnResults is False
- A pipe.base.Struct containing these fields if self.doReturnResults is True:
    - dataRef: the provided data references, with update post-fit WCS's.

Definition at line 63 of file jointcal.py.

def lsst.jointcal.jointcal.JointcalRunner.getTargetList (   parsedCmd,
  kwargs 
)
static
Return a list of tuples per tract, each containing (dataRefs, kwargs).

Jointcal operates on lists of dataRefs simultaneously.

Definition at line 46 of file jointcal.py.


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