lsst.meas.algorithms gf82c78fb6f+cb2cc97428
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.meas.algorithms.convertReferenceCatalog.DatasetConfig Class Reference
Inheritance diagram for lsst.meas.algorithms.convertReferenceCatalog.DatasetConfig:

Static Public Attributes

 format_version
 
 ref_dataset_name
 
 indexer
 

Detailed Description

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

Definition at line 220 of file convertReferenceCatalog.py.

Member Data Documentation

◆ format_version

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 # This needs to always be 0, so that unversioned catalogs are interpreted as version 0.
)

Definition at line 224 of file convertReferenceCatalog.py.

◆ indexer

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

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: