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
b6dfa4ec
Commit
b6dfa4ec
authored
Sep 27, 2025
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated debug file names
parent
f18a76e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
CuasRanging.java
src/main/java/com/elphel/imagej/cuas/CuasRanging.java
+3
-3
No files found.
src/main/java/com/elphel/imagej/cuas/CuasRanging.java
View file @
b6dfa4ec
...
...
@@ -699,7 +699,7 @@ public class CuasRanging {
tilesX
,
tilesY
,
true
,
center_CLT
.
getImageName
()+
center_CLT
.
getImageName
()+
"-FZ"
+
clt_parameters
.
imp
.
cuas_rng_fz
+
"-CB"
+
clt_parameters
.
imp
.
cuas_rng_combine
+(
clt_parameters
.
imp
.
cuas_rng_coswnd
?
"-WC"
:
"-WR"
)+
"-UM"
+(
clt_parameters
.
imp
.
cuas_rng_um2
?
"D"
:
""
)
+
clt_parameters
.
imp
.
cuas_rng_um_sigma
+
"-accumulated_disparity_map_R"
+
clt_parameters
.
imp
.
cuas_rng_radius0
+
":"
+
clt_parameters
.
imp
.
cuas_rng_radius
+
"-F"
+
(
cuasMotion
.
getFrameCenter
(
nseq
))+
":"
+
nrefine
+
"-M"
+
clt_parameters
.
imp
.
cuas_mcorr_sel
+
...
...
@@ -866,7 +866,7 @@ public class CuasRanging {
ImagePlus
imp_vfy
=
ShowDoubleFloatArrays
.
showArraysHyperstack
(
ranging_verify
,
// double[][][] pixels,
center_CLT
.
getWidth
(),
// int width,
center_CLT
.
getImageName
()+
"-RANGING_VERIFY-R"
+
center_CLT
.
getImageName
()+
"-RANGING_VERIFY-R"
+
"-FZ"
+
clt_parameters
.
imp
.
cuas_rng_fz
+
"-CB"
+
clt_parameters
.
imp
.
cuas_rng_combine
+(
clt_parameters
.
imp
.
cuas_rng_coswnd
?
"-WC"
:
"-WR"
)+
"-UM"
+(
clt_parameters
.
imp
.
cuas_rng_um2
?
"D"
:
""
)
+
clt_parameters
.
imp
.
cuas_rng_um_sigma
+
"-R"
+
clt_parameters
.
imp
.
cuas_rng_radius0
+
":"
+
clt_parameters
.
imp
.
cuas_rng_radius
+
"-F"
+
(
nscene0
+
half_accum_range
)+
":"
+
nrefine
+
"-M"
+
clt_parameters
.
imp
.
cuas_mcorr_sel
+
...
...
@@ -1318,7 +1318,7 @@ public class CuasRanging {
tilesX
*(
2
*
image_dtt
.
transform_size
),
tilesY
*(
2
*
image_dtt
.
transform_size
),
true
,
center_CLT
.
getImageName
()+
center_CLT
.
getImageName
()+
"-FZ"
+
clt_parameters
.
imp
.
cuas_rng_fz
+
"-CB"
+
clt_parameters
.
imp
.
cuas_rng_combine
+(
clt_parameters
.
imp
.
cuas_rng_coswnd
?
"-WC"
:
"-WR"
)+
"-UM"
+(
clt_parameters
.
imp
.
cuas_rng_um2
?
"D"
:
""
)
+
clt_parameters
.
imp
.
cuas_rng_um_sigma
+
"-CORR-ACCUM_R"
+
clt_parameters
.
imp
.
cuas_rng_radius
+
"-F"
+
frame_center
+
":"
+
nrefine
+
"-M"
+
mcorr_sel
+
"-"
+
clt_parameters
.
imp
.
cuas_mcorr_sel_lma
,
...
...
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