lsst.meas.algorithms  22.0.1-23-gc2439a9a+520aeda86d
Classes | Functions | Variables
lsst.meas.algorithms.ingestIndexReferenceTask Namespace Reference

Classes

class  IngestReferenceRunner
 
class  DatasetConfig
 
class  ConvertReferenceCatalogConfig
 
class  IngestIndexedReferenceConfig
 
class  ConvertReferenceCatalogBase
 
class  IngestIndexedReferenceTask
 

Functions

def addRefCatMetadata (catalog)
 

Variables

int LATEST_FORMAT_VERSION = 1
 

Function Documentation

◆ addRefCatMetadata()

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 51 of file ingestIndexReferenceTask.py.

Variable Documentation

◆ LATEST_FORMAT_VERSION

int lsst.meas.algorithms.ingestIndexReferenceTask.LATEST_FORMAT_VERSION = 1

Definition at line 48 of file ingestIndexReferenceTask.py.