Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
anand43 committed Mar 1, 2024
1 parent a58ce0b commit 8978357
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/user-guide/gravitational-harmonics/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,11 @@ 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:
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`.
- ``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`.

:math:`l_{max}` is the highest order of the coefficients. ::

Expand Down

0 comments on commit 8978357

Please sign in to comment.