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
bee6d23c
Commit
bee6d23c
authored
May 25, 2026
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
moved debug scene
parent
7a4f9f53
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CuasMotion.java
src/main/java/com/elphel/imagej/cuas/CuasMotion.java
+1
-1
No files found.
src/main/java/com/elphel/imagej/cuas/CuasMotion.java
View file @
bee6d23c
...
@@ -2217,7 +2217,7 @@ public class CuasMotion {
...
@@ -2217,7 +2217,7 @@ public class CuasMotion {
final
int
corr_offset_eff
=
corr_offset
*
Math
.
max
(
1
,
Math
.
min
(
corr_offset_scale
,
corr_pairs_ref
/
corr_offset
));
final
int
corr_offset_eff
=
corr_offset
*
Math
.
max
(
1
,
Math
.
min
(
corr_offset_scale
,
corr_pairs_ref
/
corr_offset
));
// Hard-coded debug selectors: set >= 0 to enable per-scan/per-tile visualisation
// Hard-coded debug selectors: set >= 0 to enable per-scan/per-tile visualisation
final
int
dbg_nseq
=
16
6
;
// 36; // 28; // 97; // 40; // 41; // 157; // -(116); // 57; // 20; // -1;
final
int
dbg_nseq
=
16
1
;
// 36; // 28; // 97; // 40; // 41; // 157; // -(116); // 57; // 20; // -1;
final
int
dbg_tile
=
55
+
38
*
80
;
// 51+38*80; // 54+38*80; //52+38*80; // 50+38*80; // 55+38*80; // -(17 + 33*80); // 48+32*80; // 50+38*80; // -1;
final
int
dbg_tile
=
55
+
38
*
80
;
// 51+38*80; // 54+38*80; //52+38*80; // 50+38*80; // 55+38*80; // -(17 + 33*80); // 48+32*80; // 50+38*80; // -1;
final
int
corr_offset_scale_eff
=
corr_offset_eff
/
corr_offset
;
// actual scale after clamping
final
int
corr_offset_scale_eff
=
corr_offset_eff
/
corr_offset
;
// actual scale after clamping
if
((
dbg_nseq
<
0
)
||
(
dbg_nseq
>=
targets_nonoverlap
.
length
)
||
(
dbg_tile
<
0
)
||
(
dbg_tile
>=
targets_nonoverlap
[
dbg_nseq
].
length
))
{
if
((
dbg_nseq
<
0
)
||
(
dbg_nseq
>=
targets_nonoverlap
.
length
)
||
(
dbg_tile
<
0
)
||
(
dbg_tile
>=
targets_nonoverlap
[
dbg_nseq
].
length
))
{
...
...
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