Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
imagej-elphel
Commits
848d497a
Commit
848d497a
authored
Jun 26, 2026
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made the program always save PHASE_TWO_GOOD as it is used for input, not
just debug
parent
747ff9d1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
CuasMotion.java
src/main/java/com/elphel/imagej/cuas/CuasMotion.java
+10
-9
No files found.
src/main/java/com/elphel/imagej/cuas/CuasMotion.java
View file @
848d497a
...
...
@@ -9204,6 +9204,8 @@ public class CuasMotion {
!
batch_mode
,
// boolean show,
cuasMotion
.
tilesX
);
// int tilesX) {
parentCLT
.
saveImagePlusInModelDirectory
(
imp_good
);
// 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
...
...
@@ -9213,7 +9215,6 @@ public class CuasMotion {
!
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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment