Working on the design optics for SF+

This commit is contained in:
2026-09-15 14:11:54 +02:00
parent f050e3425d
commit 85e73c09d5
3 changed files with 338 additions and 321 deletions
+1 -1
View File
@@ -250,7 +250,7 @@ class OpticsTools(QtWidgets.QMainWindow, QtCore.QObject, Ui_OpticsGUI):
if __name__ == '__main__':
QtWidgets.QApplication.setStyle(QtWidgets.QStyleFactory.create("plastique"))
parser = ArgumentParser()
parser.add_argument('-phase', type=int, help='Select Phase of the Lattice', default=0)
parser.add_argument('-phase', type=int, help='Select Phase of the Lattice', default=2)
parser.add_argument('-offline', type=int, help='Excludes any connection to control system', default=1)
args = parser.parse_args()
app = QtWidgets.QApplication(sys.argv)