shimming-toolbox
shimming-toolbox copied to clipboard
Implement another phase unwrapper
Prelude is currently implemented but other algorithms are also available such as
- [ ] SEGUE
- Paper
- Software: https://xip.uclb.com/product/SEGUE
- The technique is written in MATLAB
- [ ] QGU
- [ ] coSpi (Finsterbusch)
- [ ] ROMEO
- [x] Scikit-image > unwrap_phase
- Might not be well suited the MR phase images as it was not developed for that
- Arevallilo Herraez et al. “Fast two-dimensional phase-unwrapping algorithm based on sorting by reliability following a noncontinuous path”
- Abdul-Rahman et al. “Fast three-dimensional phase-unwrapping algorithm based on sorting by reliability following a non-continuous path"
etc...
It could be very interesting for us to implement these different methods and to compare them on in-vivo phase images.
Another related project could be to implement a multi-echo B0 mapping method.
A wrapper to all these unwrapper could also be implemented. Here is some recycled code from PR unwrap_phase where prelude was implemented.