lsst.ap.association  master-g965b868a3d+1
Static Public Attributes | List of all members
lsst.ap.association.assoc_db_sqlite.AssociationDBSqliteConfig Class Reference
Inheritance diagram for lsst.ap.association.assoc_db_sqlite.AssociationDBSqliteConfig:

Static Public Attributes

 db_name
 
 filter_names
 
 indexer
 

Detailed Description

Configuration parameters for the AssociationDBSqliteTask

Member Data Documentation

◆ db_name

lsst.ap.association.assoc_db_sqlite.AssociationDBSqliteConfig.db_name
static
Initial value:
= pexConfig.Field(
dtype=str,
doc='Location on disk and name of the sqlite3 database for storing '
'and loading DIASources and DIAObjects.',
default=':memory:'
)

◆ filter_names

lsst.ap.association.assoc_db_sqlite.AssociationDBSqliteConfig.filter_names
static
Initial value:
= pexConfig.ListField(
dtype=str,
doc='List of filter names to store and expect from in this DB.',
default=[],
)

◆ indexer

lsst.ap.association.assoc_db_sqlite.AssociationDBSqliteConfig.indexer
static
Initial value:
= IndexerRegistry.makeField(
doc='Select the spatial indexer to use within the database.',
default='HTM'
)

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