Skip to content

Commit

Permalink
Added verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
jcohenadad committed Dec 23, 2023
1 parent 7e9b051 commit 8ebb83e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data_processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,13 @@
"# Define useful variables\n",
"\n",
"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",
"subjects = glob.glob(\"sub-*\")"
"print(f\"shim_modes: {shim_modes}\")\n",
"subjects = sorted(glob.glob(\"sub-*\"))\n",
"print(f\"subjects: {subjects}\")"
]
},
{
Expand Down

0 comments on commit 8ebb83e

Please sign in to comment.