Astronomy Observation Log. Tracks and organizes imaging sessions.
NOTE: this is a work in progress. It is written as a separate module so it can be used standalone, in addition to hopefully integrating it eventually with SeestarALP.
- ui - frontend in React
- server - simple Python API
- cli - majority of CLI code for scanning, loading, and managing images
Everything is driven by a configuration file.
Format:
include = *.fit
exclude = ._Light*
For the latest usage:
uv run alog.py --helpBy default the web service usings a sqlite3 database.
IF YOU RUN THIS WAY MAKE SURE YOU BACK UP THE DATABASE
uv run fastapi dev main.py