-
I'd be curious how you handle this setup. I'm running a setup identical to yours and found that my 676MC was hanging due to overheating in my enclosure, even with 2 40mm fans running to remove the exc…
-
Hi
I tried with much frustration to get this to work.
I was using the web server to -> config -> sensors and choose sensor A as the BME sensor to 280, on bus 77
I was able to check via a python …
-
The [Detecting polar day and polar night](https://rhodesmill.org/skyfield/almanac.html#detecting-polar-day-and-polar-night) section says: "In the Arctic and Antarctic, there will be summer days when t…
-
Hi, I was looking for an alternative to pyorbital and came across skyfield.
But as soon as I decided to calculate the satellite position I ran into a problem:
Following https://rhodesmill.org/sky…
-
![image](https://github.com/skyfielders/python-skyfield/assets/156312073/1152204c-9671-4413-9f12-9fd9856d4def)
-
Right now, we have [what seems to be TETE](https://github.com/skyfielders/python-skyfield/blob/master/skyfield/framelib.py#L58-#L77) in framelib.py. It would be nice to have TEME as a reference frame …
-
The library on which pyephem is built cannot handle topocentric astrometry (see https://github.com/brandon-rhodes/pyephem/issues/168), causing a few arcsecond jitter of true positions in actual images…
-
Hello, I'm trying to calculate the rise and set for every planet on the Solar System but for some planets doesn't work (i.e Jupiter and Neptune).
This is part of the code:
from skyfield import api…
dyk74 updated
9 months ago
-
### What happened?
I install the conda in my linux system. However, many conda commands are not available,such as conda create,conda search,conda update... .
When I use conda create,conda update ,…
-
An example is given below.
```python
from skyfield.api import load
from datetime import timedelta
ts = load.timescale()
now = ts.now()
future = now + timedelta(days=1)
now < future
# T…