A qt-based GUI program that offers a graphical interface to visually inspect the data processed by the iqtools library. Please refer to that library for more information and background on how the library works. This GUI tool also offers contrast manipulation and save/restore of plot configuration files. So if you create a plot for a publication, you can recreate the same plot later directly from the raw data.
Alternatively you can just run the program as a python script. This code depends on the iqtools library library, so you need to follow the installation instructions there first.
After installing the dependencies you can just run the program with:
python ./iqgui.py
alternatively you can install it using pip
. Go to the directory and perform:
pip install .
you can see the installed files by:
pip show -f iqgui
you can uninstall it by:
pip uninstall iqgui
You can just use the program by using the binaries. In the release section of this repository there are binaries available for Windows. These have been tested also for Win-10.
I am thankful to @carlkl for his valuable help in making a stand alone binary under MS Windows and also for fruitful discussions and suggestions.