Commit 848d497a authored by Andrey Filippov's avatar Andrey Filippov

Made the program always save PHASE_TWO_GOOD as it is used for input, not

just debug
parent 747ff9d1
...@@ -9204,16 +9204,17 @@ public class CuasMotion { ...@@ -9204,16 +9204,17 @@ public class CuasMotion {
!batch_mode, // boolean show, !batch_mode, // boolean show,
cuasMotion.tilesX); // int tilesX) { cuasMotion.tilesX); // int tilesX) {
parentCLT.saveImagePlusInModelDirectory(imp_good); // ImagePlus imp) parentCLT.saveImagePlusInModelDirectory(imp_good); // ImagePlus imp)
ImagePlus imp_good_only = showTargetSequence(// tried 80*64*243815 slices
target_sequence_multi, // double [][][] vector_fields_sequence,
slice_titles, // String [] titles, // all slices*frames titles or just slice titles or null
model_prefix+"-ROUND_TWO_GOOD",// String title,
true, // final boolean good_only,
false, // final boolean show_empty, // show scenes with no (valid) targets
!batch_mode, // boolean show,
cuasMotion.tilesX); // int tilesX) {
parentCLT.saveImagePlusInModelDirectory(imp_good_only); // ImagePlus imp)
} }
// this save always!
ImagePlus imp_good_only = showTargetSequence(// tried 80*64*243815 slices
target_sequence_multi, // double [][][] vector_fields_sequence,
slice_titles, // String [] titles, // all slices*frames titles or just slice titles or null
model_prefix+"-ROUND_TWO_GOOD",// String title,
true, // final boolean good_only,
false, // final boolean show_empty, // show scenes with no (valid) targets
!batch_mode, // boolean show,
cuasMotion.tilesX); // int tilesX) {
parentCLT.saveImagePlusInModelDirectory(imp_good_only); // ImagePlus imp)
return target_sequence_multi; // target_sequence; // contains all tiles, good or bad, their data and when they were defined return target_sequence_multi; // target_sequence; // contains all tiles, good or bad, their data and when they were defined
} }
......
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