Skip to content

Commit

Permalink
Patch zenith / theta in tutorial
Browse files Browse the repository at this point in the history
set_zenith_deg does not seem to exist at least in the latest pull from PyPI. But set_theta_deg does.
  • Loading branch information
niess authored Feb 12, 2021
1 parent dc71cd5 commit 863d3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Changing geometrical and atmospheric parameters

To change the zenith angle ::

mceq.set_zenith_deg(<zenith_angle_in_degrees>)
mceq.set_theta_deg(<zenith_angle_in_degrees>)

Most geometries support angles between 0 (vertical) and 90 degrees.

Expand Down

0 comments on commit 863d3c1

Please sign in to comment.