lsst.meas.algorithms  14.0-7-g23fdbe95+14
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 64 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 70 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 65 of file ingestIndexReferenceTask.py.


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