Skip to content
Jiao edited this page Jul 21, 2016 · 15 revisions

iMars3D 3D reconstruction software for neutron imaging

Run

  • Create a directory for the reconstruction, and cd into it
$ mkdir -p ~/recon/turbine
$ cd ~/recon/turbine
  • Create a recon script:
#!/usr/bin/env python
from imars3d.CT import CT
ct = CT("path")
ct.recon()

Remember to replace path with the path to the CT data directory (which contains WB/DF/CT data)

Reconstruction workflow

  • Preprocessing
    • gamma-filtering
    • normalization
    • intensity fluctuation correction
    • cropping
    • smoothing
    • tilt correction
  • Reconstruction
    • build sinograms
    • find rotation center
    • reconstruct
Clone this wiki locally