Skip to content

Commit

Permalink
Replacing slicereg by deep learning registration
Browse files Browse the repository at this point in the history
Fixes #35
  • Loading branch information
jcohenadad committed Jan 17, 2024
1 parent 5055081 commit 61f67c3
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 61f67c3

Please sign in to comment.