We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e5831 commit ebaa3eeCopy full SHA for ebaa3ee
skyfield/documentation/earth-satellites.rst
@@ -542,11 +542,11 @@ anti-aligned with the position vector:
542
.. testcode::
543
544
neg_position = -geocentric.position.au / length_of(geocentric.position.au)
545
- print(negative_position)
+ print(neg_position)
546
547
.. testoutput::
548
549
- [-0.57745914 -0.2781511 0.76757599]
+ [0.57745914 0.2781511 -0.76757599]
550
551
Now, to find the intersection of this vector with the Earth’s surface we can
552
use the :meth:`~skyfield.toposlib.Geoid.intersection_of()` method:
0 commit comments