diff --git a/data_processing.ipynb b/data_processing.ipynb index 42e087e..1a9525a 100644 --- a/data_processing.ipynb +++ b/data_processing.ipynb @@ -218,7 +218,6 @@ "# Copy CSF masks from the derivatives folder\n", "\n", "# For more details about how these masks were created, see: https://github.com/shimming-toolbox/rf-shimming-7t/issues/67\n", - "\n", "for subject in subjects:\n", " os.chdir(os.path.join(path_data, subject, \"anat\"))\n", " fname_manual_seg = os.path.join(path_labels, subject, \"anat\", f\"{subject}_acq-CoV_T2starw_label-CSF_seg.nii.gz\")\n",