lsst.jointcal
14.0-26-gc4bc114+4
|
Public Member Functions | |
def | __call__ (self, args) |
Static Public Member Functions | |
def | getTargetList (parsedCmd, kwargs) |
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 41 of file jointcal.py.
def lsst.jointcal.jointcal.JointcalRunner.__call__ | ( | self, | |
args | |||
) |
@param args Arguments for Task.run() @return - A pipe.base.Struct containing these fields if self.doReturnResults is False: - ``exitStatus`: 0 if the task completed successfully, 1 otherwise. - A pipe.base.Struct containing these fields if self.doReturnResults is True: - ``result``: the result of calling jointcal.run() - ``exitStatus`: 0 if the task completed successfully, 1 otherwise.
Definition at line 71 of file jointcal.py.
|
static |
Return a list of tuples per tract, each containing (dataRefs, kwargs). Jointcal operates on lists of dataRefs simultaneously.
Definition at line 54 of file jointcal.py.