lsst.meas.algorithms g7f9667d268+d27eb619ec
|
Public Member Functions | |
def | run (self, parsedCmd) |
Task runner for the reference catalog ingester (gen2 version). Data IDs are ignored so the runner should just run the task on the parsed command.
Definition at line 66 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. Parameters ---------- parsedCmd : `argparse.Namespace` Parsed command. Returns ------- results : `lsst.pipe.base.Struct` or `None` A empty struct if self.doReturnResults, else None
Definition at line 72 of file ingestIndexReferenceTask.py.