AstroPhoto-Plus
AstroPhoto-Plus copied to clipboard
A lightweight, web based astrophotography sequence generator and INDI client written in Python and React.
Currently we use SQLite3 for storing stars data for sky map, and redis for everything else (including NGC/IC catalogs). It would be better to unify those databases, either in only...
follow up to #160 and #165 Add better error handing, for instance by choosing what to do in case of errors, for instance if dithering fails or star is lost
- add better API helpers, to remove lots of the current boilerplate. - Try to support async/await - add (or ease) notification support - add parameter to automatically manage spinners
Advertise backend presence on local network, to allow native frontends to easily find it.
We currently have way too many threads. we could optimise things by centralising some threads (for instance, SSE, sequences), using more queues, and more multiprocessing when needed and possible. SSE...
INDIGO offers a native JSON api which might be used to entirely replace the old INDI python wrapper, based on `pyindi-client`. This might offer better performances and a much simplified...
There are already stars catalog committed up to magnitude 15. Right now they're not built in with the app to save up space. Related to #156 might depend on #154
Currently only direct matching is supported for deep sky objects selection. A simple substring matching should be sufficient. Might depend on #154
Hi all, I'm trying to use the raspberry camera with AstroPhoto-Plus as a low cost imaging system. I installed the AstroPhoto-Plus RPI img on a Raspberry 3B+, the sytem recognize...