From 863d3c149595c395cdcfa1ea140acc331f844b8f Mon Sep 17 00:00:00 2001 From: Valentin Date: Fri, 12 Feb 2021 18:09:12 +0100 Subject: [PATCH] Patch zenith / theta in tutorial set_zenith_deg does not seem to exist at least in the latest pull from PyPI. But set_theta_deg does. --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 8f3849f..d171735 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -102,7 +102,7 @@ Changing geometrical and atmospheric parameters To change the zenith angle :: - mceq.set_zenith_deg() + mceq.set_theta_deg() Most geometries support angles between 0 (vertical) and 90 degrees.