Skip to content

ElsevierSoftwareX/SOFTX_2018_179

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeuTomPy toolbox

NeuTomPy toolbox is a Python package for tomographic data processing and reconstruction. Such toolbox includes pre-processing algorithms, artifacts removal and a wide range of iterative reconstruction methods as well as the Filtered Back Projection algorithm. The NeuTomPy toolbox was conceived primarily for Neutron Tomography and developed to support the need of users and researchers to compare state-of-the-art reconstruction methods and choose the optimal data-processing workflow for their data.

Features

  • Readers and writers for TIFF and FITS files and stack of images
  • Data normalization with dose correction, correction of the rotation axis tilt, ring-filters, outlier removals
  • A wide range of reconstruction algorithms powered by ASTRA toolbox: FBP, SIRT, SART, ART, CGLS, NN-FBP, MR-FBP
  • Image quality assessment with several metrics

Installation

NeuTomPy toolbox supports Linux, Windows and Mac OS 64-bit operating systems.

First of all, install a conda python environment with Python 3.5 or 3.6.

It is required to install some dependencies, hence run the following inside a conda environment:

$ conda install -c simpleitk simpleitk
$ conda install -c astra-toolbox astra-toolbox
$ conda install -c conda-forge ipython numpy numexpr matplotlib astropy tifffile opencv scikit-image read-roi mkl_fft scipy six tqdm pywavelets

Then install NeuTomPy toolbox via pip:

$ pip install neutompy

NB: If a segmentation fault occurs when importing NeuTomPy, install PyQt5 via pip:

$ pip install PyQt5

Update

To update a NeuTomPy installation to the latest version run:

$ pip install neutompy --upgrade

Documentation

Complete documentation can be found on Read the Docs: https://neutompy-toolbox.readthedocs.io.

Tutorials and code examples of typical usage can be found in the folder examples.

A sample dataset for testing purpose can be found here. This dataset includes neutron radiographs of a phantom sample acquired at the IMAT beamline, ISIS neutron spallation source, UK.

Contact

If you want to contact us for any reasons, please send an email to: neutompy@gmail.com

License

The project is licensed under the GPLv3 license.

About

Python package for tomographic data processing and reconstruction. To cite this software publication: https://www.sciencedirect.com/science/article/pii/S2352711018302103

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%