Skip to content

Commit 9b61ee6

Browse files
committed
Compliance with BIDS
1 parent f7f7fcc commit 9b61ee6

File tree

6 files changed

+5
-5
lines changed

6 files changed

+5
-5
lines changed

examples/dcm2niix/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ The aim of the example is to describe the provenance records inside several file
2121
├── prov
2222
│ ├── environments.prov.jsonld
2323
│ └── software.prov.jsonld
24-
└── sub_02
25-
├── ses_20130717141500
24+
└── sub-02
25+
├── ses-20130717141500
2626
│ └── anat
2727
│ └── sub-02_ses-20130717141500_T1w.prov.jsonld
28-
└── ses_20140425155335
28+
└── ses-20140425155335
2929
└── func
3030
└── sub-02_ses-20140425155335_task-oneback_run-1_bold.prov.jsonld
3131
```

examples/dcm2niix/code/merge_prov.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
prov_files = [
1111
'prov/software.prov.jsonld',
1212
'prov/environments.prov.jsonld',
13-
'sub_02/ses_20130717141500/anat/sub-02_ses-20130717141500_T1w.prov.jsonld',
14-
'sub_02/ses_20140425155335/func/sub-02_ses-20140425155335_task-oneback_run-1_bold.prov.jsonld'
13+
'sub-02/ses-20130717141500/anat/sub-02_ses-20130717141500_T1w.prov.jsonld',
14+
'sub-02/ses-20140425155335/func/sub-02_ses-20140425155335_task-oneback_run-1_bold.prov.jsonld'
1515
]
1616

1717
# Generate JSON-LD graph of each file using pyld

0 commit comments

Comments
 (0)