Update Documentation authored by Doriann Blain's avatar Doriann Blain
...@@ -31,7 +31,7 @@ The `target_parameters` handles the target (planet) settings. ...@@ -31,7 +31,7 @@ The `target_parameters` handles the target (planet) settings.
- `use_gravity` - `use_gravity`
- boolean - boolean
- if True, uses equatorial gravity instead of mass to calculate gravity - if True, uses equatorial gravity instead of mass to calculate gravity
- e.g. `use_gravity = False`. In that case, the equatorial gravity at 1 bar will be derived from `target_equatorial_radius` and `target_mass`. If True, the equatorial gravity at 1 bar will be derived from `target_equatorial_gravity`. - e.g. `use_gravity = False`. In that case, the equatorial gravity at 1 bar will be derived from `target_equatorial_radius` and `target_mass`. If `True`, the equatorial gravity at 1 bar will be derived from `target_equatorial_gravity`.
- `use_flattening` - `use_flattening`
- boolean - boolean
- if True, uses flattening instead of polar radius to calculate gravity - if True, uses flattening instead of polar radius to calculate gravity
... ...
......