From a58ce0bc66df95d75f7c47e1f499f57c036577ce Mon Sep 17 00:00:00 2001 From: anand43 Date: Fri, 1 Mar 2024 15:21:34 -0500 Subject: [PATCH] Fixed table --- docs/user-guide/gravitational-harmonics/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/user-guide/gravitational-harmonics/index.rst b/docs/user-guide/gravitational-harmonics/index.rst index 463735413..7110602b5 100644 --- a/docs/user-guide/gravitational-harmonics/index.rst +++ b/docs/user-guide/gravitational-harmonics/index.rst @@ -87,6 +87,7 @@ Manually Adding the Coefficients If the user already has the coefficients, they can be added to the central body directly. Ensure that they are correctly normalized and the right shape. The dimensions of `c_lm` is `[sign, l, m]` where: + - `sign` indicates coefficients of positive (`[0]`) and negative (`[1]`) `m` and is of length 2. - The dimension `l` corresponds to the degree of the Spherical Harmonic and is of length :math:`l_{max} + 1`. - The dimension `m` corresponds to the order of the Spherical Harmonic and is of length :math:`l_{max} + 1`.