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
9de535be
Commit
9de535be
authored
Aug 16, 2025
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed testing of UAS logs
parent
442339b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
1 deletion
+13
-1
Eyesis_Correction.java
.../java/com/elphel/imagej/correction/Eyesis_Correction.java
+13
-1
No files found.
src/main/java/com/elphel/imagej/correction/Eyesis_Correction.java
View file @
9de535be
...
...
@@ -6284,6 +6284,17 @@ public class Eyesis_Correction implements PlugIn, ActionListener {
}
CholeskyBlockTest
.
testCholesky
(
imp_sel
);
// ImagePlus imp.);
}
else
if
(
label
.
equals
(
"UAS log"
))
{
if
(
QUAD_CLT_AUX
==
null
)
{
if
(
EYESIS_CORRECTIONS_AUX
==
null
)
{
EYESIS_CORRECTIONS_AUX
=
new
EyesisCorrections
(
SYNC_COMMAND
.
stopRequested
,
CORRECTION_PARAMETERS
.
getAux
());
}
QUAD_CLT_AUX
=
new
QuadCLT
(
QuadCLT
.
PREFIX_AUX
,
PROPERTIES
,
EYESIS_CORRECTIONS_AUX
,
CORRECTION_PARAMETERS
.
getAux
());
if
(
DEBUG_LEVEL
>
0
)
{
System
.
out
.
println
(
"Created new QuadCLT instance, will need to read CLT kernels for aux camera"
);
}
}
testUasLog
();
}
else
if
(
label
.
equals
(
"DJI SRT"
))
{
testDjiSrt
();
...
...
@@ -6333,7 +6344,8 @@ public class Eyesis_Correction implements PlugIn, ActionListener {
return
false
;
}
// final int debugLevel);
}
EYESIS_CORRECTIONS_AUX
.
initSensorFiles
(
DEBUG_LEVEL
);
EYESIS_CORRECTIONS_AUX
.
initSensorFiles
(
DEBUG_LEVEL
);
// null pointer
if
(!
QUAD_CLT_AUX
.
CLTKernelsAvailable
())
{
if
(
DEBUG_LEVEL
>
0
)
{
System
.
out
.
println
(
"Reading AUX CLT kernels"
);
...
...
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