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

Include CNR in eddy_qc ouputs #141

Open
donnagift opened this issue Nov 21, 2024 · 0 comments
Open

Include CNR in eddy_qc ouputs #141

donnagift opened this issue Nov 21, 2024 · 0 comments

Comments

@donnagift
Copy link

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.

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.

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

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