HINEC: HIgh-order NEural Connectivity¶
Human brain white matter tractography pipeline with YAML-based parameter configuration.
What is HINEC?¶
HINEC processes raw diffusion-weighted MRI (dMRI) data through a complete pipeline:
- Preprocessing — motion/eddy correction via FSL
- Diffusion tensor estimation — SPD-constrained fitting
- FA computation — fractional anisotropy maps
- Parcellation — atlas-based brain region segmentation
- Tractography — high-order fiber tracking (FACT, RK4, RKF45)
- Visualization — 3D and fast slice-based viewing
Quick Start¶
# Default run — auto-creates organized run directory
./bin/run_hinec.sh data/parcellation_sample/sample sample.mat
# High precision (publication quality)
./bin/run_hinec.sh data/parcellation_sample/sample sample.mat config/high_precision.yml
# Fast exploration
./bin/run_hinec.sh data/parcellation_sample/sample sample.mat config/fast_exploration.yml
Or from MATLAB:
Navigation¶
| Section | Description |
|---|---|
| Pipeline | End-to-end data flow and module overview |
| Tractography | Standard and high-order fiber tracking |
| Configuration | YAML parameter system |
| Visualization | 3D and distributed slice viewing |
| API Reference | Complete function reference |
| Math Foundations | Formulas and numerical methods |