Skip to content

Commit

Permalink
DOCS: Rename Elevation to Colatitude
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hold authored and mgeier committed Mar 10, 2019
1 parent bc51078 commit 1c7f250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sfs/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def sph2cart(alpha, beta, r):
alpha : float or array_like
Azimuth angle in radiants
beta : float or array_like
Elevation angle in radiants (with 0 denoting North pole)
Colatitude angle in radiants (with 0 denoting North pole)
r : float or array_like
Radius
Expand Down Expand Up @@ -118,7 +118,7 @@ def cart2sph(x, y, z):
alpha : float or array_like
Azimuth angle in radiants
beta : float or array_like
Elevation angle in radiants (with 0 denoting North pole)
Colatitude angle in radiants (with 0 denoting North pole)
r : float or array_like
Radius
Expand Down

0 comments on commit 1c7f250

Please sign in to comment.