Support for different phases. Settings have to match the loaded phase

This commit is contained in:
2026-01-21 14:41:19 +01:00
parent 7b7e6ff771
commit b7cdc435d0
23 changed files with 6599 additions and 236 deletions

View File

@@ -30,6 +30,7 @@ class ReferenceManager:
for i, key in enumerate(matchmaker.referencePoints.keys()):
if i is 0:
tag = 'Start'
self.parent.model.startTwiss=matchmaker.referencePoints[key]['Twiss'] # save initial referenc point for save settings
else:
label = matchmaker.referencePoints[key]['Label']
if label is None: