Description of the on-disk storage format for the converted reference
catalog.
Definition at line 220 of file convertReferenceCatalog.py.
◆ format_version
pexConfig lsst.meas.algorithms.convertReferenceCatalog.DatasetConfig.format_version |
|
static |
Initial value:= pexConfig.Field(
dtype=int,
doc="Version number of the persisted on-disk storage format."
"\nVersion 0 had Jy as flux units (default 0 for unversioned catalogs)."
"\nVersion 1 had nJy as flux units."
"\nVersion 2 had position-related covariances.",
default=0
)
Definition at line 224 of file convertReferenceCatalog.py.
◆ indexer
IndexerRegistry lsst.meas.algorithms.convertReferenceCatalog.DatasetConfig.indexer |
|
static |
Initial value:= IndexerRegistry.makeField(
default='HTM',
doc='Name of indexer algoritm to use. Default is HTM',
)
Definition at line 236 of file convertReferenceCatalog.py.
◆ ref_dataset_name
pexConfig lsst.meas.algorithms.convertReferenceCatalog.DatasetConfig.ref_dataset_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
doc="Name of this reference catalog; this should match the name used during butler ingest.",
)
Definition at line 232 of file convertReferenceCatalog.py.
The documentation for this class was generated from the following file: