lsst.meas.algorithms ge25b0cbbcb+9c410686f1
Loading...
Searching...
No Matches
Classes | Functions | Variables
lsst.meas.algorithms.convertReferenceCatalog Namespace Reference

Classes

class  ConvertReferenceCatalogConfig
 
class  ConvertReferenceCatalogTask
 
class  DatasetConfig
 

Functions

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

Variables

int LATEST_FORMAT_VERSION = 2
 

Function Documentation

◆ addRefCatMetadata()

def lsst.meas.algorithms.convertReferenceCatalog.addRefCatMetadata (   catalog)
Add metadata to a new (not yet populated) reference catalog.

Parameters
----------
catalog : `lsst.afw.table.SimpleCatalog`
    Catalog to which metadata should be attached.  Will be modified
    in-place.

Definition at line 53 of file convertReferenceCatalog.py.

◆ 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 615 of file convertReferenceCatalog.py.

◆ main()

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

Definition at line 676 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 642 of file convertReferenceCatalog.py.

Variable Documentation

◆ LATEST_FORMAT_VERSION

int lsst.meas.algorithms.convertReferenceCatalog.LATEST_FORMAT_VERSION = 2

Definition at line 50 of file convertReferenceCatalog.py.