Skip to content

Commit

Permalink
Merge pull request #10 from mtorabi59/main
Browse files Browse the repository at this point in the history
update demo
  • Loading branch information
mtorabi59 authored Nov 9, 2023
2 parents c4a0a4e + 99d90da commit 24e2c2d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions dFC_methods_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@
"!curl --create-dirs https://s3.amazonaws.com/openneuro.org/ds002785/derivatives/fmriprep/sub-0001/func/sub-0001_task-restingstate_acq-mb3_desc-confounds_regressors.tsv?versionId=biaIJGNQ22P1l1xEsajVzUW6cnu1_8lD -o sample_data/sub-0001_task-restingstate_acq-mb3_desc-confounds_regressors.tsv"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Next we load the downloaded nifti files as a `TIME_SERIES` object and name it `BOLD`."
]
},
{
"cell_type": "code",
"execution_count": 3,
Expand Down Expand Up @@ -296,6 +303,13 @@
"!curl --create-dirs https://s3.amazonaws.com/openneuro.org/ds002785/derivatives/fmriprep/sub-0005/func/sub-0005_task-restingstate_acq-mb3_desc-confounds_regressors.tsv?versionId=FoBZLbFTZaE3ZjOLZI_4hN4OkEKEZTVf -o sample_data/sub-0005_task-restingstate_acq-mb3_desc-confounds_regressors.tsv"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Next we load the downloaded nifti files as `TIME_SERIES` object containing multiple subjects' BOLD signals and name it `BOLD_multi`."
]
},
{
"cell_type": "code",
"execution_count": 8,
Expand Down

0 comments on commit 24e2c2d

Please sign in to comment.