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

Commit

Permalink
Updated comments for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 27, 2024
1 parent 59ea228 commit 2045569
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions examples/spherical_harmonics_cb/J2_test_tp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2045569

Please sign in to comment.