From 91029f8ae54e6a2439b50e99456c56178957f8f0 Mon Sep 17 00:00:00 2001 From: carlislewishard <70146819+carlislewishard@users.noreply.github.com> Date: Fri, 21 Apr 2023 14:15:55 -0400 Subject: [PATCH] updated description of J2 and J4 input terms --- 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 778bda864..c01e343c7 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 J2 term of the central body. | float or array-like of floats -| ```J4``` | The J4 term of the central body. | float or array-like of floats \ No newline at end of file +| ```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