Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

GuLinux/PySpectrum

Repository files navigation

PySpectrum

PySpectrum is a Python-Qt5 application for amatorial spectrography. It aims at being simple to use, yet still powerful thanks to the scientific support available on python.

Requirements

  • python3
  • PyQt5
  • astropy
  • matplotlib
  • numpy
  • scipy
  • astroquery

On ubuntu you might install all required dependencies with the following commands:

sudo apt-get install -y python3-pyqt5 python3-astropy python3-matplotlib python3-scipy python3-pip
sudo pip3 install astroquery

Download

You can get PySpectrum by simply cloning its main git repository:

git clone https://gulinux@bitbucket.org/gulinux/pyspectrum.git

Alternatively, you can download a snapshot of the repository:

wget https://bitbucket.org/gulinux/pyspectrum/get/master.tar.gz
tar xzf master.tar.gz

Launching

Just launch the pyspectrum.py script in a shell from the main sources directory:

./pyspectrum.py

Or use your python3 binary:

/usr/bin/python3.5 pyspectrum.py

Author

Marco Gulino marco@gulinux.net

Licensed under GPLv3 (see COPYING file)

Acknowledgments

About

Simple spectral analysis for amateur astronomers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages