AstroPhoto-Plus icon indicating copy to clipboard operation
AstroPhoto-Plus copied to clipboard

A lightweight, web based astrophotography sequence generator and INDI client written in Python and React.

Results 99 AstroPhoto-Plus issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

enhancement
large
tech debt

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

enhancement
small
tech debt

- 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

medium
tech debt

Advertise backend presence on local network, to allow native frontends to easily find it.

enhancement
medium

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...

medium
tech debt

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...

enhancement
epic

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

enhancement
small

might depend on #154

enhancement
small

Currently only direct matching is supported for deep sky objects selection. A simple substring matching should be sufficient. Might depend on #154

enhancement
small

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...