AssociationDBSqliteConfig

class lsst.ap.association.AssociationDBSqliteConfig

Bases: lsst.pex.config.config.Config

Configuration parameters for the AssociationDBSqliteTask

Attributes Summary

db_name Location on disk and name of the sqlite3 database for storing and loading DIASources and DIAObjects.
filter_names List of filter names to store and expect from in this DB.
indexer Select 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')