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

Commit

Permalink
Merge branch '5-restructure-spherical-harmonics-code-so-that-it-is-mo…
Browse files Browse the repository at this point in the history
…re-modular-than-at-present' of github.com:MintonGroup/swiftest into 5-restructure-spherical-harmonics-code-so-that-it-is-more-modular-than-at-present
  • Loading branch information
daminton committed Feb 27, 2024
2 parents c01f007 + 9e7bae4 commit bf70692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/spherical_harmonics_cb/spherical_harmonics_cb.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#
# The user can pass an optional reference radius at which the coefficients are calculated. If not provided, SHTOOLS
# calculates the reference radius. If lref_radius = True, the function returns the reference radius used.
# We recommend setting passing and setting a reference radius.
# We recommend setting passing and setting a reference radius. Coefficients are geodesy (4-pi) normalised.

c_lm, cb_radius = swiftest.clm_from_ellipsoid(mass = cb_mass, density = cb_density, a = cb_a, b = cb_b, c = cb_c, lmax = 6, lref_radius = True, ref_radius = cb_radius)

Expand Down

0 comments on commit bf70692

Please sign in to comment.