Skip to content

Commit

Permalink
Change l1dbproto default to baseline.
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Sep 10, 2018
1 parent a1978b3 commit 2ef03a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ap/association/l1dbproto.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ class AssociationL1DBProtoConfig(pexConfig.Config):
def setDefaults(self):
self.l1db_config.db_url = "sqlite:///l1dbproto.db"
self.l1db_config.isolation_level = "READ_UNCOMMITTED"
self.l1db_config.dia_object_index = "last_object_table"
self.l1db_config.dia_object_index = "baseline"
self.l1db_config.read_sources_months = 12
self.l1db_config.read_forced_sources_months = 6
self.l1db_config.object_last_replace = True
Expand Down

0 comments on commit 2ef03a2

Please sign in to comment.