You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: provenance_dcm2niix/README.md
+19-12Lines changed: 19 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,28 @@
1
-
# BEP028 example dataset - Provenance records for`dcm2niix`
1
+
# Provenance of DICOM to Nifti conversion with`dcm2niix`
2
2
3
-
This example aims at showing provenance records for a DICOM to Nifti conversion, performed by [`dcm2niix`](https://github.com/rordenlab/dcm2niix
4
-
). Provenance records were created manually ; they act as a guideline for further machine-generated records by `dcm2niix`.
3
+
## Goal
5
4
6
-
After conversion, and adding provenance traces, the directory tree is as follows:
5
+
This example aims at showing provenance metadata for a DICOM to Nifti conversion with [`dcm2niix`](https://github.com/rordenlab/dcm2niix
6
+
). Provenance metadata was created manually ; its acts as a guideline for further machine-generated provenance by `dcm2niix`.
7
+
8
+
## Source data
9
+
10
+
That the `sourcedata/` directory contains the source dataset (DICOM files) known as [hirni-demo](https://github.com/psychoinformatics-de/hirni-demo).
11
+
12
+
## Directory tree
13
+
14
+
After conversion, and adding provenance traces, the directory tree is as follows. Files marked with a ✍️ were generated manually.
15
+
`sub-02/anat/sub-02_T1w.json` was generated by `dcm2niix`, then the `GeneratedBy` and `SidecarGeneratedBy` provenance-related fields were added manually.
7
16
8
17
```
9
-
prov/
10
-
├── prov-dcm2niix_act.json
11
-
├── prov-dcm2niix_ent.json
12
-
├── prov-dcm2niix_env.json
13
-
└── prov-dcm2niix_soft.json
18
+
✍️ prov/
19
+
├── ✍️ prov-dcm2niix_act.json
20
+
├── ✍️ prov-dcm2niix_ent.json
21
+
├── ✍️ prov-dcm2niix_env.json
22
+
└── ✍️ prov-dcm2niix_soft.json
14
23
sourcedata/
15
24
sub-02/
16
25
└── anat
17
-
├── sub-02_T1w.json
26
+
├── ✍️ sub-02_T1w.json
18
27
└── sub-02_T1w.nii
19
28
```
20
-
21
-
Note that the `sourcedata/` directory contains the source dataset (DICOM files) known as [hirni-demo](https://github.com/psychoinformatics-de/hirni-demo).
0 commit comments