Skip to content

Commit

Permalink
Removed debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jcohenadad committed Jan 9, 2024
1 parent 65dbd7a commit afce8ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data_processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@
"path_data = os.getcwd()\n",
"print(f\"path_data: {path_data}\")\n",
"path_qc = os.path.join(path_data, \"qc\")\n",
"# shim_modes = [\"CP\", \"CoV\", \"patient\", \"phase\", \"SAReff\", \"target\", \"volume\"]\n",
"shim_modes = [\"CP\", \"CoV\"] # debugging\n",
"shim_modes = [\"CP\", \"CoV\", \"patient\", \"phase\", \"SAReff\", \"target\", \"volume\"]\n",
"# shim_modes = [\"CP\", \"CoV\"] # debugging\n",
"print(f\"shim_modes: {shim_modes}\")\n",
"subjects = sorted(glob.glob(\"sub-*\"))\n",
"print(f\"subjects: {subjects}\")"
Expand Down

0 comments on commit afce8ad

Please sign in to comment.