This repository contains the preprocessing and fitting scripts for double PGSE data ("Bibek sequence")
- Estimate slicewise gaussian sigma (or voxelwise if you have noisemap) with autodmri github preprint
- Correct for non-gaussian Bias (second moment method)
- Denoising (Mrtrix's implementation of MPPCA)
- Gibbs ringing correction (Mrtrix's implementation of the subvoxel shifts method)
- Split dataset by b-value and b-tensor shape
- Compute susceptibility induced distorsions from AP PA B0 (FSL's topup)
- Linear registration (motion correction) and averaging of lowest b-value (FSL's mcflirt)
- Get brain mask from moco low b image for eddy current correction (FSL's bet)
- Estimate gradient non-linearity distorsion (THIS version of gradunwarp, requires "secret" coeff.grad file)
- Estimate diffusion gradient eddy current induced distorsions (FSL's eddy)
- single interpolation application of (6) (9) (10)
- Apply spherical averaging to shell
- Compute b0 image from fitting tensor on 2 lowest shells
- Upgrade debiasing second moment method for recalibration from NLSAM
- Because the vector norms in the gradient scheme file are relative, we need to detect the bmax probably from the DICOM header to be able to remove all the hardcoded b-values
- The one step interpolation of eddy and gradient non-linearity relie on hardcoded software paths
- the coeff.grad file relies on an hardcoded path
- Fix and move back to Cornelius Eichner's version of one step interpolation of eddy and gradient non-linearity
- download and install
autodmri
github