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
2dc8453f
Commit
2dc8453f
authored
Sep 10, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More vernose in "Focus/Tilt LMA"
parent
c26bdeca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Aberration_Calibration.java
src/main/java/Aberration_Calibration.java
+3
-0
No files found.
src/main/java/Aberration_Calibration.java
View file @
2dc8453f
...
...
@@ -51,6 +51,7 @@ import java.util.regex.Pattern;
//import FocusingField.FocusingFieldMeasurement;
//import FocusingField.MeasuredSample;
import
Jama.Matrix
;
// Download here: http://math.nist.gov/javanumerics/jama/
...
...
@@ -8904,6 +8905,8 @@ if (MORE_BUTTONS) {
else
System
.
out
.
println
(
"Suggested rotation for screw # "
+(
i
+
1
)+
" "
+
IJ
.
d2s
(
manualScrewsCW
[
i
],
3
)+
" (CCW)"
);
}
System
.
out
.
println
(
"----- end of Focus/tilt measurement results -----"
);
if
(
MASTER_DEBUG_LEVEL
>
0
)
System
.
out
.
println
(
FOCUSING_FIELD
.
showSamples
());
}
GenericDialog
gd
=
new
GenericDialog
(
"Adjusting focus/tilt"
);
if
(
zTxTyM1M2M3
==
null
){
...
...
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