Commit d0583386 authored by Andrey Filippov's avatar Andrey Filippov

Before removing old image pane generation

parent 1e63c534
...@@ -297,7 +297,7 @@ public class CuasMultiSeries { ...@@ -297,7 +297,7 @@ public class CuasMultiSeries {
// //
ImagePlus imp_radar = testGenerateRadarImage( ImagePlus imp_radar = testGenerateRadarImage(
clt_parameters, // CLTParameters clt_parameters, clt_parameters, // CLTParameters clt_parameters,
45, // 3, // 15, // int nser, 15, // 45, // 3, // 15, // int nser,
uasLogReader, // UasLogReader uasLogReader, // contains camera orientation (getCameraATR()) uasLogReader, // UasLogReader uasLogReader, // contains camera orientation (getCameraATR())
debugLevel); // int debugLevel) { debugLevel); // int debugLevel) {
return; return;
......
...@@ -241,6 +241,7 @@ public class CuasRanging { ...@@ -241,6 +241,7 @@ public class CuasRanging {
targets = disparity_targets; targets = disparity_targets;
System.out.println("processMovingTargetsMulti(): re-using target disparities from "+disparity_path+", generating radar mode images"); System.out.println("processMovingTargetsMulti(): re-using target disparities from "+disparity_path+", generating radar mode images");
} }
cuasMotion.setTargets(targets);
} else { } else {
cuasMotion.processMovingTargetsMulti( // will remove rendering cuasMotion.processMovingTargetsMulti( // will remove rendering
batch_mode, // final boolean batch_mode, batch_mode, // final boolean batch_mode,
...@@ -326,8 +327,8 @@ public class CuasRanging { ...@@ -326,8 +327,8 @@ public class CuasRanging {
cuasMotion.getTilesX()); // int tilesX) { cuasMotion.getTilesX()); // int tilesX) {
center_CLT.saveImagePlusInModelDirectory(imp_with_range); // ImagePlus imp) center_CLT.saveImagePlusInModelDirectory(imp_with_range); // ImagePlus imp)
} }
} else if (recalc_target_id){// if (disparity_targets == null) { } else if (recalc_target_id){// if (disparity_targets == null) { // at com.elphel.imagej.cuas.CuasMotion$46.run(CuasMotion.java:7269)
cuasMotion.recalcOmegas( cuasMotion.recalcOmegas( // does not work -
false, // boolean recalc, false, // boolean recalc,
targets, // final double [][][] target_single_in, targets, // final double [][][] target_single_in,
batch_mode, // boolean batch_mode, batch_mode, // boolean batch_mode,
......
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