Commit f531219b authored by Andrey Filippov's avatar Andrey Filippov

fixed results linking

parent b6dfa4ec
...@@ -6106,6 +6106,10 @@ public class OpticalFlow { ...@@ -6106,6 +6106,10 @@ public class OpticalFlow {
if (debugLevel > -4) { if (debugLevel > -4) {
System.out.println("Skipping update of center CLT (it is read from "+center_CLT.getImagePath()+")."); System.out.println("Skipping update of center CLT (it is read from "+center_CLT.getImagePath()+").");
} }
if (cuas_centers != null) {
cuas_centers[1] = center_CLT.getImagePath();
}
} }
// setCenterAverage(); // setCenterAverage();
ImagePlus imp_center_clt= center_CLT.showCenterClt( ImagePlus imp_center_clt= center_CLT.showCenterClt(
......
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