AssociationConfig

class lsst.ap.association.AssociationConfig

Bases: lsst.pex.config.config.Config

Config class for AssociationTask.

Attributes Summary

level1_db Specify where and how to load and store DIAObjects and DIASources.
maxDistArcSeconds Maximum distance in arcseconds to test for a DIASource to be a match to a DIAObject.

Attributes Documentation

level1_db

Specify where and how to load and store DIAObjects and DIASources. (ConfigurableInstance, default <class 'lsst.ap.association.assoc_db_sqlite.AssociationDBSqliteConfig'>)

maxDistArcSeconds

Maximum distance in arcseconds to test for a DIASource to be a match to a DIAObject. (float, default 1.0)