From 32de6e01ce423dfd77a6d003ab74acb038f23ea1 Mon Sep 17 00:00:00 2001 From: Federico Esteban Date: Thu, 9 Jun 2022 15:44:48 -0300 Subject: [PATCH] Specify "spherical latitude" when describing coordinates of point masses (#321) Add "spherical" when describing the spherical latitude coordinate of point masses in the user guide. This way we differentiate it from the "latitude" geodetic coordinate. --- doc/user_guide/forward_modelling/point.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user_guide/forward_modelling/point.rst b/doc/user_guide/forward_modelling/point.rst index 631a879cb..003ce64d3 100644 --- a/doc/user_guide/forward_modelling/point.rst +++ b/doc/user_guide/forward_modelling/point.rst @@ -10,7 +10,7 @@ in Cartesian or in spherical coordinates. Each point mass can be defined as a tuple containing its coordinates in the following order: *easting*, *northing* and *upward* (in Cartesian coordinates) -or *longitude*, *latitude* and *radius* (in spherical coordinates). +or *longitude*, *spherical latitude* and *radius* (in spherical coordinates). Cartesian coordinates ---------------------