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

Commit

Permalink
further updated the J2 and J4 descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
carlislewishard authored and GitHub committed Apr 21, 2023
1 parent 91029f8 commit 2d49d8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README_tables/add_body_kwargs.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
| ```rhill``` | Hill Radius value(s) of bodies. Only for massive bodies. | float or array-like of floats
| ```rot``` | Rotation rate vector(s) of bodies in radians/sec. Only for massive bodies. Only used if ```rotation``` is set to ```True```. | (n,3) array-like of floats
| ```Ip``` | Principal axes moments of inertia vector(s) of bodies. Only for massive bodies. Only used if ```rotation``` is set to ```True```. | (n,3) array-like of floats
| ```J2``` | The unitless value equal to J2*R^2 where R is the radius of the central body. | float or array-like of floats
| ```J4``` | The unitless value equal to J4*R^4 where R is the radius of the central body. | float or array-like of floats
| ```J2``` | The unitless value of the spherical harmonic term equal to J2*R^2 where R is the radius of the central body. | float or array-like of floats
| ```J4``` | The unitless value of the spherical harmonic term equal to J4*R^4 where R is the radius of the central body. | float or array-like of floats

0 comments on commit 2d49d8e

Please sign in to comment.