MRtrix3 provides a set of tools to perform various advanced diffusion MRI analyses, including constrained spherical deconvolution (CSD), probabilistic tractography, track-density imaging, and apparent fibre density
Supersedes #2645.
The aim is to enforce the use of std::filesystem::path throughout the entire codebase and minimise the use of custom functionality for file system operations (e.g. in core/file).
This is going to be a large PR and is still very much WIP.
Supersedes #2645. The aim is to enforce the use of
std::filesystem::path
throughout the entire codebase and minimise the use of custom functionality for file system operations (e.g. incore/file
). This is going to be a large PR and is still very much WIP.