From 2d49d8e79e6d01f81f66165cca5e0ea52379a2c9 Mon Sep 17 00:00:00 2001 From: carlislewishard <70146819+carlislewishard@users.noreply.github.com> Date: Fri, 21 Apr 2023 14:21:15 -0400 Subject: [PATCH] further updated the J2 and J4 descriptions --- README_tables/add_body_kwargs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_tables/add_body_kwargs.md b/README_tables/add_body_kwargs.md index c01e343c7..4e341a83d 100644 --- a/README_tables/add_body_kwargs.md +++ b/README_tables/add_body_kwargs.md @@ -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