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
356ca324
Commit
356ca324
authored
Sep 22, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
another fix
parent
7f9d0d6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
FocusingField.java
src/main/java/FocusingField.java
+3
-3
No files found.
src/main/java/FocusingField.java
View file @
356ca324
...
...
@@ -5229,9 +5229,9 @@ public boolean LevenbergMarquardt(
}
double
[]
dm
=
getAdjustedMotors
(
parallelMove
?
zm:
null
,
targetRelFocalShift
+
this
.
qualBOptimizationResults
[
0
]
,
//targetRelFocalShift+best_qb_corr[0],
this
.
qualBOptimizationResults
[
1
],
//0.0, // targetTiltX, // for testing, normally should be 0 um/mm
this
.
qualBOptimizationResults
[
2
],
//0.0, // targetTiltY,
t
his
.
t
argetRelFocalShift
+
this
.
qualBOptimizationResults
[
0
]
,
//targetRelFocalShift+best_qb_corr[0],
this
.
targetRelTiltX
+
this
.
qualBOptimizationResults
[
1
],
//0.0, // targetTiltX, // for testing, normally should be 0 um/mm
this
.
targetRelTiltY
+
this
.
qualBOptimizationResults
[
2
],
//0.0, // targetTiltY,
true
);
// motor steps
if
((
dm
!=
null
)
&&
(
debugLevel
>
1
)){
System
.
out
.
println
(
"Suggested motor positions: "
+
IJ
.
d2s
(
dm
[
0
],
0
)+
":"
+
IJ
.
d2s
(
dm
[
1
],
0
)+
":"
+
IJ
.
d2s
(
dm
[
2
],
0
));
...
...
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