|
| db_name |
|
| filter_names |
|
| indexer |
|
Configuration parameters for the AssociationDBSqliteTask
◆ 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:
- python/lsst/ap/association/assoc_db_sqlite.py