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
comes from #185. When a heuristic file is provided and data is bidsdifyed agnostic files (README, participants.tsv and dataset_description.json) should be generated
Detailed Description
When a heuristic file is provided and data is bidsdifyed agnostic files should be generated:
Participants.tsv
Fields
- participant_id (Required)
- age (Recommended)
- sex (Recommended)
- handedness (Recommended)
README
Context / Motivation
comply BIDS 1.4 standard
Possible Implementation
Create one function per file where we check if the file exists in the dataset dir, in case it doesn't generate it and cover at least the required fields, preferably also the recommended and add them to the pipeline.
The text was updated successfully, but these errors were encountered:
smoia
changed the title
Automatically generate BIDS compolsory agnostic files and if there update them
Automatically generate BIDS compulsory agnostic files and if there update them
Jun 16, 2020
Indeed, until now we weren't creating metadata, relying on other tools (DICOM based) to do so. But if physiological files should be shared on their own, we need to create them.
eurunuela
changed the title
Automatically generate BIDS compulsory agnostic files and if there update them
Automatically generate BIDS compulsory agnostic files and update them if they already exist
Jun 16, 2020
comes from #185. When a heuristic file is provided and data is bidsdifyed agnostic files (README, participants.tsv and dataset_description.json) should be generated
Detailed Description
When a heuristic file is provided and data is bidsdifyed agnostic files should be generated:
dataset_description.json
Fields
- Name (Required)
- BIDSVersion (Required)
- DatasetType (Recommended)
- License (Recommended)
Participants.tsv
Fields
- participant_id (Required)
- age (Recommended)
- sex (Recommended)
- handedness (Recommended)
README
Context / Motivation
comply BIDS 1.4 standard
Possible Implementation
Create one function per file where we check if the file exists in the dataset dir, in case it doesn't generate it and cover at least the required fields, preferably also the recommended and add them to the pipeline.
The text was updated successfully, but these errors were encountered: