|
lsst.pipe.tasks
15.0-6-g9a9df217+4
|
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 67 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 78 of file makeDiscreteSkyMap.py.
|
static |
Definition at line 75 of file makeDiscreteSkyMap.py.
1.8.13