Initial test of matching

This commit is contained in:
2025-05-14 15:12:02 +02:00
committed by Sven
parent 171b19280a
commit 6d7a794726
8 changed files with 651 additions and 166 deletions

View File

@@ -102,6 +102,7 @@ class OpticsPlot(QtWidgets.QMainWindow, Ui_OpticsPlotGUI):
self.energyref=copy.deepcopy(self.energy)
def newData(self,twiss,energy):
print('Updating Plotting Data')
self.twiss=twiss
self.energy=energy
self.updateOpticsTable()