SIESTA-eu / wp15

work package 15, use case 2
0 stars 1 forks source link

add provenance to scrambled data #10

Closed robertoostenveld closed 4 months ago

robertoostenveld commented 4 months ago

Hi Marcel,

The specification for dataset_description.json specifies a GeneratedBy field (actually a json object) with information about the pipeline that resulted in the derivative data. See here. The scrambled output from BIDScramble qualifies as a BIDS derivative.

Can you therefore add the following to the scrambled dataset_description.json ?

"DatasetType": "derivative",
"GeneratedBy": [ 
    {
        "Name": "bidscramble",
        "Version": "xxx",
    }
  ],
...