Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable DWI preprocessing #1

Open
maedoc opened this issue Jan 13, 2022 · 1 comment
Open

Enable DWI preprocessing #1

maedoc opened this issue Jan 13, 2022 · 1 comment

Comments

@maedoc
Copy link
Member

maedoc commented Jan 13, 2022

DWI preprocessing has been a TODO in this repo for a while. Mrtrix3's combination of denoising and FSL preprocessing should still be used even when lacking RPE.

@maedoc
Copy link
Member Author

maedoc commented Jan 13, 2022

$ dwidenoise raw.mif raw_denoise.mif
$ mrconvert -set_property TotalReadoutTime 0.01 raw_denoise.mif raw_denoise_trt.mif
$ dwifslpreproc -rpe_none -pe_dir j- raw_denoise_trt.mif rawpp.mif -eddy_options="--slm=linear"

where j- is from

$ mrinfo raw.mif | grep Enc
  PhaseEncodingDirection: j-

(not sure why it doesn't figure that out itself) and the -eddy_options="--slm=linear" is a recommendation of the dwifslpreproc script itself for this dataset which has an asymmetric gradient scheme. The total readout time bit is arbitrary but ok, cf here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant