From c245be32e507f30edc4ed7343b830c5ae31a6b27 Mon Sep 17 00:00:00 2001 From: Reimar Leike <reimar@mpa-garching.mpg.de> Date: Thu, 11 May 2017 09:29:03 +0200 Subject: [PATCH] copied property docstrings to class docstring in lmspace --- nifty/spaces/lm_space/lm_space.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/nifty/spaces/lm_space/lm_space.py b/nifty/spaces/lm_space/lm_space.py index 993645244..c1c046d91 100644 --- a/nifty/spaces/lm_space/lm_space.py +++ b/nifty/spaces/lm_space/lm_space.py @@ -40,8 +40,11 @@ class LMSpace(Space): Parameters ---------- lmax : int - Maximum :math:`\ell`-value up to which the spherical harmonics - coefficients are to be used. + The maximal :math:`l` value of any spherical harmonics + :math:`Y_{lm}` that is represented in this Space. + mmax : int + The maximal :math:`m` value of any spherical harmonic + :math:`Y_{lm}` that is represented in this Space. See Also -------- -- GitLab