CodeSchmiedeHGW / BLITZ

Bulk Loading and Interactive Time series Zonal analysis
GNU General Public License v3.0
1 stars 0 forks source link
bulk-loader image-processing image-viewer multiprocessing pyqt5 pyqtgraph python time-series-analysis

BLITZ

BLITZ is an open-source image viewer specifically designed for "Bulk Loading and Interactive Time series Zonal analysis," developed at the INP Greifswald. It is optimized for handling extensive image series, a common challenge in diagnostic imaging and process control. Programmed primarily in Python and utilizing QT and PyQTGraph. BLITZ offers:

Download the Latest Release for Windows

Most recent release

Documentation and examples

We provide a short walkthrough through BLITZ explaining all core functionalities.

(Click if animation is not playing) GIF_Animation

Compiling and Developing

$ git clone https://github.com/CodeSchmiedeHGW/BLITZ.git
$ cd BLITZ
$ poetry install
$ poetry run python -m blitz

You can create a binary executable from the python files using pyinstaller with the following options.

$ pyinstaller --onefile --noconsole --icon=./resources/icon/blitz.ico blitz_main.py

Additional Resources

License

BLITZ is licensed under the terms of the GNU General Public License version 3 (GPL-3.0). Details can be found in the LICENSE file.