This project aims to add a graphical user interface to the PyFitIt package. This application currently features:
- The ability to create project files for the inverse method, including:
- The ability to add and edit deformations
- Basic tooltips for many input fields
NOTE: Most features are still in an unfinished state.
In order to install the package, download the source code via either:
git clone https://github.com/Sfonxu/pyfitit-gui.gitor by downlading the .zip file. Then, in the source code folder after creating a virtual environment use:
pip install . After installing, launch the app by typing pyfitit-gui in your terminal.