lsst.meas.algorithms  20.0.0-16-g760a3dc6+b31208f437
Static Public Attributes | List of all members
lsst.meas.algorithms.ingestIndexReferenceTask.DatasetConfig Class Reference
Inheritance diagram for lsst.meas.algorithms.ingestIndexReferenceTask.DatasetConfig:

Static Public Attributes

 format_version
 
 ref_dataset_name
 
 indexer
 

Detailed Description

The description of the on-disk storage format for the persisted
reference catalog.

Definition at line 93 of file ingestIndexReferenceTask.py.

Member Data Documentation

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

Definition at line 97 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 109 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='String to pass to the butler to retrieve persisted files.',
)

Definition at line 104 of file ingestIndexReferenceTask.py.


The documentation for this class was generated from the following file: