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
04b52a7f
Commit
04b52a7f
authored
Mar 27, 2026
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Before no-log
parent
91588dc7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CuasMotion.java
src/main/java/com/elphel/imagej/cuas/CuasMotion.java
+1
-1
TwoQuadCLT.java
...main/java/com/elphel/imagej/tileprocessor/TwoQuadCLT.java
+1
-1
No files found.
src/main/java/com/elphel/imagej/cuas/CuasMotion.java
View file @
04b52a7f
...
...
@@ -406,7 +406,7 @@ public class CuasMotion {
is_lwir
,
clt_parameters
.
getScaleStrength
(
is_aux
),
// maybe something else
gpuQuad
);
if
(
clt_parameters
.
imp
.
cuas_sky_path
!=
null
)
{
if
(
(
clt_parameters
.
imp
.
cuas_sky_path
!=
null
)
&&
(
clt_parameters
.
imp
.
cuas_sky_path
.
length
()
>
0
)
)
{
ImagePlus
imp_mask
=
new
ImagePlus
(
clt_parameters
.
imp
.
cuas_sky_path
);
if
(
imp_mask
.
getWidth
()
==
0
)
{
System
.
out
.
println
(
"CuasMotion(): Failed to read sky mask from "
+
clt_parameters
.
imp
.
cuas_sky_path
+
", not using mask."
);
...
...
src/main/java/com/elphel/imagej/tileprocessor/TwoQuadCLT.java
View file @
04b52a7f
...
...
@@ -9021,7 +9021,7 @@ if (debugLevel > -100) return true; // temporarily !
index_scenes
[
0
],
// QuadCLT master_CLT,
ref_index
);
// int ref_index)
boolean
stop_now
=
sync_command
.
stopNow
(
true
);
// boolean convenient)
boolean
stop_now
=
sync_command
.
stopNow
(
false
);
//
true); // boolean convenient)
if
(
stop_now
)
{
break
;
// will still generate videos
}
...
...
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