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, you can use the pip package manager:
pip install pyfitit-guior download the source code files. Then, in the source code folder after creating a virtual environment use:
pip install . to install the package.
After installing, launch the app by typing pyfitit-gui in your terminal.
Code documentation is generated via pdoc. This repo also contains a hand-written manual describing PyFitIt, and in the future it will also contatin a chapter on PyFitIt GUI.
This code is availible under the GNU GPL v3 license as stated in the LICENSE file.