Skip to content

Commit

Permalink
Declare variables so cell can run as standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
jcohenadad committed Jan 31, 2024
1 parent 537854d commit 208b6f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data_processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -843,6 +843,8 @@
"\n",
"# Select subject to show\n",
"subject = 'sub-05'\n",
"os.chdir(os.path.join(path_data, subject, \"fmap\"))\n",
"file_mask = f\"{subject}_acq-anatCP_TB1TFL_mask-shimming.nii.gz\"\n",
"\n",
"# Defining crop limits for resulting figure\n",
"xmin = 20\n",
Expand Down

0 comments on commit 208b6f6

Please sign in to comment.