Commit 6b2292a8 authored by Andrey Filippov's avatar Andrey Filippov

earlier remote notification

parent 926972c3
......@@ -4165,6 +4165,7 @@ if (MORE_BUTTONS) {
double rms= FOCUSING_FIELD.calcErrorDiffY(focusing_fx, false);
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.");
remoteNotifyComplete();
if (FOCUS_MEASUREMENT_PARAMETERS.scanRunLMA){
FOCUSING_FIELD.setAdjustMode(false);
boolean OK=FOCUSING_FIELD.LevenbergMarquardt(
......@@ -4173,8 +4174,9 @@ if (MORE_BUTTONS) {
true,// boolean autoSel,
DEBUG_LEVEL); //boolean openDialog, int debugLevel){
if (OK) saveCurrentConfig();
// remoteNotifyComplete();
}
remoteNotifyComplete();
// remoteNotifyComplete();
return;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment