Expand description
Phase unwrapping methods
Removes 2π wraps from MRI phase data.
unwrap_romeo/unwrap_romeo_multi_echo— ROMEO, region growing with quality-guided ordering (RomeoParams)laplacian_unwrap— Laplacian unwrapping (Neumann BC on the array)laplacian_unwrap_bfr— Laplacian unwrapping + background field removal (∇² masked to the ROI); see thelaplacianmodule docs for why these differ
Re-exports§
pub use romeo::unwrap_romeo;pub use romeo::unwrap_romeo_multi_echo;pub use romeo::correct_multi_echo_wraps;pub use romeo::calculate_weights_romeo;pub use romeo::voxel_quality_romeo;pub use romeo::RomeoParams;pub use romeo::RomeoWeightType;pub use laplacian::laplacian_unwrap_bfr;Deprecated pub use laplacian::laplacian_unwrap;
Modules§
Enums§
- Unwrap
Method - Phase unwrapping method selection.