Initial tracking done, needs check for other twiss parameters in user defined

This commit is contained in:
2026-01-12 13:29:44 +01:00
parent 3659cb1baf
commit ac3e68082d
12 changed files with 31 additions and 2312 deletions

View File

@@ -1,9 +1,4 @@
import json
import copy
from PyQt5 import QtCore, QtGui, QtWidgets
from numpy.ma.core import floor_divide
from generateMatchSettings import configMatching
from PyQt5 import QtGui
CBeige = QtGui.QColor(250, 240, 200)
CGreen = QtGui.QColor(100, 255, 100)