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
b0857154
Commit
b0857154
authored
Jul 16, 2018
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug output
parent
78f6e6a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
PoleProcessor.java
src/main/java/PoleProcessor.java
+4
-0
No files found.
src/main/java/PoleProcessor.java
View file @
b0857154
...
@@ -171,6 +171,10 @@ public class PoleProcessor {
...
@@ -171,6 +171,10 @@ public class PoleProcessor {
// remove seed (original head) area
// remove seed (original head) area
for
(
int
nt:
tiles
)
{
for
(
int
nt:
tiles
)
{
int
dy
=
nt
/
tilesX
-
eBox
.
y
;
int
dy
=
nt
/
tilesX
-
eBox
.
y
;
if
(
dy
>=
eBox
.
height
)
{
System
.
out
.
println
(
"getVertMasks() BUG: ArrayIndexOutOfBoundsException, nt = "
+
nt
+
", dy = "
+
dy
+
", eBox.y = "
+
eBox
.
y
);
continue
;
}
y_mask
[
dy
]
=
false
;
y_mask
[
dy
]
=
false
;
}
}
...
...
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