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
9d00734c
Commit
9d00734c
authored
Jan 14, 2019
by
Martin Reinecke
Browse files
cosmetics
parent
581024cf
Changes
4
Hide whitespace changes
Inline
Side-by-side
nifty5/domains/gl_space.py
View file @
9d00734c
...
...
@@ -21,7 +21,7 @@ from .structured_domain import StructuredDomain
class
GLSpace
(
StructuredDomain
):
"""Represents a 2-sphere with Gauss-Legendre pixelization
s
.
"""Represents a 2-sphere with Gauss-Legendre pixelization.
Its harmonic partner domain is the
:class:`~nifty5.domains.lm_space.LMSpace`.
...
...
nifty5/operators/endomorphic_operator.py
View file @
9d00734c
...
...
@@ -21,8 +21,8 @@ from .linear_operator import LinearOperator
class
EndomorphicOperator
(
LinearOperator
):
"""Represents a linear operator which is endomorphic, i.e. o
perators
which
ha
ve
identical domain and target.
"""Represents a linear operator which is endomorphic, i.e. o
ne
which
ha
s
identical domain and target.
"""
@
property
def
target
(
self
):
...
...
nifty5/operators/qht_operator.py
View file @
9d00734c
...
...
@@ -26,7 +26,7 @@ from .linear_operator import LinearOperator
class
QHTOperator
(
LinearOperator
):
"""Does a Hartley transform on LogRGSpace
This operator takes a field on a LogRGSpace and performs a
n
Hartley
This operator takes a field on a LogRGSpace and performs a Hartley
transform. The zero modes are not transformed because they are infinitely
far away in LogRGSpaces.
...
...
nifty5/operators/regridding_operator.py
View file @
9d00734c
...
...
@@ -26,7 +26,7 @@ from .linear_operator import LinearOperator
class
RegriddingOperator
(
LinearOperator
):
'''
I
nterpolates a RGSpace to an RGSpace with coarser resolution
linearly
.
'''
Linearly i
nterpolates a RGSpace to an RGSpace with coarser resolution.
Parameters
----------
...
...
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