Skip to content
Snippets Groups Projects
Commit 9d00734c authored by Martin Reinecke's avatar Martin Reinecke
Browse files

cosmetics

parent 581024cf
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ from .structured_domain import StructuredDomain
class GLSpace(StructuredDomain):
"""Represents a 2-sphere with Gauss-Legendre pixelizations.
"""Represents a 2-sphere with Gauss-Legendre pixelization.
Its harmonic partner domain is the
:class:`~nifty5.domains.lm_space.LMSpace`.
......
......@@ -21,8 +21,8 @@ from .linear_operator import LinearOperator
class EndomorphicOperator(LinearOperator):
"""Represents a linear operator which is endomorphic, i.e. operators which
have identical domain and target.
"""Represents a linear operator which is endomorphic, i.e. one which
has identical domain and target.
"""
@property
def target(self):
......
......@@ -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 an 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.
......
......@@ -26,7 +26,7 @@ from .linear_operator import LinearOperator
class RegriddingOperator(LinearOperator):
'''Interpolates a RGSpace to an RGSpace with coarser resolution linearly.
'''Linearly interpolates a RGSpace to an RGSpace with coarser resolution.
Parameters
----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment