We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The automated eddy_qc framework currently does not include the CNR metrics and therefore outputs the CNR in qc.json files as -1 for all runs.
eddy_qc
qc.json
The --cnr_maps flag can be added to the 02_proc-dwi.sh module, line 372-373, so that when eddy_quad is executed in line 386, the CNR will be included.
--cnr_maps
02_proc-dwi.sh
eddy_quad
echo -e "COMMAND --> dwifslpreproc $dwi_4proc $dwi_corr $opt -pe_dir $pe_dir -readout_time $ReadoutTime -eddy_options \" --data_is_shelled --slm=linear --repol\" -nthreads $threads -nocleanup -scratch $tmp -force" dwifslpreproc "$dwi_4proc" "$dwi_corr" $opt -pe_dir "$pe_dir" -readout_time "$ReadoutTime" -eddy_options " --data_is_shelled --slm=linear --repol" -nthreads "$threads" -nocleanup -scratch "$tmp" -force
For more info: https://git.fmrib.ox.ac.uk/nichols/docdev/-/blob/add-eddy-qc/docs/diffusion/eddyqc.md
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The automated
eddy_qc
framework currently does not include the CNR metrics and therefore outputs the CNR inqc.json
files as -1 for all runs.The
--cnr_maps
flag can be added to the02_proc-dwi.sh
module, line 372-373, so that wheneddy_quad
is executed in line 386, the CNR will be included.For more info:
https://git.fmrib.ox.ac.uk/nichols/docdev/-/blob/add-eddy-qc/docs/diffusion/eddyqc.md
The text was updated successfully, but these errors were encountered: