Skip to content

Commit 34c95f0

Browse files
committed
Add segmentations for 3 experts
1 parent 3333e57 commit 34c95f0

17 files changed

+124
-12
lines changed

provenance_manual/dataset_decription.json renamed to provenance_manual/dataset_description.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
"URL": "ds001734",
1717
"Version": "1.0.5"
1818
}
19-
],
19+
]
2020
}

provenance_manual/derivatives/segmentations/dataset_description.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Name": "Brain segmentation - Expert #1",
2+
"Name": "Brain segmentations",
33
"BIDSVersion": "1.10.0",
44
"DatasetType": "derivative",
55
"License": "CC0",
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"GeneratedBy": "bids:study:prov#segmentation-nO5RGsrb"
3+
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"GeneratedBy": "bids:study:prov#segmentation-mOOypIYB"
3+
}

provenance_manual/derivatives/segmentations/sub-001/anat/sub-001_space-orig_desc-exp2_dseg.nii.gz

Whitespace-only changes.

provenance_manual/derivatives/segmentations/sub-001/anat/sub-001_space-orig_desc-exp3_dseg.nii.gz

Whitespace-only changes.

provenance_manual/docs/prov.jsonld

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"BIDSProvVersion": "0.0.1",
3+
"@context": "https://raw.githubusercontent.com/bclenet/bids-specification/refs/heads/BEP028_spec/src/provenance-context.json",
4+
"Records": {
5+
"Software": [
6+
{
7+
"Id": "bids::prov#itksnap-Lfs6FRMn",
8+
"Label": "ITK-SNAP",
9+
"Version": "4.4.0",
10+
"AltIdentifier": "RRID:SCR_002010"
11+
},
12+
{
13+
"Id": "bids::prov#itksnap-cJ4KRErk",
14+
"Label": "ITK-SNAP",
15+
"Version": "4.4.0",
16+
"AltIdentifier": "RRID:SCR_002010"
17+
},
18+
{
19+
"Id": "bids::prov#itksnap-zz55eds6",
20+
"Label": "ITK-SNAP",
21+
"Version": "4.4.0",
22+
"AltIdentifier": "RRID:SCR_002010"
23+
}
24+
],
25+
"Activities": [
26+
{
27+
"Id": "bids::prov#segmentation-nO5RGsrb",
28+
"Label": "Semi-automatic brain segmentation",
29+
"Command": "itk-snap sourcedata/raw/sub-001/anat/sub-001_T1w.nii.gz",
30+
"AssociatedWith": [
31+
"bids::prov#itksnap-Lfs6FRMn"
32+
],
33+
"Used": [
34+
"bids:raw:sub-001/anat/sub-001_T1w.nii.gz"
35+
]
36+
},
37+
{
38+
"Id": "bids::prov#segmentation-mOOypIYB",
39+
"Label": "Semi-automatic brain segmentation",
40+
"Command": "itk-snap sourcedata/raw/sub-001/anat/sub-001_T1w.nii.gz",
41+
"AssociatedWith": [
42+
"bids::prov#itksnap-cJ4KRErk"
43+
],
44+
"Used": [
45+
"bids:raw:sub-001/anat/sub-001_T1w.nii.gz"
46+
]
47+
},
48+
{
49+
"Id": "bids::prov#segmentation-af6s5v2d",
50+
"Label": "Semi-automatic brain segmentation",
51+
"Command": "itk-snap sourcedata/raw/sub-001/anat/sub-001_T1w.nii.gz",
52+
"AssociatedWith": [
53+
"bids::prov#itksnap-zz55eds6"
54+
],
55+
"Used": [
56+
"bids:raw:sub-001/anat/sub-001_T1w.nii.gz"
57+
]
58+
}
59+
],
60+
"ProvEntities": [],
61+
"Environments": []
62+
}
63+
}
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"Activities": [
3+
{
4+
"Id": "bids::prov#segmentation-nO5RGsrb",
5+
"Label": "Semi-automatic brain segmentation",
6+
"Command": "itk-snap sourcedata/raw/sub-001/anat/sub-001_T1w.nii.gz",
7+
"AssociatedWith": [
8+
"bids::prov#itksnap-Lfs6FRMn"
9+
],
10+
"Used": [
11+
"bids:raw:sub-001/anat/sub-001_T1w.nii.gz"
12+
]
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)