Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
7fe10569
Commit
7fe10569
authored
Jan 26, 2018
by
Martin Reinecke
Browse files
more adjustments
parent
b71c542f
Pipeline
#24093
passed with stage
in 4 minutes and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
demos/critical_filtering.py
View file @
7fe10569
...
...
@@ -12,7 +12,7 @@ if __name__ == "__main__":
# Define harmonic transformation and associated harmonic space
h_space
=
s_space
.
get_default_codomain
()
fft
=
ift
.
FFT
Operator
(
h_space
,
s_space
)
fft
=
ift
.
HarmonicTransform
Operator
(
h_space
,
s_space
)
# Set up power space
p_space
=
ift
.
PowerSpace
(
h_space
,
...
...
demos/wiener_filter_via_hamiltonian.py
View file @
7fe10569
...
...
@@ -11,7 +11,7 @@ if __name__ == "__main__":
# Define associated harmonic space and harmonic transformation
h_space
=
s_space
.
get_default_codomain
()
fft
=
ift
.
FFT
Operator
(
h_space
,
s_space
)
fft
=
ift
.
HarmonicTransform
Operator
(
h_space
,
s_space
)
# Setting up power space
p_space
=
ift
.
PowerSpace
(
h_space
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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