Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jcohenadad committed Apr 16, 2024
1 parent 47746e8 commit e6b338f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions data_processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@
"\n",
"for subject in subjects:\n",
" os.chdir(os.path.join(path_data, subject, \"fmap\"))\n",
" \n",
" # registering B1 maps\n",
" !sct_register_multimodal -i {subject}_acq-anat_TB1TFL.nii.gz -iseg {subject}_acq-anat_TB1TFL_seg.nii.gz -d ../anat/{subject}_inv-1_part-mag_MP2RAGE_crop.nii.gz -dseg ../anat/{subject}_UNIT1_seg_crop.nii.gz -param step=1,type=seg,algo=centermass -qc \"{path_qc}\""
]
},
Expand All @@ -207,8 +205,6 @@
"\n",
"for subject in subjects:\n",
" os.chdir(os.path.join(path_data, subject, \"fmap\"))\n",
" \n",
" # registering B1 maps\n",
" !sct_register_multimodal -i {subject}_acq-famp_TB1DREAM.nii.gz -d ../anat/{subject}_UNIT1_crop.nii.gz -dseg ../anat/{subject}_UNIT1_seg_crop.nii.gz -param step=1,type=im,algo=slicereg,metric=CC,smooth=1 -qc \"{path_qc}\""
]
},
Expand Down

0 comments on commit e6b338f

Please sign in to comment.