lsst.pipe.tasks
21.0.0-72-gffa78901+792ce60a79
|
Public Member Functions | |
def | __call__ (self, args) |
Static Public Member Functions | |
def | getTargetList (parsedCmd) |
Run a task with all dataRefs at once, rather than one dataRef at a time. Call the run method of the task using two positional arguments: - butler: data butler - dataRefList: list of all dataRefs,
Definition at line 66 of file makeDiscreteSkyMap.py.
def lsst.pipe.tasks.makeDiscreteSkyMap.MakeDiscreteSkyMapRunner.__call__ | ( | self, | |
args | |||
) |
@param args Arguments for Task.run() @return: - None if self.doReturnResults false - A pipe_base Struct containing these fields if self.doReturnResults true: - dataRef: the provided data reference - metadata: task metadata after execution of run - result: result returned by task run, or None if the task fails
Definition at line 77 of file makeDiscreteSkyMap.py.
|
static |
Definition at line 74 of file makeDiscreteSkyMap.py.