AssociationDBSqliteConfig¶
- 
class 
lsst.ap.association.AssociationDBSqliteConfig¶ Bases:
lsst.pex.config.config.ConfigConfiguration parameters for the AssociationDBSqliteTask
Attributes Summary
db_nameLocation on disk and name of the sqlite3 database for storing and loading DIASources and DIAObjects. filter_namesList of filter names to store and expect from in this DB. indexerSelect the spatial indexer to use within the database. Attributes Documentation
- 
db_name¶ Location on disk and name of the sqlite3 database for storing and loading DIASources and DIAObjects. (
str, default':memory:')
- 
filter_names¶ List of filter names to store and expect from in this DB. (
List, default[])
- 
indexer¶ Select the spatial indexer to use within the database. (
RegistryInstanceDict, default'HTM')
-