|
lsst.meas.algorithms g4ca71c8708+5e2e56f82e
|
Classes | |
| class | ConvertReferenceCatalogTask |
Functions | |
| def | build_argparser () |
| def | run_convert (outputDir, configFile, fileglob) |
| def | main () |
| def lsst.meas.algorithms.convertReferenceCatalog.build_argparser | ( | ) |
Construct an argument parser for the ``convertReferenceCatalog`` script.
Returns
-------
argparser : `argparse.ArgumentParser`
The argument parser that defines the ``convertReferenceCatalog``
command-line interface.
Definition at line 92 of file convertReferenceCatalog.py.
| def lsst.meas.algorithms.convertReferenceCatalog.main | ( | ) |
Definition at line 154 of file convertReferenceCatalog.py.
| def lsst.meas.algorithms.convertReferenceCatalog.run_convert | ( | outputDir, | |
| configFile, | |||
| fileglob | |||
| ) |
Run `ConvertReferenceCatalogTask` on the input arguments.
Parameters
----------
outputDir : `str`
Path to write the output files to.
configFile : `str`
File specifying the ``ConvertReferenceCatalogConfig`` fields.
fileglob : `str`
Quoted glob for the files to be read in and converted.
Definition at line 119 of file convertReferenceCatalog.py.