DatasetConfig#
- class lsst.meas.algorithms.DatasetConfig(*args, **kw)#
Bases:
ConfigDescription of the on-disk storage format for the converted reference catalog.
Attributes Summary
Version number of the persisted on-disk storage format.
Name of indexer algoritm to use.
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, default0)
- 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)