We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746d837 commit fb6033fCopy full SHA for fb6033f
1 file changed
skyfield/documentation/almanac.rst
@@ -153,10 +153,9 @@ conjunction with the Sun is when their ecliptic longitudes are at 0° or
153
[0 1]
154
['conjunction', 'opposition']
155
156
-The result ``t`` will be an array of times, and ``y`` will be a
157
-corresponding array of Moon phases with 0 for New Moon and 3 for Last
158
-Quarter. You can use the array ``MOON_PHASES`` to retrieve names for
159
-each phase.
+The result ``t`` will be an array of times, and ``y`` will be an array
+of integers where 0 means a conjunction and 1 means an opposition. You
+can use the array ``CONJUNCTIONS`` to retrieve names for each value.
160
161
Sunrise and Sunset
162
==================
0 commit comments