Skip to content

positroncascade/iMars3D

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

iMars3D

Normalization, corrections, and reconstruction for the Neutron Imaging Beam Lines

Reconstruction of a CT scan:

>>> from imars3d.CT import CT
>>> ct = CT("/path/to/mydata")
>>> ct.recon()

Installation under a conda environment

Install dependencies:

$ conda config --add channels conda-forge
$ conda install pytest pyyaml numpy scipy matplotlib astropy mpi4py psutil scikit-image
$ conda install -c dgursoy tomopy=0.1.15
$ pip install progressbar2

If running the jupyter interface, install more dependencies:

$ conda install -c neutrons ipywe

To install imars3d itself,

$ cd /path/to/imars3d; python setup.py install

Configuration

See tests/imars3d/imars3d.conf for an exampmle.

About

Preprocessing and reconstruction for the Neutron Imaging Beam Lines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 95.1%
  • Python 4.8%
  • Other 0.1%