-
Version numbering is "a.b.c" format.
Each program has a list of versions that it will accept from its partner program.
The "c" element is really for bug fixes rather than functional changes.
The pr…
-
This one has me a bit stumped. Running test code on Windows, all is well and good. Running the same code on Linux on two different computers (One WSL, one native, both Ubuntu 22.04) results in unusual…
-
```python
>>> print(ts.utc(2023, 12, 31, 23, 59, 59.5).utc_strftime('%Y-%m-%d %H:%M:%S'))
2024-01-01 00:00:00
>>> print(ts.utc(2023, 12, 31, 23, 59, 30).utc_strftime('%Y-%m-%d %H:%M'))
2024-01-01 …
-
I have two functions that get TEME and GCRS Earth-Sun position vectors:
`earth_sun_vectors.py`
```
"""Utilities for getting Earth-Sun vectors in a reference frame at a UTC epoch."""
# Standard…
-
**Describe the bug**
The [ipycanvas](https://ipycanvas.readthedocs.io/en/latest/index.html#) package installs but does not show any rendered output.
**To Reproduce**
1. Install ipycanvas using Ju…
onsi updated
7 months ago
-
Hello,
when I connect from remote with Ekos, indiserver provide the "indi_simulator_ccd" and not the IMX 477 or libcamera or indi_rpicamera and photos are all black:
pi@astro:~ $ ps ax | grep indise…
-
Unfortunately, in addition to FITSIO being upset about being asked to read in the image headers from jointly owned images, I don't think the exposure maps are going to match the images:
https://ero…
-
Hi,
I encountered a strange situation when calling find_events with TLEs for CUBEBUG-2 (LO-74). I give it a time span of 1 day but it returns only two events. I tried to lower the altitude argument…
-
What do you think about adding a helper API to retrieve a chrono datetime from a `MonotonicTime` ?
The [chrono::DateTime](https://docs.rs/chrono/latest/chrono/struct.DateTime.html) is an extremely c…
-
Hi there!
I was hoping someone could help me please. I'm trying to obtain ephemeris information, specifically the position of Mars with a Geocentric Coordinate Centre. In Horizons, this looks as f…