AstroPhoto-Plus
AstroPhoto-Plus copied to clipboard
A lightweight, web based astrophotography sequence generator and INDI client written in Python and React.
Very low priority, now that we have offline solving
Possible implementations: 1) Use PHD2 APIs: https://github.com/OpenPHDGuiding/phd2/wiki/EventMonitoring Upsides: - Requires less effort - Reliable and well tested guiding solution Downsides: - will require the user to start and configure PHD2...
Open questions: what directories should be monitored? Is it a per sequence indicator, or a global one?
ios/android specific versions using React Native Subtask: - [x] create skeleton native app - [ ] switch to `react-navigation` - [ ] add new component for selecting server - [...
Package a desktop version to have native notifications on Desktop. ~~Blocked by https://github.com/electron/electron/issues/15448 (unless we decide to package the bundle entirely inside the electron app)~~ Now implemented with Qt WebEngine,...
A simple tool to plan astrophotography sessions. Desired features: - [ ] Use connected or past devices to calculate FoV - [ ] Use js sky map - [ ]...
Parent task: #33 Use [Donuts](https://github.com/jmccormac01/Donuts) as guiding/tracking algorithm for a builtin autoguiding solution. Tasks: - [ ] add Donuts service (fork a new process?) - [ ] implement image grabbing...
Useful for alignment module: https://github.com/GuLinux/StarQuew/issues/28
Write a new script/program that is meant to run as root, for managing current tasks executed by commands. This should be set as default to run with sudo (NOPASSWD) for...