QtYETI is a program meant to faciliate the data reduction of Echelle spectra with and without image slicers.
2022-2024 Jakob Wierzbowski jw.echelle@outlook.com
This program is in its beginning stages. It is possible to fit and extract 1D spectra from 2D spectrograms.
A spectral calibration is under development.
Everything has been tested in a native python environment. Currently we have no experience using conda
environments.
python -m pip install --upgrade pip
pip install --upgrade setuptools
pip install -r requirements.txt
• Navigate to the directory where QtYETI has been extracted to
• Start the program via
python ./QtYeti.py
In the Calibration
Tab you can find a geometric calibrator that has been used to sucessfully predict ThAr lines in our manuscript.
Check out the QuickStart.md documentation.
• Windows 10/11 64bit
• Linux Mint 21.2 (Codename: Victoria)
• Ubuntu Linux 22.04
• MacOS 14.1.2
pip install
astropy>=6.0.0
configparser
datetime
matplotlib>=3.6.3
numpy
PyQt5
PyQt5-Qt5
PyQt5-sip
scipy
see also requirements.txt