lsst.meas.algorithms  14.0-7-g23fdbe95+7
Public Member Functions | List of all members
lsst.meas.algorithms.ingestIndexReferenceTask.IngestReferenceRunner Class Reference

Task runner for the reference catalog ingester. More...

Inheritance diagram for lsst.meas.algorithms.ingestIndexReferenceTask.IngestReferenceRunner:

Public Member Functions

def run (self, parsedCmd)
 Run the task. More...
 

Detailed Description

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 39 of file ingestIndexReferenceTask.py.

Member Function Documentation

◆ run()

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
[in]parsedCmdParsed command including command line arguments.
[out]Structcontaining the result of the indexing.

Definition at line 45 of file ingestIndexReferenceTask.py.


The documentation for this class was generated from the following file: