lsst.meas.algorithms
21.0.0-28-gbcb0c927+15b3d60030
|
Classes | |
class | IngestReferenceRunner |
class | DatasetConfig |
class | IngestIndexedReferenceConfig |
class | IngestIndexedReferenceTask |
class | IngestGaiaReferenceTask |
Functions | |
def | addRefCatMetadata (catalog) |
Variables | |
int | LATEST_FORMAT_VERSION = 1 |
def lsst.meas.algorithms.ingestIndexReferenceTask.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 46 of file ingestIndexReferenceTask.py.
int lsst.meas.algorithms.ingestIndexReferenceTask.LATEST_FORMAT_VERSION = 1 |
Definition at line 43 of file ingestIndexReferenceTask.py.