Installation of task (not necessary, but recommended)
curl -sL https://taskfile.dev/install.sh | shtask installCreate a virtual environment using uv venv or python3 -m venv .venv, or any other prefered way.
To install dependencies:
uv sync --frozenor
pip install -r requirements.txtTo run a config.yaml is needed:
fits_path: /path/to/astrogeo
db:
host: host_name
dbname: database_name
user: user_name
psswd: user_password