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

Static Public Attributes

 level1_db
 
 maxDistArcSeconds
 

Detailed Description

Config class for AssociationTask.

Member Data Documentation

◆ level1_db

lsst.ap.association.association.AssociationConfig.level1_db
static
Initial value:
= pexConfig.ConfigurableField(
target=AssociationDBSqliteTask,
doc='Specify where and how to load and store DIAObjects and '
'DIASources.',
)

◆ maxDistArcSeconds

lsst.ap.association.association.AssociationConfig.maxDistArcSeconds
static
Initial value:
= pexConfig.Field(
dtype=float,
doc='Maximum distance in arcseconds to test for a DIASource to be a '
'match to a DIAObject.',
default=1.0,
)

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