From 20455694781b614be62d9ed3d248d0d2a1a825e5 Mon Sep 17 00:00:00 2001 From: David Minton Date: Tue, 27 Feb 2024 17:06:32 -0500 Subject: [PATCH] Updated comments for consistency --- examples/spherical_harmonics_cb/J2_test_tp.py | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/examples/spherical_harmonics_cb/J2_test_tp.py b/examples/spherical_harmonics_cb/J2_test_tp.py index b4d009b84..1c433f0d3 100644 --- a/examples/spherical_harmonics_cb/J2_test_tp.py +++ b/examples/spherical_harmonics_cb/J2_test_tp.py @@ -12,10 +12,7 @@ """ """ -Generates and runs a set of Swiftest input files from initial conditions for the Spherical Harmonics features with the -SyMBA integrator. Using Chariklo as the example body with axes measurements taken from Leiva, et al (2017) (Jacobi -Ellipsoid model). All simulation outputs are stored in the /simdata subdirectory. - +Generates and runs a set of Swiftest input files from initial conditions for the Spherical Harmonics features with the WHM integrator. """ import swiftest @@ -25,10 +22,7 @@ rng = np.random.default_rng(seed=seed) - - - -# Central Body Parameters (Chariklo parameters from Leiva, et al (2017) (Jacobi Ellipsoid model)) +# Central Body Parameters (just an oblate sphere to test) cb_mass = 6.1e18 # kg cb_a = 160 # km cb_b = 160 # km