Skip to content

Python script for extracting a background model of astrophotos

License

Notifications You must be signed in to change notification settings

schmelly/Background_extraction

 
 

Repository files navigation

GraXpert is an astronomical image processing program for extracting and removing gradients in the background of your astrophotos.

Original Gradients removed
Before After
Before After

Homepage: https://www.graxpert.com
Manual: https://www.graxpert.com/daten/graXpert_manual_EN.pdf
Download: https://github.com/Steffenhir/GraXpert/releases/latest

Installation for Developers

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

About

Python script for extracting a background model of astrophotos

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 89.6%
  • Tcl 9.9%
  • Other 0.5%