This commit is contained in:
sfop
2017-05-26 10:35:57 +02:00
parent d16273f3b4
commit cdf3a1d200
5 changed files with 15 additions and 15 deletions

View File

@@ -1,16 +1,16 @@
#Wed May 24 10:37:50 CEST 2017
#Fri May 26 10:13:54 CEST 2017
colormap=Flame
colormapAutomatic=true
colormapMax=20.0
colormapMax=30.0
colormapMin=0.0
flipHorizontally=false
flipVertically=true
flipVertically=false
grayscale=false
imageHeight=1200
imageWidth=1246
imageHeight=2160
imageWidth=2560
invert=false
regionStartX=304
regionStartY=8
regionStartX=1
regionStartY=1
rescaleFactor=1.0
rescaleOffset=0.0
roiHeight=-1
@@ -21,9 +21,9 @@ rotation=0.0
rotationCrop=false
scale=1.0
serverURL=localhost\:10000
spatialCalOffsetX=-642.0
spatialCalOffsetY=-609.0
spatialCalScaleX=-26.85765443151298
spatialCalScaleY=-27.124773960217
spatialCalOffsetX=-642.5156395013756
spatialCalOffsetY=-609.5079128412647
spatialCalScaleX=-26.85765405371486
spatialCalScaleY=-27.12477275985196
spatialCalUnits=mm
transpose=false

View File

@@ -233,7 +233,7 @@
<Component class="javax.swing.JSpinner" name="spinnerStep">
<Properties>
<Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor">
<SpinnerModel initial="1.0" maximum="10.0" minimum="0.1" numberType="java.lang.Double" stepSize="1.0" type="number"/>
<SpinnerModel initial="1.0" maximum="10.0" minimum="0.01" numberType="java.lang.Double" stepSize="1.0" type="number"/>
</Property>
<Property name="name" type="java.lang.String" value="spinnerStep" noResource="true"/>
</Properties>

View File

@@ -177,7 +177,7 @@ public class GunSolenoidAlignment extends Panel {
jLabel3.setHorizontalAlignment(javax.swing.SwingConstants.RIGHT);
jLabel3.setText("Step size:");
spinnerStep.setModel(new javax.swing.SpinnerNumberModel(1.0d, 0.1d, 10.0d, 1.0d));
spinnerStep.setModel(new javax.swing.SpinnerNumberModel(1.0d, 0.01d, 10.0d, 1.0d));
spinnerStep.setName("spinnerStep"); // NOI18N
jLabel4.setHorizontalAlignment(javax.swing.SwingConstants.RIGHT);

View File

@@ -233,7 +233,7 @@
<Component class="javax.swing.JSpinner" name="spinnerStep">
<Properties>
<Property name="model" type="javax.swing.SpinnerModel" editor="org.netbeans.modules.form.editors2.SpinnerModelEditor">
<SpinnerModel initial="1.0" maximum="10.0" minimum="0.1" numberType="java.lang.Double" stepSize="1.0" type="number"/>
<SpinnerModel initial="1.0" maximum="10.0" minimum="0.01" numberType="java.lang.Double" stepSize="1.0" type="number"/>
</Property>
<Property name="name" type="java.lang.String" value="spinnerStep" noResource="true"/>
</Properties>

View File

@@ -176,7 +176,7 @@ public class LaserGunAlignment extends Panel {
jLabel3.setHorizontalAlignment(javax.swing.SwingConstants.RIGHT);
jLabel3.setText("Step size:");
spinnerStep.setModel(new javax.swing.SpinnerNumberModel(1.0d, 0.1d, 10.0d, 1.0d));
spinnerStep.setModel(new javax.swing.SpinnerNumberModel(1.0d, 0.01d, 10.0d, 1.0d));
spinnerStep.setName("spinnerStep"); // NOI18N
jLabel4.setHorizontalAlignment(javax.swing.SwingConstants.RIGHT);