From 7ca718d57673e13845cbe3dd414bd26c4d14dd87 Mon Sep 17 00:00:00 2001 From: Bob Caddy Date: Fri, 30 Aug 2024 15:50:50 -0400 Subject: [PATCH] Make "All Spatial" the default synchronization --- .iseult_configs/Default.yml | 2 +- src/main_app.py | 2 +- src/oengus.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.iseult_configs/Default.yml b/.iseult_configs/Default.yml index f25725a..737adfa 100644 --- a/.iseult_configs/Default.yml +++ b/.iseult_configs/Default.yml @@ -373,7 +373,7 @@ MainParamDict: HorizontalCbars: false ImageAspect: 0 LinkK: true - LinkSpatial: 2 + LinkSpatial: 1 LoopPlayback: true MaxCols: 8 MaxRows: 8 diff --git a/src/main_app.py b/src/main_app.py index d7bad86..45fe21e 100644 --- a/src/main_app.py +++ b/src/main_app.py @@ -2014,7 +2014,7 @@ def GenMainParamDict(self, config_file = None): 'xLimsRelative': False, 'ConstantShockVel': True, 'xRight': 100.0, - 'LinkSpatial': 2, + 'LinkSpatial': 1, 'HCbarExtent': [0, 4, 0, -1], 'Recording': False, 'xLabelPad': 0, diff --git a/src/oengus.py b/src/oengus.py index 80d5b7e..69a36cc 100644 --- a/src/oengus.py +++ b/src/oengus.py @@ -226,7 +226,7 @@ def GenMainParamDict(self, config_file = None): 'xLimsRelative': False, 'ConstantShockVel': True, 'xRight': 100.0, - 'LinkSpatial': 2, + 'LinkSpatial': 1, 'HCbarExtent': [0, 4, 0, -1], 'Recording': False, 'xLabelPad': 0,