diff --git a/plugins/LaserGunAlignment.form b/plugins/LaserGunAlignment.form
index 682a83d..a6d8c7d 100644
--- a/plugins/LaserGunAlignment.form
+++ b/plugins/LaserGunAlignment.form
@@ -145,7 +145,6 @@
-
@@ -197,9 +196,7 @@
-
-
-
+
@@ -321,12 +318,6 @@
-
-
-
-
-
-
diff --git a/plugins/LaserGunAlignment.java b/plugins/LaserGunAlignment.java
index 76bc67e..da04ca0 100644
--- a/plugins/LaserGunAlignment.java
+++ b/plugins/LaserGunAlignment.java
@@ -142,7 +142,6 @@ System.out.println("Set");
jLabel6 = new javax.swing.JLabel();
spinnerNumImages = new javax.swing.JSpinner();
checkElog = new javax.swing.JCheckBox();
- checkZeroSolenoids = new javax.swing.JCheckBox();
centroidPlot = new ch.psi.pshell.plot.LinePlotJFree();
buttonClear = new javax.swing.JButton();
progressBar = new javax.swing.JProgressBar();
@@ -214,9 +213,6 @@ System.out.println("Set");
checkElog.setSelected(true);
checkElog.setText("ELOG");
- checkZeroSolenoids.setSelected(true);
- checkZeroSolenoids.setText("Zero solenoids");
-
javax.swing.GroupLayout panelParametersLayout = new javax.swing.GroupLayout(panelParameters);
panelParameters.setLayout(panelParametersLayout);
panelParametersLayout.setHorizontalGroup(
@@ -257,8 +253,7 @@ System.out.println("Set");
.addGap(36, 36, 36)
.addComponent(radioBackMultiple))
.addComponent(checkSaveImages)
- .addComponent(checkElog)
- .addComponent(checkZeroSolenoids))
+ .addComponent(checkElog))
.addGap(0, 0, Short.MAX_VALUE)))
.addContainerGap())
);
@@ -304,9 +299,7 @@ System.out.println("Set");
.addComponent(checkSaveImages)
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
.addComponent(checkElog)
- .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
- .addComponent(checkZeroSolenoids)
- .addContainerGap(34, Short.MAX_VALUE))
+ .addContainerGap(57, Short.MAX_VALUE))
);
centroidPlot.setLegendVisible(true);
@@ -394,7 +387,7 @@ System.out.println("Set");
args.put("number_backgrounds", spinnerNumBackgrounds.getValue());
args.put("use_background", checkBackground.isSelected());
args.put("multiple_background", radioBackMultiple.isSelected());
- args.put("zero_solenoids", checkZeroSolenoids.isSelected());
+ //args.put("zero_solenoids", checkZeroSolenoids.isSelected());
args.put("do_elog", checkElog.isSelected());
runAsync("Alignment/Laser_gun_alignment", args).thenAccept((Object ret) -> {
@@ -432,7 +425,6 @@ System.out.println("Set");
private javax.swing.JCheckBox checkBackground;
private javax.swing.JCheckBox checkElog;
private javax.swing.JCheckBox checkSaveImages;
- private javax.swing.JCheckBox checkZeroSolenoids;
private javax.swing.JLabel jLabel1;
private javax.swing.JLabel jLabel2;
private javax.swing.JLabel jLabel3;