https://github.com/isisneutronmuon/nxtomotesting
https://github.com/isisneutronmuon/nxtomotesting
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/isisneutronmuon/nxtomotesting
- Owner: ISISNeutronMuon
- Created: 2021-06-03T15:12:38.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-06-07T14:15:38.000Z (about 4 years ago)
- Last Synced: 2023-10-20T20:27:20.686Z (over 2 years ago)
- Language: Python
- Size: 449 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/ISISNeutronMuon/NXTomoTesting/releases)
[](https://github.com/ISISNeutronMuon/NXTomoTesting/actions)
NXtomoWriter
============
NXtomoWriter provides a function to convert tomography data stored as TIFF image files to a Nexus compliant file format
(using [NXtomo](https://manual.nexusformat.org/classes/applications/NXtomo.html))
How to run the code
-------------------
The code is Python 3 compatible. To run the source:
1. Download the repository
2. Install dependencies
pip install -r requirements.txt
3. Open python and type
import nxtomowriter as ntw
Build instruction
-----------------
To build the wheel
python setup.py bdist_wheel
To buid the GUI
PyInstaller build.spec