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
5c63b739
Commit
5c63b739
authored
Oct 02, 2025
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debugging
parent
378e18bb
Changes
1
Show 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 @
5c63b739
...
@@ -5660,8 +5660,8 @@ public class CuasMotion {
...
@@ -5660,8 +5660,8 @@ public class CuasMotion {
bbox_ba
[
ba
][
fnseq
][
nTile
][
ntarg
]
=
new
double
[]
{
cent_x
,
cent_y
,
cent_x
,
cent_y
};
bbox_ba
[
ba
][
fnseq
][
nTile
][
ntarg
]
=
new
double
[]
{
cent_x
,
cent_y
,
cent_x
,
cent_y
};
}
}
}
}
if
(
first
)
{
target_grp
[
ba
][
fnseq
][
nTile
]
=
new
int
[
targets
.
length
];
target_grp
[
ba
][
fnseq
][
nTile
]
=
new
int
[
targets
.
length
];
if
(
first
)
{
for
(
int
ntarg
=
0
;
ntarg
<
targets
.
length
;
ntarg
++)
{
for
(
int
ntarg
=
0
;
ntarg
<
targets
.
length
;
ntarg
++)
{
target_grp
[
ba
][
fnseq
][
nTile
][
ntarg
]
=
agrp
.
getAndIncrement
();
// unique group index
target_grp
[
ba
][
fnseq
][
nTile
][
ntarg
]
=
agrp
.
getAndIncrement
();
// unique group index
}
}
...
...
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