From 9e7bae4cb1775f8d0fadcf5ea106ada29e831b61 Mon Sep 17 00:00:00 2001 From: anand43 Date: Tue, 27 Feb 2024 15:56:12 -0500 Subject: [PATCH] Edited comment to include normalisation of c_lm. Added J2 test codes for only tps and pl plus tp. --- examples/spherical_harmonics_cb/spherical_harmonics_cb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/spherical_harmonics_cb/spherical_harmonics_cb.py b/examples/spherical_harmonics_cb/spherical_harmonics_cb.py index 73a683640..83df9042a 100644 --- a/examples/spherical_harmonics_cb/spherical_harmonics_cb.py +++ b/examples/spherical_harmonics_cb/spherical_harmonics_cb.py @@ -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)