-
Thank you for the wonderful package. I was wondering if there is a preferred way to cite the SkyField package?
-
This is your code from https://stackoverflow.com/a/51698405/8422121
```
from numpy import arange
from skyfield.api import load, EarthSatellite
iss_tle0 = """\
1 25544U 98067A 18184.80969102…
-
What would be the best approach to extract the raw coefficients in a data type 2 BSP file?
Thanks
-
Hi Brandon,
first of all many thanks for all the learning I received from watching your talks at PyCon’s the last years.
I developed a mount model build package in python and recognized now that …
-
This might be a file format question, so I understand if you prefer me to offset this to the NAIF team.
In [spk.generate](https://github.com/brandon-rhodes/python-jplephem/blob/7dae84d506edeccf8189…
-
@wafels said: We should unify sun_pos.py and sunpy.sun but agree on which calculation to use on PR #452
-
Hi
I noted that there are some extra fields in the time object such as .P, .N, .NT etc. These seem to be the Precession matrix ,Nutation matrix, What are the Tvaraiants? Is it Transpose?
The rea…
-
I'm using SGP4 to propagate the trajectories of 2 satellites in 1 week. I need to achieve the distance between 2 satellites for each second.
Is there an optimal way to do it with Skyfield? Or, I ha…
-
I'm sure we had issues about this in the past, but the docs and the now cleaned up `pip-requirements` files got out of sync again as it got discovered in https://github.com/astropy/astropy/pull/8048
…
-
It would be really nice to be able to create a timeseries with the `Time` class.
One way to do this would be to have a Time, and then loop and add 30 second each iteration (for example).
```python
…
dtkav updated
5 years ago