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
33cdb962
Commit
33cdb962
authored
Oct 06, 2018
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added LPF
parent
a744e6be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
TwoQuadCLT.java
src/main/java/TwoQuadCLT.java
+2
-2
No files found.
src/main/java/TwoQuadCLT.java
View file @
33cdb962
...
...
@@ -1517,15 +1517,15 @@ public class TwoQuadCLT {
// Uncomment to have master/aux names
// String title=name+"-"+String.format("%s%02d", ((iAux>0)?"A":"M"),iSubCam);
String
title
=
name
+
"-"
+
String
.
format
(
"%02d"
,
iQuadComb
);
if
(
clt_parameters
.
corr_sigma
>
0
){
// no filter at all
for
(
int
chn
=
0
;
chn
<
clt_bidata
[
iAux
][
iSubCam
].
length
;
chn
++)
{
int
debug_lpf
=
((
iQuadComb
==
0
)
&&
(
chn
==
0
))?
3
:
debugLevel
;
image_dtt
.
clt_lpf
(
clt_parameters
.
corr_sigma
,
clt_bidata
[
iAux
][
iSubCam
][
chn
],
clt_parameters
.
transform_size
,
threadsMax
,
debug
Level
);
debug
_lpf
);
}
}
...
...
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