Export raw files in BIDS format

Author: Martin Cousineau, with minor edits by Sylvain Baillet.

Brainstorm can export raw files following the standard organization of the Brain Imaging Data Structure (BIDS).

Note: Only MEG data files (CTF and FIF) are supported for now. We will support EEG and e-phys BIDS exports when the specifications for those data types are finalized by the BIDS community.

How to use

meg_bids_process.png

Process options

MEG sidecar required fields

The BIDS specification has required fields in both the general dataset description JSON file and the specific MEG sidecar JSON files. Using the raw files metadata, Brainstorm detects and specifies most of these required fields. However, two fields cannot be detected automatically and need to be specified by the user via these process options:

MEG sidecar optional fields

The two following options need to be formatted in JSON, see the examples below. To add more fields, add a comma at the end of the "field": "value" lines. You may leave these blank if you do not want to provide additional optional fields.

Additional documentation

Website

Articles

ExportBids (last edited 2018-11-08 21:37:52 by ?MartinCousineau)