|
lsst.meas.algorithms g511c235543+401ba1f5a0
|
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 |
| 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.
| 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.
| def lsst.meas.algorithms.convertReferenceCatalog.main | ( | ) |
Definition at line 676 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 642 of file convertReferenceCatalog.py.
| int lsst.meas.algorithms.convertReferenceCatalog.LATEST_FORMAT_VERSION = 2 |
Definition at line 50 of file convertReferenceCatalog.py.