-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Jiao edited this page Jul 21, 2016
·
15 revisions
- 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)
- Preprocessing
- gamma-filtering
- normalization
- intensity fluctuation correction
- cropping
- smoothing
- tilt correction
- Reconstruction
- build sinograms
- find rotation center
- reconstruct