From 69ea0aae20be2555d0099f0830b8542dd0ccc930 Mon Sep 17 00:00:00 2001 From: Mathieu Boudreau Date: Wed, 7 Feb 2024 12:36:47 -0400 Subject: [PATCH] Fix bad flag --- content/index.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/index.ipynb b/content/index.ipynb index d4b3e82..f53d9b4 100644 --- a/content/index.ipynb +++ b/content/index.ipynb @@ -1234,7 +1234,7 @@ "\n", "# Create RF shimming mask from the segmentation (re-create the live RF shimming procedure)\n", "file_mask = f\"{subject}_acq-anatCP_TB1TFL_mask-shimming.nii.gz\"\n", - "if notebook != 'figures':\n", + "if notebook != 'neurolibre-figures':\n", "\n", " !sct_maths -i {subject}_acq-anatCP_TB1TFL_seg_labeled.nii.gz -thr 3 -uthr 9 -o {file_mask}\n", " !sct_maths -i {file_mask} -bin 1 -o {file_mask}\n",