|
lsst.meas.algorithms
16.0-6-g2dd73041
|
Task runner for the reference catalog ingester. More...
Public Member Functions | |
| def | run (self, parsedCmd) |
| Run the task. More... | |
Task runner for the reference catalog ingester.
Data IDs are ignored so the runner should just run the task on the parsed command.
Definition at line 37 of file ingestIndexReferenceTask.py.
| def lsst.meas.algorithms.ingestIndexReferenceTask.IngestReferenceRunner.run | ( | self, | |
| parsedCmd | |||
| ) |
Run the task.
Several arguments need to be collected to send on to the task methods.
| [in] | parsedCmd | Parsed command including command line arguments. |
Definition at line 43 of file ingestIndexReferenceTask.py.
1.8.13