lsst.meas.algorithms
14.0-21-ge7d40960+4
|
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 38 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. |
[out] | Struct | containing the result of the indexing. |
Definition at line 44 of file ingestIndexReferenceTask.py.