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
a8bdd39e
Commit
a8bdd39e
authored
Jul 09, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:Elphel/imagej-elphel
parents
64f2b934
0315a283
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Aberration_Calibration.java
src/main/java/Aberration_Calibration.java
+1
-1
LensAdjustment.java
src/main/java/LensAdjustment.java
+2
-2
No files found.
src/main/java/Aberration_Calibration.java
View file @
a8bdd39e
...
...
@@ -4005,7 +4005,7 @@ if (MORE_BUTTONS) {
if
(
label
.
equals
(
"Scan Calib LMA"
))
{
DEBUG_LEVEL
=
MASTER_DEBUG_LEVEL
;
checkSerialAndRestore
();
// returns true if did not change or was restored
if
(
FOCUS_MEASUREMENT_PARAMETERS
.
showScanningSetup
(
"Setup scanning parameters for LMA"
))
return
;
if
(
!
FOCUS_MEASUREMENT_PARAMETERS
.
showScanningSetup
(
"Setup scanning parameters for LMA"
))
return
;
MOTORS
.
setHysteresis
(
FOCUS_MEASUREMENT_PARAMETERS
.
motorHysteresis
);
MOTORS
.
setDebug
(
FOCUS_MEASUREMENT_PARAMETERS
.
motorDebug
);
double
[]
range
=
ScanFocusTilt
(
...
...
src/main/java/LensAdjustment.java
View file @
a8bdd39e
...
...
@@ -1376,8 +1376,8 @@ public class LensAdjustment {
this
.
scanTiltRangeY
=
(
int
)
gd
.
getNextNumber
();
this
.
scanTiltStepsX
=
(
int
)
gd
.
getNextNumber
();
this
.
scanTiltStepsY
=
(
int
)
gd
.
getNextNumber
();
this
.
compensateHysteresis
=
gd
.
getNextBoolean
();
return
true
;
this
.
motorHysteresis
=
(
int
)
gd
.
getNextNumber
();
return
true
;
}
...
...
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