Skip to content

Commit b0aa615

Browse files
committed
Compliance with BIDS
1 parent 12453a1 commit b0aa615

File tree

7 files changed

+7
-93
lines changed

7 files changed

+7
-93
lines changed

examples/dcm2niix/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ as follows:
2929
│ ├── prov-dcm2niix_base.prov.json
3030
│ ├── prov-dcm2niix_env.prov.json
3131
│ └── prov-dcm2niix_soft.prov.json
32-
└── sub_02
33-
├── ses_20130717141500
32+
└── sub-02
33+
├── ses-20130717141500
3434
│ └── anat
3535
│ └── sub-02_ses-20130717141500_T1w.json
36-
└── ses_20140425155335
36+
└── ses-20140425155335
3737
└── func
3838
└── sub-02_ses-20140425155335_task-oneback_run-1_bold.json
3939
```

examples/dcm2niix/code/merge_prov.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
'prov/prov-dcm2niix_act.prov.json'
1818
]
1919
sidecar_files = [
20-
'sub_02/ses_20130717141500/anat/sub-02_ses-20130717141500_T1w.json',
21-
'sub_02/ses_20140425155335/func/sub-02_ses-20140425155335_task-oneback_run-1_bold.json'
20+
'sub-02/ses-20130717141500/anat/sub-02_ses-20130717141500_T1w.json',
21+
'sub-02/ses-20140425155335/func/sub-02_ses-20140425155335_task-oneback_run-1_bold.json'
2222
]
2323

2424
# Base jsonld

examples/dcm2niix/prov/merged/prov-dcm2niix.prov.jsonld

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
"Id": "bids::prov/fedora-uldfv058"
4545
},
4646
{
47-
"Id": "bids::sub_02/ses_20130717141500/anat/sub-02_ses-20130717141500_T1w.nii",
47+
"Id": "bids::sub-02/ses-20130717141500/anat/sub-02_ses-20130717141500_T1w.nii",
4848
"GeneratedBy": "bids::prov/conversion-00f3a18f"
4949
},
5050
{
51-
"Id": "bids::sub_02/ses_20140425155335/func/sub-02_ses-20140425155335_task-oneback_run-1_bold.nii",
51+
"Id": "bids::sub-02/ses-20140425155335/func/sub-02_ses-20140425155335_task-oneback_run-1_bold.nii",
5252
"GeneratedBy": "bids::prov/conversion-5a66f5be"
5353
}
5454
]

examples/dcm2niix/sub_02/ses_20130717141500/anat/sub-02_ses-20130717141500_T1w.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

examples/dcm2niix/sub_02/ses_20140425155335/func/sub-02_ses-20140425155335_task-oneback_run-1_bold.json

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)