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
e3bbc197
Commit
e3bbc197
authored
Aug 07, 2025
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added linebreaks to some debug output
parent
9bdfafd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
CuasMotion.java
src/main/java/com/elphel/imagej/cuas/CuasMotion.java
+5
-1
No files found.
src/main/java/com/elphel/imagej/cuas/CuasMotion.java
View file @
e3bbc197
...
@@ -3533,7 +3533,10 @@ public class CuasMotion {
...
@@ -3533,7 +3533,10 @@ public class CuasMotion {
targets_lma_combo
,
// double [][][] scan1)
targets_lma_combo
,
// double [][][] scan1)
remain
);
remain
);
if
(
debugLevel
>
-
4
)
printRemain
(
remain
,
"targets_lma_combo"
,
true
);
if
(
debugLevel
>
-
4
)
{
System
.
out
.
println
();
printRemain
(
remain
,
"targets_lma_combo"
,
true
);
}
if
(
intermed_low
)
{
if
(
intermed_low
)
{
/*
/*
ImagePlus imp_filtered_combo= showVectorFieldsSequenceLMA(
ImagePlus imp_filtered_combo= showVectorFieldsSequenceLMA(
...
@@ -3587,6 +3590,7 @@ public class CuasMotion {
...
@@ -3587,6 +3590,7 @@ public class CuasMotion {
!
batch_mode
,
// boolean show,
!
batch_mode
,
// boolean show,
cuasMotion
.
tilesX
);
// int tilesX) {
cuasMotion
.
tilesX
);
// int tilesX) {
parentCLT
.
saveImagePlusInModelDirectory
(
imp_no_singles_lma
);
// ImagePlus imp)
parentCLT
.
saveImagePlusInModelDirectory
(
imp_no_singles_lma
);
// ImagePlus imp)
if
(
debugLevel
>
-
4
)
System
.
out
.
println
();
}
}
}
}
// create larger, 5x5 vector field for accumulation
// create larger, 5x5 vector field for accumulation
...
...
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