From 54519f57c09f91910751e86b39a214d66cf3bd6a Mon Sep 17 00:00:00 2001 From: anand43 Date: Fri, 1 Mar 2024 15:08:27 -0500 Subject: [PATCH] Fixed some typos --- docs/user-guide/detailed-simulation-setup/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/detailed-simulation-setup/index.rst b/docs/user-guide/detailed-simulation-setup/index.rst index a646ec10d..3b0ab0279 100644 --- a/docs/user-guide/detailed-simulation-setup/index.rst +++ b/docs/user-guide/detailed-simulation-setup/index.rst @@ -88,7 +88,7 @@ Initialize orbital elements and then add the bodies. :: Cartesian Coordinates ---------------------- -The process is similar for adding bodies with Cartesian coordinates. However, the parameter `init_cond_format` must be set to `XV` before adding the bodies. +The process is similar for adding bodies with cartesian coordinates. However, the parameter `init_cond_format` must be set to `XV` before adding the bodies. The process of setting parameters is explained in the next section. Start by defining the position and velocity vectors. Here we define the orbital velocities and scale them by a random value. :: @@ -113,7 +113,7 @@ Start by defining the position and velocity vectors. Here we define the orbital sim.add_body(name=name_pl, rh=rh_pl, vh=vh_pl, mass=M_pl, radius=R_pl, Ip=Ip_pl, rot=rot_pl) -The process is similar for **test particles**. The only difference is to exclude ``mass`` and ``radius``. +The process is similar for **test particles**. They only need the orbital elements or the cartesian coordinates. Here is an example with orbital elements: :: # Add 10 user-defined test particles.