GraXpert is an astronomical image processing program for extracting and removing gradients in the background of your astrophotos.
Original | Gradients removed |
---|---|
Homepage: https://www.graxpert.com
Manual: https://www.graxpert.com/daten/graXpert_manual_EN.pdf
Download: https://github.com/Steffenhir/GraXpert/releases/latest
Clone repository
git clone https://github.com/Steffenhir/GraXpert
cd graxpert
Create new venv and install required packages
conda create --name graxpert python=3.10
conda activate graxpert
conda install --file requirements.txt
Starting from source
python graxpert/gui.py