A GUI visualizer for the FPD library
A Python 3 installation is needed to run this program
Data from a STEM microscope is needed to make full use of the program's capabilities
Install FPD-Explorer package using the setup script from the project root:
python setup.py install
A dark style is available for this program. It can be installed with either pip:
pip3 install git+git://github.com/09ubberboy90/qdarkgraystyle.git
or cloning the repository:
git clone https://github.com/09ubberboy90/qdarkgraystyle.git
cd qdarkgraystyle
python setup.py install
Run this command from the project root before starting for the first time:
python compile_ui.py
Run this command from the project root:
python main.py
Run this command from the project root:
pytest
This project is licensed under the GPLv3 License - see the LICENSE.md file for details
- FPD library and its developer for providing the code needed to analyse the data
- University of Glasgow School of Physics & Astronomy for giving us this project, especially Dr Damien McGrouther and Dr Trevor Almeida
- University of Glasgow School of Computing Science for providing the courses without which this project would not have been possible
- Justyna Toporkiewicz for being our coach and helping us during the development