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
e6bd52a4
Commit
e6bd52a4
authored
Mar 14, 2026
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bypassing KML generation
parent
238d29e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
TwoQuadCLT.java
...main/java/com/elphel/imagej/tileprocessor/TwoQuadCLT.java
+4
-3
No files found.
src/main/java/com/elphel/imagej/tileprocessor/TwoQuadCLT.java
View file @
e6bd52a4
...
...
@@ -2890,6 +2890,7 @@ if (debugLevel > -100) return true; // temporarily !
final
boolean
skip_existing
,
final
boolean
search_KML
,
final
int
debugLevel
)
{
// throws Exception
boolean
search_km
=
false
;
// 03.11.2026
final
Thread
[]
threads
=
ImageDtt
.
newThreadArray
();
final
AtomicInteger
ai
=
new
AtomicInteger
(
range
[
0
]);
for
(
int
ithread
=
0
;
ithread
<
threads
.
length
;
ithread
++)
{
...
...
@@ -2904,15 +2905,15 @@ if (debugLevel > -100) return true; // temporarily !
null
,
// QuadCLT quadCLT_this, // Does not setup IMS !!!
clt_parameters
,
// EyesisCorrectionParameters.DCTParameters dct_parameters,
true
,
// boolean skip_existing,
true
,
// boolean search_KML,
search_km
,
// boolean search_KML,
debugLevel
);
}
}
};
}
ImageDtt
.
startAndJoin
(
threads
);
return
;
}
/**
* Copy source files to the model directory (above versions) and optionally extract location data to *.kml file
...
...
@@ -3024,10 +3025,10 @@ if (debugLevel > -100) return true; // temporarily !
}
if
(
debugLevel
>=
min_dbg
)
System
.
out
.
println
(
"jp4_copy_path = "
+
jp4_copy_path
);
// System.out.println("Do something useful here");
return
;
}
public
void
outputMLData
(
QuadCLT
quadCLT_main
,
// tiles should be set
QuadCLT
quadCLT_aux
,
...
...
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