-
I am trying to use ``get_body`` to get the RA/Dec for the sun on a certain date, and am interested in getting the apparent coordinates consistent with JPL horizons. If I go to [Horizons](https://ssd.j…
-
I'm a recent user of Skyfield and it's been an excellent tool! I've been looking at satellite illuminations and was using JPL's Horizon app as a check. I was working through your ISS example from "Bl…
-
This week I'll learn the data formats on the JPL/Horizons website and the format in which Sorcha expects the data. Will also work on code to convert from one format to the other.
-
This need not necessarily be an issue to fix, just a behaviour to be aware of, and ideally to have a catch in the software for.
For my project, I'm generating space parallaxes for long baseline l…
-
I use e.g. the following code to generate the ecliptic longitudes of Pluto and Juno seen from Earth on a given date and time in 1859:
```
from skyfield.api import load
from skyfield.data import m…
-
There was a feature request on stackoverflow:
https://stackoverflow.com/questions/77509022/how-can-i-get-solar-system-body-mass-radius-in-python
```python
from astroquery.jplhorizons import Horiz…
-
Is it possible to directly open a preset via url, like http://sshwifty.local:8080/preset-1?
-
Hi,
I am trying to generate ephemeris for astronomical observations from Hubble Space Telescope (LEO) and the Euclid Space Telescope (Lagrangian point 2). As far as I understand from the documenta…
-
![image](https://user-images.githubusercontent.com/1320252/157983812-16cbefbd-b952-4272-80a9-8ab500aa9b61.png)
- http://www.nssc.ac.cn/wxzygx/weixin/201607/P020160718380095698873.pdf
Tool chain
…
-
I'm trying to get the RA/Dec of an asteroid from the position of a satellite. I have the satellite's lat/lon/altitude, and I get the asteroid position from astroquery's jpl horizons package. The res…