Skip to content

Commit

Permalink
Added info about QC review
Browse files Browse the repository at this point in the history
  • Loading branch information
jcohenadad committed Jan 10, 2024
1 parent 2a4c3d0 commit 9cddd3e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions data_processing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@
"- Convert the B1 map to nT/V units\n",
"- Extract the B1 map value within the spinal cord\n",
"\n",
"```{note}\n",
"Slow processes are indicated with the emoji ⏳\n",
"```"
">Slow processes are indicated with the emoji ⏳"
]
},
{
Expand Down Expand Up @@ -96,7 +94,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "425724d9",
"id": "bc5a2ec0",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -108,7 +106,7 @@
{
"cell_type": "code",
"execution_count": null,
"id": "d774d3c0",
"id": "5efab0b8",
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -126,11 +124,11 @@
{
"cell_type": "code",
"execution_count": null,
"id": "83822d93",
"id": "4238e452",
"metadata": {},
"outputs": [],
"source": [
"# Install SCT\n",
"# Install SCT\n",
"# ℹ️ No need to run this cell if you run this notebook locally and already have SCT installed.\n",
"\n",
"!git clone --depth 1 https://github.com/spinalcordtoolbox/spinalcordtoolbox.git\n",
Expand Down Expand Up @@ -204,7 +202,9 @@
"source": [
"## Verify QC report (GRE segmentation)\n",
"\n",
"Open the quality control (QC) report located under `ds004906/qc/index.html`. Make sure the spinal cord segmentations are correct before resuming the analysis."
"Open the quality control (QC) report located under `ds004906/qc/index.html`. Make sure the spinal cord segmentations are correct before resuming the analysis.\n",
"\n",
">If you run this notebook on Google Colab, you can skip as the QC report cannot easily be viewed from Google Colab. If you *really* want to see the QC report, you can create a cell where you zip the 'qc/' folder, then you can download it on your local station and open the index.html file. \n"
]
},
{
Expand Down

0 comments on commit 9cddd3e

Please sign in to comment.