NXtomoWriter provides a function to convert tomography data stored as TIFF image files to a Nexus compliant file format (using NXtomo)
The code is Python 3 compatible. To run the source:
-
Download the repository
-
Install dependencies
pip install -r requirements.txt
-
Open python and type
import nxtomowriter as ntw
To build the wheel
python setup.py bdist_wheel
To buid the GUI
PyInstaller build.spec