Skip to content
GitLab
Menu
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
f38bc8e3
Commit
f38bc8e3
authored
Jan 28, 2019
by
Lukas Platz
Browse files
structured_domain: reworded get_fft_smoothing_kernel_function docstring
parent
d8538860
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/domains/structured_domain.py
View file @
f38bc8e3
...
...
@@ -87,11 +87,11 @@ class StructuredDomain(Domain):
def
get_fft_smoothing_kernel_function
(
self
,
sigma
):
"""Helper for Gaussian smoothing.
This method, which is only implemented for harmonic domains, helps
smooth
ing
fields that are defined on a domain that has this domain as
its harmonic partner. The returned function
multiplies field values of
a field with
a zero
centered Gaussian which corresponds to a
convolution with a Gaussian kernel
and
sigma standard deviation in
This method, which is only implemented for harmonic domains, helps
to
smooth
e
fields that are defined on a domain that has this domain as
its harmonic partner. The returned function
does a pointwise evaluation
of
a zero
-
centered Gaussian
on the field values,
which corresponds to a
convolution with a Gaussian kernel
with
sigma standard deviation in
position space.
Parameters
...
...
Write
Preview
Supports
Markdown
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