Commit 288a87a6 authored by Andrey Filippov's avatar Andrey Filippov

debugging initial pattern detection

parent 0414c82c
...@@ -131,7 +131,8 @@ public class LensAdjustment { ...@@ -131,7 +131,8 @@ public class LensAdjustment {
imp_eq, // image to process imp_eq, // image to process
threadsMax, threadsMax,
updateStatus, updateStatus,
debug_level);// debug level used inside loops debug_level,// debug level used inside loops
debug_level); // global debug level ?
if (debug_level>1) System.out.println("distortions() finished at "+ IJ.d2s(0.000000001*(System.nanoTime()-startTime),3)); if (debug_level>1) System.out.println("distortions() finished at "+ IJ.d2s(0.000000001*(System.nanoTime()-startTime),3));
matchSimulatedPattern.recalculateWaveVectors ( matchSimulatedPattern.recalculateWaveVectors (
......
This diff is collapsed.
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