lsst.ap.association  master-g965b868a3d+3
Public Member Functions | Static Public Attributes | List of all members
lsst.ap.association.l1dbproto.AssociationL1DBProtoConfig Class Reference
Inheritance diagram for lsst.ap.association.l1dbproto.AssociationL1DBProtoConfig:

Public Member Functions

def setDefaults (self)
 

Static Public Attributes

 indexer
 
 l1db_config
 
 filter_names
 

Detailed Description

Configuration parameters for the AssociationL1DBProtoTask.

Member Data Documentation

◆ filter_names

lsst.ap.association.l1dbproto.AssociationL1DBProtoConfig.filter_names
static
Initial value:
= pexConfig.ListField(
dtype=str,
doc='List of filter names to store and expect from in this DB.',
default=['u', 'g', 'r', 'i', 'z', 'y'],
)

◆ indexer

lsst.ap.association.l1dbproto.AssociationL1DBProtoConfig.indexer
static
Initial value:
= IndexerRegistry.makeField(
doc='Select the spatial indexer to use within the database.',
default='HTM'
)

◆ l1db_config

lsst.ap.association.l1dbproto.AssociationL1DBProtoConfig.l1db_config
static
Initial value:
= pexConfig.ConfigField(
dtype=PpdbConfig,
doc='Configuration for l1dbproto.',
)

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