Skip to content

Commit 26f0a29

Browse files
authored
Revert "[ENH][BEP028] Website update for BEP028 BIDS-Prov (#733)"
This reverts commit 5711739.
1 parent 850bd77 commit 26f0a29

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

docs/getting_started/folders_and_files/derivatives.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,28 @@ As with BIDS datasets, all conformant derivative datasets contain a `dataset_des
1616

1717
New fields include `DatasetType`, which distinguishes `"derivative"` datasets from `"raw"`:
1818

19-
- `GeneratedBy`, identifies the activity (one or more) responsible for the creation of the dataset.
19+
- `GeneratedBy`, a list of processes that generated the data
2020
- `SourceDatasets`, a list of datasets used to generate the derivative.
2121

2222
```json
2323
{
2424
"Name": "FMRIPREP Outputs",
2525
"BIDSVersion": "1.4.0",
2626
"DatasetType": "derivative",
27-
"GeneratedBy": "bids::prov#preprocessing-xMpFqB5q",
27+
"GeneratedBy": [
28+
{
29+
"Name": "fmriprep",
30+
"Version": "1.4.1",
31+
"Container": {
32+
"Type": "docker",
33+
"Tag": "poldracklab/fmriprep:1.4.1"
34+
}
35+
},
36+
{
37+
"Name": "Manual",
38+
"Description": "Re-added RepetitionTime metadata to bold.json files"
39+
}
40+
],
2841
"SourceDatasets": [
2942
{
3043
"DOI": "10.18112/openneuro.ds000114.v1.0.1",

0 commit comments

Comments
 (0)