The description of the on-disk storage format for the persisted
reference catalog.
Definition at line 98 of file ingestIndexReferenceTask.py.
◆ format_version
lsst.meas.algorithms.ingestIndexReferenceTask.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.",
default=0
)
Definition at line 102 of file ingestIndexReferenceTask.py.
◆ indexer
lsst.meas.algorithms.ingestIndexReferenceTask.DatasetConfig.indexer |
|
static |
Initial value:= IndexerRegistry.makeField(
default='HTM',
doc='Name of indexer algoritm to use. Default is HTM',
)
Definition at line 115 of file ingestIndexReferenceTask.py.
◆ ref_dataset_name
lsst.meas.algorithms.ingestIndexReferenceTask.DatasetConfig.ref_dataset_name |
|
static |
Initial value:= pexConfig.Field(
dtype=str,
default='cal_ref_cat',
doc="Name of this reference catalog to be used in the butler registry.",
)
Definition at line 109 of file ingestIndexReferenceTask.py.
The documentation for this class was generated from the following file: