DatasetConfig#

class lsst.meas.algorithms.DatasetConfig(*args, **kw)#

Bases: Config

Description of the on-disk storage format for the converted reference catalog.

Attributes Summary

format_version

Version number of the persisted on-disk storage format.

indexer

Name of indexer algoritm to use.

ref_dataset_name

Name of this reference catalog; this should match the name used during butler ingest.

Attributes Documentation

format_version#

Version number of the persisted on-disk storage format. Version 0 had Jy as flux units (default 0 for unversioned catalogs). Version 1 had nJy as flux units. Version 2 had position-related covariances. (int, default 0)

indexer#

Name of indexer algoritm to use. Default is HTM (RegistryInstanceDict, default 'HTM')

ref_dataset_name#

Name of this reference catalog; this should match the name used during butler ingest. (str)