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
0b5fc35b
Commit
0b5fc35b
authored
Oct 01, 2025
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added fat zero to file names
parent
d5aef991
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
CuasMotion.java
src/main/java/com/elphel/imagej/cuas/CuasMotion.java
+1
-0
No files found.
src/main/java/com/elphel/imagej/cuas/CuasMotion.java
View file @
0b5fc35b
...
@@ -6534,6 +6534,7 @@ public class CuasMotion {
...
@@ -6534,6 +6534,7 @@ public class CuasMotion {
/// "-NL"+lmax_flt_neglim+"-FH"+lmax_flt_hsigma+"-FL"+lmax_flt_lsigma+"-FS"+lmax_flt_scale+
/// "-NL"+lmax_flt_neglim+"-FH"+lmax_flt_hsigma+"-FL"+lmax_flt_lsigma+"-FS"+lmax_flt_scale+
"-CB"
+
clt_parameters
.
imp
.
cuas_rng_combine
+(
clt_parameters
.
imp
.
cuas_rng_coswnd
?
"-WC"
:
"-WR"
)+
"-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
+
"-UM"
+(
clt_parameters
.
imp
.
cuas_rng_um2
?
"D"
:
""
)
+
clt_parameters
.
imp
.
cuas_rng_um_sigma
+
"-FZ"
+
clt_parameters
.
imp
.
cuas_rng_fz
+
"-R"
+
clt_parameters
.
imp
.
cuas_rng_radius0
+
":"
+
clt_parameters
.
imp
.
cuas_rng_radius
+
"-R"
+
clt_parameters
.
imp
.
cuas_rng_radius0
+
":"
+
clt_parameters
.
imp
.
cuas_rng_radius
+
"-M"
+
clt_parameters
.
imp
.
cuas_mcorr_sel
+
"-"
+
clt_parameters
.
imp
.
cuas_mcorr_sel_lma
;
"-M"
+
clt_parameters
.
imp
.
cuas_mcorr_sel
+
"-"
+
clt_parameters
.
imp
.
cuas_mcorr_sel_lma
;
if
(
center_targ
)
{
if
(
center_targ
)
{
...
...
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