diff --git a/plugins/ShottkyScan.form b/plugins/ShottkyScan.form index 1c011b0..30cebc6 100644 --- a/plugins/ShottkyScan.form +++ b/plugins/ShottkyScan.form @@ -265,7 +265,7 @@ - + diff --git a/plugins/ShottkyScan.java b/plugins/ShottkyScan.java index 11c6ba4..02e39c3 100644 --- a/plugins/ShottkyScan.java +++ b/plugins/ShottkyScan.java @@ -221,7 +221,7 @@ public class ShottkyScan extends Panel { jPanel2.setBorder(javax.swing.BorderFactory.createTitledBorder("Output")); jLabel7.setHorizontalAlignment(javax.swing.SwingConstants.TRAILING); - jLabel7.setText("Ref Pjase:"); + jLabel7.setText("Ref Phase:"); spinnerPhaseRef.setModel(new javax.swing.SpinnerNumberModel(0.0d, -45.0d, 360.0d, 1.0d)); spinnerPhaseRef.addChangeListener(new javax.swing.event.ChangeListener() { diff --git a/script/RFscan/ShottkyScan.py b/script/RFscan/ShottkyScan.py index 47a25db..75b6271 100644 --- a/script/RFscan/ShottkyScan.py +++ b/script/RFscan/ShottkyScan.py @@ -48,4 +48,4 @@ y = r.getReadable(0) x = r.getPositions(0) y = [v.mean for v in y] index_max = y.index(max(y)) -set_return(x[index_max]) \ No newline at end of file +_ = x[index_max] \ No newline at end of file