Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify spherical latitude in point sources guide #325

Merged
merged 1 commit into from
Jun 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions doc/user_guide/forward_modelling/point.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,12 @@ Lets plot this gravitational field:
Spherical coordinates
---------------------

Alternative, we can compute the gravitational fields of point sources defined
Alternatively, we can compute the gravitational fields of point sources defined
in a spherical coordinate system. To do so, we need to pass the
``coordinate_system`` argument as ``"spherical"```. The coordinates of the
point source must now be passed as *longitude*, *latitude* and *radius*, where
the two former ones must be in decimal degrees and the latter in meters.
point source must now be passed as *longitude*, *spherical latitude* and
*radius*, where the two former ones must be in decimal degrees and the latter
in meters.

Lets define a single point source in the equator, at a longitude of 45 degrees
and located on the surface of the WGS84 ellipsoid.
Expand Down