Skip to content

Commit

Permalink
Merge pull request #65 from shimming-toolbox/jca/35-register-t2starw
Browse files Browse the repository at this point in the history
Register the other shim methods to the GRE CoV scan
  • Loading branch information
dpapp86 authored Jan 17, 2024
2 parents 079d80e + 61f67c3 commit 39495d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@
" for shim_mode in shim_modes:\n",
" # Don't do it for CoV_T2starw\n",
" if shim_mode != 'CoV':\n",
" !sct_register_multimodal -i {subject}_acq-{shim_mode}_T2starw.nii.gz -d {subject}_acq-CoV_T2starw_crop.nii.gz -dseg {subject}_acq-CoV_T2starw_crop_seg.nii.gz -param step=1,type=im,algo=slicereg,metric=CC -qc {path_qc}"
" !sct_register_multimodal -i {subject}_acq-{shim_mode}_T2starw.nii.gz -d {subject}_acq-CoV_T2starw_crop.nii.gz -dseg {subject}_acq-CoV_T2starw_crop_seg.nii.gz -param step=1,type=im,algo=dl -qc {path_qc}"
]
},
{
Expand Down

0 comments on commit 39495d0

Please sign in to comment.