-
I see this local failure:
```
======================================================= FAILURES =======================================================
____________________________________________…
-
It would be useful to have a solar phase angle attribute (angle between Sun-body-observer) for Solar System objects.
-
🐞 **Problem**
The method `Orbit.from_body_ephem` returns the wrong orbit for bodies not orbiting the Sun, in particular for the Moon:
```
In [4]: Orbit.from_body_ephem(Moon)
Out[4]: 15…
-
I wanted to address the question "How does the Earth move in the sky as seen from the Moon?" (http://astronomy.stackexchange.com/q/8100/7982) but `body.topos()` failed for bodies other than the earth…
-
I am trying to track down what I think may be a bug in SOFA regarding polar motion. In their function Pvtob(), they do the standard rotation of the Earth by xp around the y axis and then yp around the…
-
When trying to use
carta --help
or carta --remote
etc., without an attempt to bring up the GUI in the first place, all startup options fail when there's no X display available.
The task startup …
-
In the routine `stepsize_precision.jl` in `paper/figures`, when the integration time is sufficiently long, there appear to be jumps in the ephemerides.
I tracked this down to a roundoff error in co…
-
```
>>> laplace_radius(Moon)
Traceback (most recent call last):
File "/home/juanlu/Development/poliastro/poliastro-library/src/poliastro/twobody/orbit.py", line 396, in from_body_ephem
r, v …
-
propagateTestParticle in pyoorb.py is use-case limited and needs to be made more general so that orbits generated by IOD can be propagated to generate ephemerides
-
I'm attempting to run the following example to test my installation of ChebTools on a Mac Pro (2019) running Mac OS X ver. 10.15.4 (Catalina) using the Anaconda distribution of Python ver. 3.7.6.
`…