lsst.meas.algorithms  17.0-2-g2a2f1b99+4
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

 ref_dataset_name
 
 indexer
 

Detailed Description

Definition at line 75 of file ingestIndexReferenceTask.py.

Member Data Documentation

◆ 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 81 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 76 of file ingestIndexReferenceTask.py.


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