lsst.meas.algorithms gbe01a4569f+ba8ebff60c
|
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 151 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.