Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
imagej-elphel
Commits
eebc9154
Commit
eebc9154
authored
Sep 10, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tryoing degree sign u00b0
parent
98b1b93b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Aberration_Calibration.java
src/main/java/Aberration_Calibration.java
+4
-4
No files found.
src/main/java/Aberration_Calibration.java
View file @
eebc9154
...
@@ -8903,9 +8903,9 @@ if (MORE_BUTTONS) {
...
@@ -8903,9 +8903,9 @@ if (MORE_BUTTONS) {
if (manualScrewsCW!=null) for (int i=0;i<manualScrewsCW.length;i++){
if (manualScrewsCW!=null) for (int i=0;i<manualScrewsCW.length;i++){
double deg=360*Math.abs(manualScrewsCW[i]);
double deg=360*Math.abs(manualScrewsCW[i]);
if (manualScrewsCW[i]>=0) System.out.println("Suggested rotation for screw # "+(i+1)+
if (manualScrewsCW[i]>=0) System.out.println("Suggested rotation for screw # "+(i+1)+
" "+IJ.d2s(manualScrewsCW[i],3)+" ("+IJ.d2s(deg,0)+"
deg
CW)");
" "+IJ.d2s(manualScrewsCW[i],3)+" ("+IJ.d2s(deg,0)+"
\u00b0
CW)");
else System.out.println("Suggested rotation for screw # "+(i+1)+
else System.out.println("Suggested rotation for screw # "+(i+1)+
" "+IJ.d2s(manualScrewsCW[i],3)+" ("+IJ.d2s(deg,0)+"
deg
CCW)");
" "+IJ.d2s(manualScrewsCW[i],3)+" ("+IJ.d2s(deg,0)+"
\u00b0
CCW)");
}
}
System.out.println("----- end of Focus/tilt measurement results -----");
System.out.println("----- end of Focus/tilt measurement results -----");
...
@@ -8925,8 +8925,8 @@ if (MORE_BUTTONS) {
...
@@ -8925,8 +8925,8 @@ if (MORE_BUTTONS) {
gd.addMessage("Suggested rotation of the top screws, use if motor positions are out of limits - outside of +/-25,000");
gd.addMessage("Suggested rotation of the top screws, use if motor positions are out of limits - outside of +/-25,000");
if (manualScrewsCW!=null) for (int i=0;i<manualScrewsCW.length;i++){
if (manualScrewsCW!=null) for (int i=0;i<manualScrewsCW.length;i++){
double deg=360*Math.abs(manualScrewsCW[i]);
double deg=360*Math.abs(manualScrewsCW[i]);
if (manualScrewsCW[i]>=0) gd.addMessage("Screw # "+(i+1)+" "+IJ.d2s(manualScrewsCW[i],3)+" ("+IJ.d2s(deg,0)+"
deg
CW)");
if (manualScrewsCW[i]>=0) gd.addMessage("Screw # "+(i+1)+" "+IJ.d2s(manualScrewsCW[i],3)+" ("+IJ.d2s(deg,0)+"
\u00b0
CW)");
else gd.addMessage("Screw # "+(i+1)+" "+IJ.d2s(manualScrewsCW[i],3)+" ("+IJ.d2s(deg,0)+"
deg
CCW)");
else gd.addMessage("Screw # "+(i+1)+" "+IJ.d2s(manualScrewsCW[i],3)+" ("+IJ.d2s(deg,0)+"
\u00b0
CCW)");
}
}
gd.addNumericField("Scale movement",scaleMovement,3,5,"x");
gd.addNumericField("Scale movement",scaleMovement,3,5,"x");
gd.addCheckbox("Recalculate and apply parallel move only",parallelMove); // should be false after manual movement
gd.addCheckbox("Recalculate and apply parallel move only",parallelMove); // should be false after manual movement
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment