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
cd0a2c16
Commit
cd0a2c16
authored
Apr 16, 2026
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remained from the previous commit
parent
47f52836
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
TwoQuadCLT.java
...main/java/com/elphel/imagej/tileprocessor/TwoQuadCLT.java
+10
-0
No files found.
src/main/java/com/elphel/imagej/tileprocessor/TwoQuadCLT.java
View file @
cd0a2c16
...
@@ -8786,6 +8786,16 @@ if (debugLevel > -100) return true; // temporarily !
...
@@ -8786,6 +8786,16 @@ if (debugLevel > -100) return true; // temporarily !
// TODO: Save continuation after failure not to retry each run
// TODO: Save continuation after failure not to retry each run
System
.
out
.
println
(
"Failed to build sequence for series "
+
ref_index
);
System
.
out
.
println
(
"Failed to build sequence for series "
+
ref_index
);
if
(
use_cuas
)
{
System
.
out
.
println
(
"Aborting CUAS processing: buildSeries() returned null and no automatic recovery is defined for inconsistent IMS/orientation data."
);
System
.
out
.
println
(
"See the per-scene *-SYSTEM_OUT.log and, if needed, the corresponding egomotion CSV around the reported failure."
);
System
.
out
.
println
(
"\n ----- PROCESSING SCENE SEQUENCE "
+
nseq
+
" (last is "
+(
num_seq
-
1
)+
") ABORTED due to invalid CUAS input data in "
+
IJ
.
d2s
(
0.000000001
*(
System
.
nanoTime
()-
start_time_seq
),
3
)+
" sec ("
+
IJ
.
d2s
(
0.000000001
*(
System
.
nanoTime
()-
start_time_all
),
3
)+
" sec from the overall start)\n"
);
return
;
}
if
(
start_ref_pointers
[
0
]
<
(
min_num_scenes
-
1
))
{
if
(
start_ref_pointers
[
0
]
<
(
min_num_scenes
-
1
))
{
break
;
break
;
}
}
...
...
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