-
repo:
https://github.com/hoylemd/python-skyfield/tree/keplerian_orbits
paper on the task:
http://ssd.jpl.nasa.gov/txt/aprx_pos_planets.pdf
-
Hello!
I'm having some issues with the find_events() method. I'm unable to verify any of the pass times with what NY2O tells me for the same satellite/location.
For reference here is my code:
t…
-
Package name: numpy
Issue type: Broken package
Link to piwheels page: https://www.piwheels.org/simple/numpy/numpy-1.17.0-cp37-cp37m-linux_armv7l.whl
Version: 1.17.0
Python version: 3.7
More infor…
-
### Description
### Expected behavior
### Actual behavior
### Steps to Reproduce
1. [First Step]
2. [Second Step]
3. [and so on...]
```python
# Put your…
-
I have been playing with the example in:
https://rhodesmill.org/skyfield/examples.html#what-is-the-right-ascension-and-declination-of-a-point-in-the-sky
And what I believe I am doing is taking a…
-
I believe there is a problem when computing the velocity vector of a satellite using a TLE.
[This notebook](https://github.com/daniestevez/jupyter_notebooks/blob/master/eshail2/Skyfield%20TLE%20veloc…
-
In relation to #404: 32-bit intel is not precise enough for this test
```
[ 93s] =================================== FAILURES ===================================
[ 93s] ______________________…
-
Hi Brandon,
another topic reached me on ubuntu:
your setup.py for skyfield says actually jplephem>=2.11
but in actual skyfield you import in jpllib line 6:
`from jplephem.exceptions import Out…
-
I think the second attribute "longitude" should be "elevation_m"? I'm new at this, but I think the distance object is the elevation.
-
Skyfield is AWESOME! Really great work, thanks for maintaining it!
After reading the API Ref on find_discrete and trying the example in the docs for finding opposition and conjunction, it is uncle…