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
6b2292a8
Commit
6b2292a8
authored
Sep 20, 2014
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
earlier remote notification
parent
926972c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Aberration_Calibration.java
src/main/java/Aberration_Calibration.java
+3
-1
No files found.
src/main/java/Aberration_Calibration.java
View file @
6b2292a8
...
@@ -4165,6 +4165,7 @@ if (MORE_BUTTONS) {
...
@@ -4165,6 +4165,7 @@ if (MORE_BUTTONS) {
double rms= FOCUSING_FIELD.calcErrorDiffY(focusing_fx, false);
double rms= FOCUSING_FIELD.calcErrorDiffY(focusing_fx, false);
double rms_pure= FOCUSING_FIELD.calcErrorDiffY(focusing_fx, true);
double rms_pure= FOCUSING_FIELD.calcErrorDiffY(focusing_fx, true);
System.out.println("rms="+rms+", rms_pure="+rms_pure+" - with old parameters may be well off.");
System.out.println("rms="+rms+", rms_pure="+rms_pure+" - with old parameters may be well off.");
remoteNotifyComplete();
if (FOCUS_MEASUREMENT_PARAMETERS.scanRunLMA){
if (FOCUS_MEASUREMENT_PARAMETERS.scanRunLMA){
FOCUSING_FIELD.setAdjustMode(false);
FOCUSING_FIELD.setAdjustMode(false);
boolean OK=FOCUSING_FIELD.LevenbergMarquardt(
boolean OK=FOCUSING_FIELD.LevenbergMarquardt(
...
@@ -4173,8 +4174,9 @@ if (MORE_BUTTONS) {
...
@@ -4173,8 +4174,9 @@ if (MORE_BUTTONS) {
true,// boolean autoSel,
true,// boolean autoSel,
DEBUG_LEVEL); //boolean openDialog, int debugLevel){
DEBUG_LEVEL); //boolean openDialog, int debugLevel){
if (OK) saveCurrentConfig();
if (OK) saveCurrentConfig();
// remoteNotifyComplete();
}
}
remoteNotifyComplete();
//
remoteNotifyComplete();
return;
return;
}
}
...
...
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