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

Commit

Permalink
more explicit with units
Browse files Browse the repository at this point in the history
  • Loading branch information
cwishard committed Mar 2, 2023
1 parent 0168baf commit 1e3b77e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README_tables/add_body_kwargs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@
| ```id``` | Unique identification value(s) of bodies. | float or array-like of floats
| ```a``` | Semi-major axis value(s) of bodies. Only used if ```init_cond_format``` is set to ```EL```. | float or array-like of floats
| ```e``` | Eccentricity value(s) of bodies. Only used if ```init_cond_format``` is set to ```EL```. | float or array-like of floats
| ```inc``` | Inclination value(s) of bodies. Only used if ```init_cond_format``` is set to ```EL```. | float or array-like of floats
| ```capom``` | Longitude of the ascending node value(s) of bodies. Only used if ```init_cond_format``` is set to ```EL```. | float or array-like of floats
| ```omega``` | Argument of pericenter value(s) of bodies. Only used if ```init_cond_format``` is set to ```EL```. | float or array-like of floats
| ```capm``` | Mean anomaly value(s) of bodies. Only used if ```init_cond_format``` is set to ```EL```. | float or array-like of floats
| ```inc``` | Inclination value(s) of bodies in degrees. Only used if ```init_cond_format``` is set to ```EL```. | float or array-like of floats
| ```capom``` | Longitude of the ascending node value(s) of bodies in degrees. Only used if ```init_cond_format``` is set to ```EL```. | float or array-like of floats
| ```omega``` | Argument of pericenter value(s) of bodies in degrees. Only used if ```init_cond_format``` is set to ```EL```. | float or array-like of floats
| ```capm``` | Mean anomaly value(s) of bodies in degrees. Only used if ```init_cond_format``` is set to ```EL```. | float or array-like of floats
| ```rh``` | Position vector(s) of bodies. Only used if ```init_cond_format``` is set to ```XV```. | (n,3) array-like of floats
| ```vh``` | Velocity vector(s) of bodies. Only used if ```init_cond_format``` is set to ```XV```. | (n,3) array-like of floats
| ```mass``` | Mass value(s) of bodies. Only for massive bodies. Only ```mass``` **OR** ```Gmass``` may be set. | float or array-like of floats
| ```Gmass``` | Gravitational mass value(s) of bodies. Only for massive bodies. Only ```mass``` **OR** ```Gmass``` may be set. | float or array-like of floats
| ```radius``` | Radius value(s) of bodies. Only for massive bodies. | float or array-like of floats
| ```rhill``` | Hill Radius value(s) of bodies. Only for massive bodies. | float or array-like of floats
| ```rot``` | Rotation rate vector(s) of bodies. Only for massive bodies. Only used if ```rotation``` is set to ```True```. | (n,3) 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

0 comments on commit 1e3b77e

Please sign in to comment.