Skip to content

Commit 65b6dab

Browse files
authored
Merge pull request #46 from ME-ICA/new-data
Update dataset
2 parents a291249 + 38b197b commit 65b6dab

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

binder/data_requirement.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
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-
}
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+
}

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 some data we're storing on Google Drive.
43+
For now, we will use repo2data to download data from OpenNeuro.
4444

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

content/01_Optimal_Combination_with_t2smap.md

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

3838
```{code-cell} ipython3
39+
print(os.listdir(data_path))
3940
func_dir = os.path.join(data_path, "func/")
4041
data_files = [
4142
os.path.join(

0 commit comments

Comments
 (0)