Skip to content

Commit 2501ce3

Browse files
committed
Revert "Merge pull request #46 from ME-ICA/new-data"
This reverts commit 65b6dab, reversing changes made to a291249.
1 parent c46d10f commit 2501ce3

3 files changed

Lines changed: 6 additions & 10 deletions

File tree

binder/data_requirement.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
{
2-
"pafin": {
3-
"src": "https://github.com/OpenNeuroDatasets/ds006193.git",
4-
"dst":"./../data/ds006193",
5-
"projectName": "multi-echo-data-analysis",
6-
"recursive": true,
7-
"version": "1.0.0"
8-
}
9-
}
2+
"dst": "./../data",
3+
"src": "https://drive.google.com/uc?id=1SVPP1vd2UobKf1djztpi-DcYAFOFXQtF",
4+
"projectName": "multi-echo-data-analysis",
5+
"version": "0.0.3"
6+
}

content/00_Download_Data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ cambridge_dataset = datasets.fetch_cambridge(
4040
pprint(cambridge_dataset)
4141
```
4242

43-
For now, we will use repo2data to download data from OpenNeuro.
43+
For now, we will use repo2data to download some data we're storing on Google Drive.
4444

4545
```{code-cell} ipython3
4646
import os

content/01_Optimal_Combination_with_t2smap.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ data_path = os.path.abspath(data_path[0])
3636
```
3737

3838
```{code-cell} ipython3
39-
print(os.listdir(data_path))
4039
func_dir = os.path.join(data_path, "func/")
4140
data_files = [
4241
os.path.join(

0 commit comments

Comments
 (0)