AssociationL1DBProtoConfig

class lsst.ap.association.AssociationL1DBProtoConfig

Bases: lsst.pex.config.config.Config

Configuration parameters for the AssociationL1DBProtoTask.

Attributes Summary

filter_names List of filter names to store and expect from in this DB.
indexer Select the spatial indexer to use within the database.
l1db_config Configuration for l1dbproto.

Methods Summary

setDefaults() Derived config classes that must compute defaults rather than using the Field defaults should do so here.

Attributes Documentation

filter_names

List of filter names to store and expect from in this DB. (List, default ['u', 'g', 'r', 'i', 'z', 'y'])

indexer

Select the spatial indexer to use within the database. (RegistryInstanceDict, default 'HTM')

l1db_config

Configuration for l1dbproto. (PpdbConfig, default <class 'lsst.dax.ppdb.ppdb.PpdbConfig'>)

Methods Documentation

setDefaults()

Derived config classes that must compute defaults rather than using the Field defaults should do so here. To correctly use inherited defaults, implementations of setDefaults() must call their base class’ setDefaults()