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

Commit

Permalink
Updated docstring for accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 27, 2024
1 parent a20f02a commit dd5b7b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swiftest/simulation_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -2475,9 +2475,9 @@ def add_body(self,
rotphase : float, optional
rotation phase angle in degreesif these are massive bodies with rotation enabled
J2 : float, optional
Normalized J2 values (e.g. J**2 / R**2) if this is a central body (only one of J2 or c_lm can be passed)
Normalized J2 values (e.g. J2*R**2, where R is the central body radius) if this is a central body (only one of J2 or c_lm can be passed)
J4 : float, optional
Normalized J4 values (e.g. J**4 / R**4) if this is a central body (only one of J4 or c_lm can be passed)
Normalized J4 values (e.g. J4*R**4, where R is the central body radius) if this is a central body (only one of J4 or c_lm can be passed)
c_lm : (2,l_max+1,l_max+1) array-like of float, optional
Spherical harmonics coefficients if this is a central body (only one of J2/J4 or c_lm can be passed)
align_to_central_body_rotation : bool, default False
Expand Down

0 comments on commit dd5b7b7

Please sign in to comment.