Working on the design optics for SF+
This commit is contained in:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user