lsst.meas.algorithms gbe01a4569f+b3a0510b68
Classes | Functions
lsst.meas.algorithms.convertReferenceCatalog Namespace Reference

Classes

class  ConvertReferenceCatalogTask
 

Functions

def build_argparser ()
 
def run_convert (outputDir, configFile, fileglob)
 
def main ()
 

Function Documentation

◆ build_argparser()

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.

◆ main()

def lsst.meas.algorithms.convertReferenceCatalog.main ( )

Definition at line 151 of file convertReferenceCatalog.py.

◆ run_convert()

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.