Note
Click here to download the full example code or to run this example in your browser via Binder
12. Updating BIDS datasets#
When working with electrophysiological data in the BIDS format, we usually
do not have all the metadata stored in the Raw
mne-python object.
We can update the BIDS sidecar files via the update_sidecar_json
function.
In this tutorial, we show how update_sidecar_json
can be used to update and
modify BIDS-formatted data.
# Authors: Adam Li <adam2392@gmail.com>
# mne-bids developers
#
# License: BSD-3-Clause
Imports#
We are importing everything we need for this example:
from mne.datasets import somato
from mne_bids import (read_raw_bids, find_matching_paths,
print_dir_tree, make_report, update_sidecar_json)
We will be using the MNE somato data, which is already stored in BIDS format. For more information, you can check out the respective example.
Download the somato
BIDS dataset#
Download the data if it hasn’t been downloaded already, and return the path to the download directory. This directory is the so-called root of this BIDS dataset.
Using default location ~/mne_data for somato...
0%| | 0.00/611M [00:00<?, ?B/s]
0%| | 32.8k/611M [00:00<31:23, 324kB/s]
0%| | 65.5k/611M [00:00<31:34, 322kB/s]
0%| | 163k/611M [00:00<16:33, 614kB/s]
0%| | 347k/611M [00:00<09:17, 1.10MB/s]
0%| | 702k/611M [00:00<05:08, 1.97MB/s]
0%| | 1.46M/611M [00:00<02:38, 3.85MB/s]
0%|1 | 2.67M/611M [00:00<01:33, 6.53MB/s]
1%|2 | 3.90M/611M [00:00<01:12, 8.35MB/s]
1%|2 | 4.74M/611M [00:01<01:58, 5.10MB/s]
1%|3 | 6.09M/611M [00:01<01:27, 6.91MB/s]
1%|4 | 7.35M/611M [00:01<01:13, 8.23MB/s]
1%|5 | 8.59M/611M [00:01<01:05, 9.25MB/s]
2%|6 | 9.83M/611M [00:01<00:59, 10.1MB/s]
2%|6 | 11.0M/611M [00:01<01:09, 8.58MB/s]
2%|7 | 12.4M/611M [00:01<01:04, 9.27MB/s]
2%|8 | 13.4M/611M [00:01<01:07, 8.89MB/s]
3%|9 | 15.6M/611M [00:02<00:49, 12.0MB/s]
3%|# | 16.9M/611M [00:02<00:58, 10.2MB/s]
3%|#1 | 19.1M/611M [00:02<00:45, 12.9MB/s]
3%|#2 | 20.5M/611M [00:02<00:46, 12.8MB/s]
4%|#3 | 21.9M/611M [00:02<00:46, 12.6MB/s]
4%|#4 | 23.2M/611M [00:02<00:58, 10.0MB/s]
4%|#5 | 24.4M/611M [00:02<01:01, 9.53MB/s]
4%|#6 | 26.2M/611M [00:03<00:50, 11.7MB/s]
5%|#7 | 27.5M/611M [00:03<00:49, 11.8MB/s]
5%|#7 | 28.8M/611M [00:03<00:48, 12.0MB/s]
5%|#8 | 30.1M/611M [00:03<00:49, 11.8MB/s]
5%|#9 | 31.3M/611M [00:03<00:58, 9.97MB/s]
5%|## | 33.5M/611M [00:03<00:54, 10.6MB/s]
6%|##1 | 34.6M/611M [00:03<00:56, 10.2MB/s]
6%|##3 | 37.2M/611M [00:03<00:41, 13.7MB/s]
6%|##4 | 38.7M/611M [00:04<00:45, 12.5MB/s]
7%|##5 | 40.3M/611M [00:04<00:42, 13.3MB/s]
7%|##5 | 41.7M/611M [00:04<01:08, 8.27MB/s]
7%|##8 | 45.1M/611M [00:04<00:43, 12.9MB/s]
8%|##9 | 46.9M/611M [00:04<00:44, 12.8MB/s]
8%|### | 48.5M/611M [00:04<00:44, 12.7MB/s]
8%|###1 | 50.0M/611M [00:05<00:44, 12.6MB/s]
8%|###2 | 51.4M/611M [00:05<00:44, 12.5MB/s]
9%|###2 | 52.8M/611M [00:05<00:44, 12.5MB/s]
9%|###3 | 54.1M/611M [00:05<00:44, 12.5MB/s]
9%|###4 | 55.4M/611M [00:05<00:59, 9.35MB/s]
9%|###5 | 57.0M/611M [00:05<00:58, 9.52MB/s]
10%|###6 | 59.1M/611M [00:05<00:46, 11.9MB/s]
10%|###7 | 60.4M/611M [00:05<00:45, 12.0MB/s]
10%|###8 | 61.7M/611M [00:06<00:45, 12.0MB/s]
10%|###9 | 63.0M/611M [00:06<00:44, 12.2MB/s]
11%|#### | 64.3M/611M [00:06<00:51, 10.6MB/s]
11%|####1 | 65.9M/611M [00:06<00:50, 10.9MB/s]
11%|####2 | 68.1M/611M [00:06<00:40, 13.3MB/s]
11%|####3 | 69.5M/611M [00:06<00:41, 13.1MB/s]
12%|####4 | 70.9M/611M [00:06<00:47, 11.3MB/s]
12%|####5 | 72.8M/611M [00:06<00:40, 13.2MB/s]
12%|####6 | 74.2M/611M [00:07<00:41, 13.0MB/s]
12%|####7 | 75.6M/611M [00:07<00:41, 12.8MB/s]
13%|####7 | 76.9M/611M [00:07<01:01, 8.73MB/s]
13%|####8 | 78.0M/611M [00:07<00:59, 8.94MB/s]
13%|####9 | 79.0M/611M [00:07<01:00, 8.75MB/s]
13%|##### | 80.8M/611M [00:07<00:48, 10.9MB/s]
13%|#####1 | 82.1M/611M [00:07<00:47, 11.2MB/s]
14%|#####1 | 83.3M/611M [00:08<00:56, 9.32MB/s]
14%|#####2 | 84.4M/611M [00:08<01:03, 8.33MB/s]
14%|#####3 | 85.5M/611M [00:08<00:58, 9.03MB/s]
14%|#####4 | 87.6M/611M [00:08<00:44, 11.9MB/s]
15%|#####5 | 88.9M/611M [00:08<00:43, 12.0MB/s]
15%|#####6 | 90.2M/611M [00:08<00:52, 10.0MB/s]
15%|#####7 | 92.4M/611M [00:08<00:40, 12.9MB/s]
15%|#####8 | 93.9M/611M [00:09<00:56, 9.10MB/s]
16%|#####9 | 95.1M/611M [00:09<00:55, 9.31MB/s]
16%|#####9 | 96.2M/611M [00:09<00:52, 9.71MB/s]
16%|###### | 97.3M/611M [00:09<00:56, 9.01MB/s]
16%|######1 | 99.0M/611M [00:09<00:47, 10.8MB/s]
16%|######4 | 100M/611M [00:09<00:52, 9.79MB/s]
17%|######4 | 101M/611M [00:09<01:01, 8.32MB/s]
17%|######5 | 103M/611M [00:10<00:53, 9.46MB/s]
17%|######6 | 104M/611M [00:10<00:49, 10.2MB/s]
17%|######7 | 105M/611M [00:10<00:48, 10.4MB/s]
17%|######7 | 106M/611M [00:10<00:44, 11.3MB/s]
18%|######8 | 108M/611M [00:10<00:43, 11.6MB/s]
18%|######9 | 109M/611M [00:10<00:43, 11.5MB/s]
18%|####### | 110M/611M [00:10<00:45, 10.9MB/s]
18%|####### | 111M/611M [00:10<01:06, 7.51MB/s]
18%|#######1 | 112M/611M [00:11<01:01, 8.13MB/s]
19%|#######2 | 113M/611M [00:11<00:57, 8.70MB/s]
19%|#######3 | 115M/611M [00:11<00:51, 9.70MB/s]
19%|#######3 | 116M/611M [00:11<00:47, 10.4MB/s]
19%|#######4 | 117M/611M [00:11<00:57, 8.57MB/s]
20%|#######6 | 119M/611M [00:11<00:39, 12.4MB/s]
20%|#######7 | 121M/611M [00:11<00:40, 12.2MB/s]
20%|#######8 | 122M/611M [00:12<01:01, 7.90MB/s]
20%|#######8 | 123M/611M [00:12<00:55, 8.77MB/s]
20%|#######9 | 125M/611M [00:12<00:50, 9.59MB/s]
21%|######## | 126M/611M [00:12<00:49, 9.72MB/s]
21%|########1 | 128M/611M [00:12<00:45, 10.5MB/s]
21%|########2 | 130M/611M [00:12<00:42, 11.3MB/s]
22%|########3 | 131M/611M [00:12<00:44, 10.9MB/s]
22%|########5 | 134M/611M [00:12<00:34, 13.8MB/s]
22%|########6 | 135M/611M [00:13<00:43, 11.0MB/s]
23%|########7 | 137M/611M [00:13<00:34, 13.6MB/s]
23%|########8 | 139M/611M [00:13<00:35, 13.2MB/s]
23%|########9 | 141M/611M [00:13<00:35, 13.1MB/s]
23%|######### | 142M/611M [00:13<00:39, 11.7MB/s]
24%|#########1 | 144M/611M [00:13<00:35, 13.1MB/s]
24%|#########2 | 145M/611M [00:13<00:36, 12.9MB/s]
24%|#########3 | 146M/611M [00:14<00:49, 9.45MB/s]
24%|#########4 | 148M/611M [00:14<00:41, 11.2MB/s]
24%|#########5 | 150M/611M [00:14<00:41, 11.2MB/s]
25%|#########6 | 151M/611M [00:14<00:39, 11.5MB/s]
25%|#########7 | 152M/611M [00:14<00:44, 10.2MB/s]
25%|#########7 | 153M/611M [00:14<00:45, 9.99MB/s]
25%|#########9 | 155M/611M [00:14<00:34, 13.3MB/s]
26%|########## | 157M/611M [00:14<00:34, 13.0MB/s]
26%|##########1 | 158M/611M [00:15<00:48, 9.26MB/s]
26%|##########1 | 160M/611M [00:15<00:45, 9.89MB/s]
26%|##########2 | 161M/611M [00:15<00:42, 10.5MB/s]
27%|##########3 | 162M/611M [00:15<00:43, 10.4MB/s]
27%|##########4 | 163M/611M [00:15<00:38, 11.5MB/s]
27%|##########5 | 165M/611M [00:15<00:39, 11.4MB/s]
27%|##########6 | 166M/611M [00:15<00:37, 11.8MB/s]
27%|##########6 | 167M/611M [00:15<00:37, 11.9MB/s]
28%|##########7 | 168M/611M [00:16<00:37, 11.8MB/s]
28%|##########8 | 170M/611M [00:16<00:39, 11.1MB/s]
28%|##########9 | 171M/611M [00:16<00:38, 11.4MB/s]
28%|##########9 | 172M/611M [00:16<00:57, 7.58MB/s]
28%|########### | 173M/611M [00:16<00:51, 8.47MB/s]
29%|###########1 | 175M/611M [00:16<00:44, 9.89MB/s]
29%|###########2 | 176M/611M [00:16<00:42, 10.1MB/s]
29%|###########3 | 177M/611M [00:16<00:37, 11.5MB/s]
29%|###########4 | 179M/611M [00:17<00:37, 11.7MB/s]
29%|###########4 | 180M/611M [00:17<00:37, 11.5MB/s]
30%|###########5 | 181M/611M [00:17<00:55, 7.67MB/s]
30%|###########6 | 182M/611M [00:17<00:52, 8.23MB/s]
30%|###########7 | 183M/611M [00:17<00:54, 7.80MB/s]
30%|###########8 | 185M/611M [00:17<00:43, 9.77MB/s]
30%|###########8 | 186M/611M [00:17<00:41, 10.3MB/s]
31%|###########9 | 187M/611M [00:18<00:39, 10.7MB/s]
31%|############ | 188M/611M [00:18<00:38, 11.1MB/s]
31%|############1 | 190M/611M [00:18<00:49, 8.58MB/s]
31%|############1 | 191M/611M [00:18<00:53, 7.88MB/s]
32%|############3 | 193M/611M [00:18<00:35, 11.7MB/s]
32%|############4 | 195M/611M [00:18<00:35, 11.8MB/s]
32%|############5 | 196M/611M [00:18<00:48, 8.48MB/s]
32%|############6 | 198M/611M [00:19<00:41, 9.95MB/s]
33%|############7 | 199M/611M [00:19<00:43, 9.50MB/s]
33%|############7 | 200M/611M [00:19<00:43, 9.38MB/s]
33%|############8 | 201M/611M [00:19<00:42, 9.68MB/s]
33%|############9 | 202M/611M [00:19<00:49, 8.29MB/s]
34%|############# | 205M/611M [00:19<00:33, 11.9MB/s]
34%|#############1 | 206M/611M [00:19<00:34, 11.6MB/s]
34%|#############2 | 207M/611M [00:19<00:33, 12.2MB/s]
34%|#############3 | 209M/611M [00:20<00:33, 12.1MB/s]
34%|#############4 | 210M/611M [00:20<00:52, 7.59MB/s]
35%|#############4 | 211M/611M [00:20<00:54, 7.36MB/s]
35%|#############5 | 212M/611M [00:20<00:46, 8.65MB/s]
35%|#############6 | 213M/611M [00:20<00:48, 8.16MB/s]
35%|#############7 | 215M/611M [00:20<00:36, 10.9MB/s]
36%|#############8 | 217M/611M [00:21<00:44, 8.93MB/s]
36%|#############9 | 218M/611M [00:21<00:51, 7.67MB/s]
36%|############## | 220M/611M [00:21<00:40, 9.58MB/s]
36%|##############1 | 221M/611M [00:21<00:37, 10.4MB/s]
36%|##############1 | 222M/611M [00:21<00:44, 8.63MB/s]
37%|##############3 | 225M/611M [00:21<00:31, 12.3MB/s]
37%|##############4 | 226M/611M [00:21<00:31, 12.3MB/s]
37%|##############5 | 228M/611M [00:22<00:32, 12.0MB/s]
37%|##############6 | 229M/611M [00:22<00:52, 7.25MB/s]
38%|##############6 | 230M/611M [00:22<00:50, 7.52MB/s]
38%|##############7 | 231M/611M [00:22<00:47, 8.05MB/s]
38%|##############8 | 232M/611M [00:22<00:45, 8.37MB/s]
38%|##############8 | 233M/611M [00:22<00:42, 8.87MB/s]
38%|##############9 | 234M/611M [00:22<00:41, 9.18MB/s]
38%|############### | 235M/611M [00:23<00:39, 9.42MB/s]
39%|############### | 236M/611M [00:23<00:38, 9.66MB/s]
39%|###############1 | 237M/611M [00:23<00:38, 9.78MB/s]
39%|###############2 | 238M/611M [00:23<00:37, 9.87MB/s]
39%|###############2 | 239M/611M [00:23<00:37, 9.91MB/s]
39%|###############3 | 240M/611M [00:23<00:37, 9.85MB/s]
40%|###############4 | 241M/611M [00:23<00:36, 10.0MB/s]
40%|###############4 | 242M/611M [00:23<00:38, 9.55MB/s]
40%|###############5 | 243M/611M [00:23<00:36, 9.98MB/s]
40%|###############6 | 244M/611M [00:24<00:36, 9.94MB/s]
40%|###############6 | 245M/611M [00:24<00:35, 10.2MB/s]
40%|###############7 | 246M/611M [00:24<00:35, 10.2MB/s]
41%|###############8 | 247M/611M [00:24<00:36, 9.88MB/s]
41%|###############8 | 249M/611M [00:24<00:35, 10.1MB/s]
41%|###############9 | 250M/611M [00:24<00:35, 10.2MB/s]
41%|################ | 251M/611M [00:24<00:45, 7.96MB/s]
41%|################1 | 253M/611M [00:24<00:32, 10.9MB/s]
42%|################2 | 254M/611M [00:24<00:33, 10.8MB/s]
42%|################2 | 255M/611M [00:25<00:33, 10.5MB/s]
42%|################3 | 256M/611M [00:25<00:33, 10.5MB/s]
42%|################4 | 257M/611M [00:25<00:34, 10.3MB/s]
42%|################5 | 258M/611M [00:25<00:34, 10.3MB/s]
42%|################5 | 259M/611M [00:25<00:36, 9.55MB/s]
43%|################6 | 261M/611M [00:25<00:33, 10.4MB/s]
43%|################7 | 262M/611M [00:25<00:37, 9.28MB/s]
43%|################8 | 263M/611M [00:25<00:40, 8.60MB/s]
43%|################9 | 265M/611M [00:26<00:31, 11.0MB/s]
44%|################# | 266M/611M [00:26<00:38, 8.89MB/s]
44%|#################1 | 268M/611M [00:26<00:29, 11.5MB/s]
44%|#################2 | 270M/611M [00:26<00:30, 11.2MB/s]
44%|#################3 | 271M/611M [00:26<00:30, 11.1MB/s]
45%|#################3 | 272M/611M [00:26<00:31, 10.8MB/s]
45%|#################4 | 274M/611M [00:26<00:26, 12.5MB/s]
45%|#################5 | 275M/611M [00:26<00:27, 12.4MB/s]
45%|#################6 | 276M/611M [00:27<00:29, 11.3MB/s]
46%|#################7 | 278M/611M [00:27<00:26, 12.7MB/s]
46%|#################8 | 279M/611M [00:27<00:26, 12.7MB/s]
46%|#################9 | 281M/611M [00:27<00:26, 12.6MB/s]
46%|################## | 282M/611M [00:27<00:26, 12.5MB/s]
46%|##################1 | 283M/611M [00:27<00:31, 10.2MB/s]
47%|##################1 | 285M/611M [00:27<00:35, 9.27MB/s]
47%|##################2 | 286M/611M [00:27<00:38, 8.50MB/s]
47%|##################2 | 286M/611M [00:28<00:39, 8.22MB/s]
47%|##################3 | 287M/611M [00:28<00:44, 7.21MB/s]
47%|##################5 | 290M/611M [00:28<00:28, 11.1MB/s]
48%|##################5 | 291M/611M [00:28<00:35, 9.07MB/s]
48%|##################6 | 292M/611M [00:28<00:32, 9.72MB/s]
48%|##################8 | 295M/611M [00:28<00:23, 13.5MB/s]
49%|##################9 | 296M/611M [00:28<00:23, 13.2MB/s]
49%|################### | 298M/611M [00:29<00:36, 8.62MB/s]
49%|###################1 | 299M/611M [00:29<00:41, 7.51MB/s]
49%|###################1 | 300M/611M [00:29<00:44, 7.06MB/s]
50%|###################3 | 302M/611M [00:29<00:30, 10.2MB/s]
50%|###################4 | 304M/611M [00:29<00:31, 9.71MB/s]
50%|###################5 | 306M/611M [00:29<00:26, 11.6MB/s]
50%|###################6 | 307M/611M [00:30<00:25, 11.8MB/s]
51%|###################6 | 308M/611M [00:30<00:37, 8.08MB/s]
51%|###################7 | 309M/611M [00:30<00:34, 8.66MB/s]
51%|###################8 | 311M/611M [00:30<00:36, 8.21MB/s]
51%|###################9 | 313M/611M [00:30<00:27, 10.8MB/s]
51%|#################### | 314M/611M [00:30<00:33, 8.97MB/s]
52%|####################1 | 316M/611M [00:31<00:28, 10.4MB/s]
52%|####################2 | 317M/611M [00:31<00:32, 8.91MB/s]
52%|####################3 | 318M/611M [00:31<00:31, 9.27MB/s]
52%|####################3 | 319M/611M [00:31<00:29, 10.0MB/s]
52%|####################4 | 320M/611M [00:31<00:31, 9.08MB/s]
53%|####################5 | 322M/611M [00:31<00:31, 9.05MB/s]
53%|####################7 | 325M/611M [00:31<00:22, 12.9MB/s]
53%|####################8 | 326M/611M [00:32<00:22, 12.8MB/s]
54%|####################9 | 328M/611M [00:32<00:22, 12.7MB/s]
54%|##################### | 329M/611M [00:32<00:26, 10.5MB/s]
54%|#####################1 | 330M/611M [00:32<00:26, 10.6MB/s]
54%|#####################2 | 332M/611M [00:32<00:21, 12.9MB/s]
55%|#####################3 | 334M/611M [00:32<00:21, 12.6MB/s]
55%|#####################4 | 335M/611M [00:32<00:21, 12.6MB/s]
55%|#####################4 | 336M/611M [00:32<00:21, 12.6MB/s]
55%|#####################5 | 338M/611M [00:33<00:21, 12.5MB/s]
56%|#####################6 | 339M/611M [00:33<00:28, 9.69MB/s]
56%|#####################7 | 341M/611M [00:33<00:25, 10.5MB/s]
56%|#####################9 | 343M/611M [00:33<00:19, 13.9MB/s]
57%|###################### | 345M/611M [00:33<00:24, 10.8MB/s]
57%|######################1 | 346M/611M [00:33<00:24, 10.9MB/s]
57%|######################2 | 349M/611M [00:33<00:19, 13.7MB/s]
57%|######################3 | 350M/611M [00:34<00:19, 13.3MB/s]
58%|######################4 | 352M/611M [00:34<00:21, 12.2MB/s]
58%|######################5 | 353M/611M [00:34<00:19, 13.1MB/s]
58%|######################6 | 355M/611M [00:34<00:19, 13.0MB/s]
58%|######################7 | 356M/611M [00:34<00:19, 12.7MB/s]
59%|######################8 | 358M/611M [00:34<00:19, 12.7MB/s]
59%|######################9 | 359M/611M [00:34<00:22, 11.0MB/s]
59%|####################### | 361M/611M [00:34<00:19, 13.0MB/s]
59%|#######################1 | 362M/611M [00:35<00:19, 12.9MB/s]
60%|#######################2 | 363M/611M [00:35<00:19, 12.7MB/s]
60%|#######################2 | 365M/611M [00:35<00:19, 12.6MB/s]
60%|#######################3 | 366M/611M [00:35<00:25, 9.59MB/s]
60%|#######################5 | 368M/611M [00:35<00:23, 10.3MB/s]
61%|#######################6 | 371M/611M [00:35<00:17, 14.0MB/s]
61%|#######################7 | 373M/611M [00:35<00:17, 13.6MB/s]
61%|#######################8 | 374M/611M [00:35<00:17, 13.2MB/s]
61%|#######################9 | 375M/611M [00:36<00:27, 8.53MB/s]
62%|######################## | 377M/611M [00:36<00:29, 8.00MB/s]
62%|########################1 | 378M/611M [00:36<00:29, 7.97MB/s]
62%|########################1 | 379M/611M [00:36<00:26, 8.71MB/s]
62%|########################2 | 380M/611M [00:36<00:24, 9.57MB/s]
62%|########################3 | 381M/611M [00:36<00:22, 10.3MB/s]
63%|########################4 | 382M/611M [00:37<00:21, 10.8MB/s]
63%|########################5 | 384M/611M [00:37<00:20, 11.2MB/s]
63%|########################5 | 385M/611M [00:37<00:19, 11.6MB/s]
63%|########################6 | 386M/611M [00:37<00:19, 11.8MB/s]
63%|########################7 | 387M/611M [00:37<00:24, 9.07MB/s]
64%|########################8 | 388M/611M [00:37<00:23, 9.30MB/s]
64%|########################9 | 390M/611M [00:37<00:20, 10.8MB/s]
64%|######################### | 391M/611M [00:37<00:19, 11.4MB/s]
64%|######################### | 393M/611M [00:38<00:22, 9.68MB/s]
64%|#########################1 | 394M/611M [00:38<00:26, 8.25MB/s]
65%|#########################2 | 395M/611M [00:38<00:22, 9.69MB/s]
65%|#########################3 | 397M/611M [00:38<00:16, 12.6MB/s]
65%|#########################4 | 399M/611M [00:38<00:16, 12.5MB/s]
66%|#########################5 | 400M/611M [00:38<00:16, 12.5MB/s]
66%|#########################6 | 401M/611M [00:38<00:17, 12.3MB/s]
66%|#########################7 | 403M/611M [00:38<00:19, 10.7MB/s]
66%|#########################8 | 404M/611M [00:38<00:16, 12.3MB/s]
66%|#########################9 | 406M/611M [00:39<00:16, 12.7MB/s]
67%|########################## | 407M/611M [00:39<00:16, 12.6MB/s]
67%|########################## | 408M/611M [00:39<00:16, 12.6MB/s]
67%|##########################1 | 410M/611M [00:39<00:15, 12.6MB/s]
67%|##########################2 | 411M/611M [00:39<00:15, 12.5MB/s]
68%|##########################3 | 412M/611M [00:39<00:15, 12.5MB/s]
68%|##########################4 | 414M/611M [00:39<00:25, 7.66MB/s]
68%|##########################5 | 415M/611M [00:40<00:21, 9.08MB/s]
68%|##########################5 | 416M/611M [00:40<00:23, 8.21MB/s]
68%|##########################6 | 418M/611M [00:40<00:20, 9.34MB/s]
69%|##########################7 | 419M/611M [00:40<00:19, 10.1MB/s]
69%|##########################8 | 420M/611M [00:40<00:17, 10.6MB/s]
69%|##########################9 | 421M/611M [00:40<00:17, 11.1MB/s]
69%|##########################9 | 422M/611M [00:40<00:16, 11.5MB/s]
69%|########################### | 424M/611M [00:40<00:15, 11.7MB/s]
70%|###########################1 | 425M/611M [00:41<00:26, 7.02MB/s]
70%|###########################2 | 426M/611M [00:41<00:22, 8.12MB/s]
70%|###########################2 | 427M/611M [00:41<00:21, 8.54MB/s]
70%|###########################3 | 429M/611M [00:41<00:18, 9.62MB/s]
70%|###########################4 | 430M/611M [00:41<00:17, 10.3MB/s]
71%|###########################5 | 431M/611M [00:41<00:16, 10.9MB/s]
71%|###########################6 | 432M/611M [00:41<00:20, 8.78MB/s]
71%|###########################7 | 434M/611M [00:42<00:17, 9.96MB/s]
72%|###########################9 | 437M/611M [00:42<00:12, 13.4MB/s]
72%|############################ | 438M/611M [00:42<00:14, 12.2MB/s]
72%|############################ | 440M/611M [00:42<00:15, 10.8MB/s]
72%|############################2 | 442M/611M [00:42<00:12, 13.7MB/s]
73%|############################3 | 444M/611M [00:42<00:13, 12.0MB/s]
73%|############################4 | 445M/611M [00:42<00:12, 13.4MB/s]
73%|############################5 | 447M/611M [00:43<00:14, 11.3MB/s]
73%|############################6 | 448M/611M [00:43<00:14, 10.8MB/s]
74%|############################7 | 451M/611M [00:43<00:13, 11.7MB/s]
74%|############################9 | 453M/611M [00:43<00:11, 14.1MB/s]
74%|############################# | 455M/611M [00:43<00:11, 13.7MB/s]
75%|#############################1 | 456M/611M [00:43<00:12, 12.0MB/s]
75%|#############################2 | 458M/611M [00:43<00:11, 13.4MB/s]
75%|#############################3 | 459M/611M [00:44<00:14, 10.8MB/s]
76%|#############################5 | 462M/611M [00:44<00:10, 13.6MB/s]
76%|#############################6 | 463M/611M [00:44<00:11, 13.1MB/s]
76%|#############################6 | 465M/611M [00:44<00:11, 12.9MB/s]
76%|#############################7 | 466M/611M [00:44<00:13, 10.4MB/s]
77%|#############################9 | 469M/611M [00:44<00:10, 13.4MB/s]
77%|############################## | 470M/611M [00:44<00:10, 13.1MB/s]
77%|##############################1 | 472M/611M [00:45<00:12, 10.9MB/s]
77%|##############################2 | 473M/611M [00:45<00:12, 10.9MB/s]
78%|##############################3 | 475M/611M [00:45<00:09, 13.9MB/s]
78%|##############################4 | 477M/611M [00:45<00:09, 13.5MB/s]
78%|##############################5 | 478M/611M [00:45<00:10, 13.2MB/s]
79%|##############################6 | 480M/611M [00:45<00:15, 8.38MB/s]
79%|##############################7 | 481M/611M [00:45<00:14, 8.99MB/s]
79%|##############################7 | 482M/611M [00:46<00:14, 8.92MB/s]
79%|##############################8 | 483M/611M [00:46<00:13, 9.40MB/s]
79%|##############################9 | 484M/611M [00:46<00:16, 7.87MB/s]
80%|############################### | 487M/611M [00:46<00:10, 11.8MB/s]
80%|###############################1 | 488M/611M [00:46<00:10, 12.0MB/s]
80%|###############################2 | 490M/611M [00:46<00:15, 7.95MB/s]
80%|###############################3 | 491M/611M [00:47<00:18, 6.42MB/s]
81%|###############################4 | 492M/611M [00:47<00:17, 6.91MB/s]
81%|###############################4 | 493M/611M [00:47<00:14, 8.13MB/s]
81%|###############################5 | 494M/611M [00:47<00:16, 7.00MB/s]
81%|###############################7 | 497M/611M [00:47<00:12, 8.87MB/s]
82%|###############################9 | 500M/611M [00:47<00:08, 12.5MB/s]
82%|################################ | 501M/611M [00:48<00:08, 12.5MB/s]
82%|################################1 | 503M/611M [00:48<00:13, 8.17MB/s]
83%|################################1 | 504M/611M [00:48<00:13, 7.82MB/s]
83%|################################2 | 505M/611M [00:48<00:14, 7.16MB/s]
83%|################################3 | 507M/611M [00:48<00:12, 8.38MB/s]
83%|################################5 | 509M/611M [00:48<00:08, 12.1MB/s]
84%|################################6 | 511M/611M [00:49<00:08, 12.2MB/s]
84%|################################7 | 512M/611M [00:49<00:08, 12.2MB/s]
84%|################################8 | 514M/611M [00:49<00:09, 9.72MB/s]
84%|################################8 | 515M/611M [00:49<00:11, 8.24MB/s]
85%|################################9 | 516M/611M [00:49<00:11, 8.02MB/s]
85%|################################# | 517M/611M [00:49<00:10, 8.98MB/s]
85%|#################################1 | 518M/611M [00:50<00:09, 9.80MB/s]
85%|#################################1 | 520M/611M [00:50<00:11, 7.95MB/s]
85%|#################################3 | 521M/611M [00:50<00:10, 8.72MB/s]
86%|#################################5 | 524M/611M [00:50<00:06, 13.4MB/s]
86%|#################################6 | 526M/611M [00:50<00:09, 8.53MB/s]
86%|#################################6 | 527M/611M [00:51<00:10, 7.59MB/s]
87%|#################################7 | 528M/611M [00:51<00:10, 7.77MB/s]
87%|#################################8 | 529M/611M [00:51<00:09, 8.20MB/s]
87%|#################################8 | 531M/611M [00:51<00:08, 9.10MB/s]
87%|#################################9 | 532M/611M [00:51<00:07, 9.87MB/s]
87%|################################## | 533M/611M [00:51<00:07, 10.5MB/s]
88%|##################################1 | 534M/611M [00:51<00:06, 11.0MB/s]
88%|##################################2 | 536M/611M [00:51<00:09, 8.24MB/s]
88%|##################################2 | 537M/611M [00:52<00:13, 5.65MB/s]
88%|##################################3 | 537M/611M [00:52<00:12, 5.81MB/s]
88%|##################################3 | 538M/611M [00:52<00:10, 6.81MB/s]
88%|##################################4 | 540M/611M [00:52<00:08, 8.03MB/s]
89%|##################################5 | 541M/611M [00:52<00:07, 9.06MB/s]
89%|##################################6 | 542M/611M [00:52<00:06, 9.88MB/s]
89%|##################################7 | 543M/611M [00:52<00:06, 10.5MB/s]
89%|##################################7 | 545M/611M [00:53<00:05, 11.0MB/s]
89%|##################################8 | 546M/611M [00:53<00:09, 6.49MB/s]
90%|##################################9 | 547M/611M [00:53<00:11, 5.70MB/s]
90%|##################################9 | 548M/611M [00:53<00:11, 5.39MB/s]
90%|################################### | 549M/611M [00:53<00:09, 6.24MB/s]
90%|###################################2 | 551M/611M [00:53<00:05, 10.3MB/s]
91%|###################################2 | 553M/611M [00:54<00:06, 9.24MB/s]
91%|###################################4 | 555M/611M [00:54<00:04, 11.9MB/s]
91%|###################################5 | 556M/611M [00:54<00:04, 11.1MB/s]
91%|###################################6 | 557M/611M [00:54<00:05, 10.3MB/s]
92%|###################################7 | 560M/611M [00:54<00:03, 13.0MB/s]
92%|###################################8 | 561M/611M [00:54<00:03, 12.9MB/s]
92%|###################################9 | 563M/611M [00:54<00:03, 12.7MB/s]
92%|#################################### | 564M/611M [00:55<00:04, 10.5MB/s]
93%|####################################1 | 565M/611M [00:55<00:03, 11.4MB/s]
93%|####################################2 | 567M/611M [00:55<00:03, 13.4MB/s]
93%|####################################3 | 569M/611M [00:55<00:03, 13.1MB/s]
93%|####################################4 | 570M/611M [00:55<00:03, 12.9MB/s]
94%|####################################5 | 571M/611M [00:55<00:03, 12.7MB/s]
94%|####################################5 | 573M/611M [00:55<00:03, 9.94MB/s]
94%|####################################7 | 575M/611M [00:55<00:02, 13.4MB/s]
94%|####################################8 | 577M/611M [00:56<00:03, 10.7MB/s]
95%|####################################9 | 579M/611M [00:56<00:02, 13.6MB/s]
95%|#####################################1 | 581M/611M [00:56<00:02, 13.2MB/s]
95%|#####################################1 | 582M/611M [00:56<00:02, 13.0MB/s]
96%|#####################################2 | 584M/611M [00:56<00:02, 12.9MB/s]
96%|#####################################3 | 585M/611M [00:57<00:03, 6.94MB/s]
96%|#####################################4 | 587M/611M [00:57<00:02, 8.65MB/s]
96%|#####################################5 | 588M/611M [00:57<00:02, 9.06MB/s]
97%|#####################################6 | 589M/611M [00:57<00:02, 9.77MB/s]
97%|#####################################7 | 591M/611M [00:57<00:01, 10.3MB/s]
97%|#####################################8 | 592M/611M [00:57<00:02, 9.03MB/s]
97%|#####################################8 | 593M/611M [00:57<00:01, 9.44MB/s]
97%|#####################################9 | 594M/611M [00:57<00:02, 7.62MB/s]
98%|###################################### | 596M/611M [00:58<00:01, 8.69MB/s]
98%|######################################2| 598M/611M [00:58<00:01, 9.83MB/s]
98%|######################################3| 601M/611M [00:58<00:00, 12.9MB/s]
99%|######################################4| 602M/611M [00:58<00:00, 12.7MB/s]
99%|######################################5| 603M/611M [00:58<00:00, 12.6MB/s]
99%|######################################6| 605M/611M [00:58<00:00, 11.6MB/s]
99%|######################################7| 606M/611M [00:58<00:00, 9.76MB/s]
100%|######################################8| 609M/611M [00:59<00:00, 13.7MB/s]
100%|######################################9| 610M/611M [00:59<00:00, 11.9MB/s]
0%| | 0.00/611M [00:00<?, ?B/s]
100%|########################################| 611M/611M [00:00<00:00, 610GB/s]
Explore the dataset contents#
We can use MNE-BIDS to print a tree of all
included files and folders. We pass the max_depth
parameter to
mne_bids.print_dir_tree
to the output to three levels of folders, for
better readability in this example.
print_dir_tree(bids_root, max_depth=3)
# We can generate a report of the existing dataset
print(make_report(bids_root))
|MNE-somato-data\
|--- CHANGES
|--- README
|--- dataset_description.json
|--- participants.json
|--- participants.tsv
|--- code\
|------ README
|------ convert_somato_data.py
|--- derivatives\
|------ freesurfer\
|--------- subjects\
|------ sub-01\
|--------- sub-01_task-somato-fwd.fif
|--- sub-01\
|------ sub-01_scans.tsv
|------ anat\
|--------- sub-01_T1w.json
|--------- sub-01_T1w.nii.gz
|------ meg\
|--------- sub-01_coordsystem.json
|--------- sub-01_task-somato_channels.tsv
|--------- sub-01_task-somato_events.tsv
|--------- sub-01_task-somato_meg.fif
|--------- sub-01_task-somato_meg.json
Summarizing participants.tsv C:\Users\stefan\mne_data\MNE-somato-data\participants.tsv...
Summarizing scans.tsv files [WindowsPath('C:/Users/stefan/mne_data/MNE-somato-data/sub-01/sub-01_scans.tsv')]...
The participant template found: comprised of 1 male and 0 female participants;
handedness were all unknown;
ages all unknown
The MNE-somato-data-bids dataset was created by Lauri Parkkonen and conforms to
BIDS version 1.2.0. This report was generated with MNE-BIDS
(https://doi.org/10.21105/joss.01896). The dataset consists of 1 participants
(comprised of 1 male and 0 female participants; handedness were all unknown;
ages all unknown) . Data was recorded using an MEG system (Elekta) sampled at
300.31 Hz with line noise at 50 Hz. There was 1 scan in total. Recording
durations ranged from 897.08 to 897.08 seconds (mean = 897.08, std = 0.0), for a
total of 897.08 seconds of data recorded over all scans. For each dataset, there
were on average 316.0 (std = 0.0) recording channels per scan, out of which
316.0 (std = 0.0) were used in analysis (0.0 +/- 0.0 were removed from
analysis).
Update the sidecar JSON dataset contents#
We can use MNE-BIDS to update all sidecar files for a matching
BIDSPath
object. We then pass in a dictionary (or JSON file) to update
all matching metadata fields within the BIDS dataset.
# Search for all matching BIDSPaths in the root directory
bids_root = somato.data_path()
suffix = 'meg'
extension = '.fif'
bids_paths = find_matching_paths(bids_root, suffixes=suffix,
extensions=extension)
# We can now retrieve a list of all MEG-related files in the dataset:
print(bids_paths)
# Define a sidecar update as a dictionary
entries = {
'PowerLineFrequency': 60,
'Manufacturer': "MEGIN",
'InstitutionName': "Martinos Center"
}
# Note: ``update_sidecar_json`` will perform essentially a
# dictionary update to your sidecar json file, so be absolutely sure
# that the ``entries`` are defined with the proper fields specified
# by BIDS. For example, if you are updating the ``coordsystem.json``
# file, then you don't want to include ``PowerLineFrequency`` in
# ``entries``.
#
# Now update all sidecar fields according to our updating dictionary
bids_path = bids_paths[0]
sidecar_path = bids_path.copy().update(extension='.json')
update_sidecar_json(bids_path=sidecar_path, entries=entries)
[BIDSPath(
root: C:/Users/stefan/mne_data/MNE-somato-data
datatype: meg
basename: sub-01_task-somato_meg.fif)]
Writing 'C:\Users\stefan\mne_data\MNE-somato-data\sub-01\meg\sub-01_task-somato_meg.json'...
Read the updated dataset#
# new line frequency is now 60 Hz
raw = read_raw_bids(bids_path=bids_path)
print(raw.info['line_freq'])
Opening raw data file C:\Users\stefan\mne_data\MNE-somato-data\sub-01\meg\sub-01_task-somato_meg.fif...
Range : 237600 ... 506999 = 791.189 ... 1688.266 secs
Ready.
Reading events from C:\Users\stefan\mne_data\MNE-somato-data\sub-01\meg\sub-01_task-somato_events.tsv.
Reading channel info from C:\Users\stefan\mne_data\MNE-somato-data\sub-01\meg\sub-01_task-somato_channels.tsv.
Not fully anonymizing info - keeping his_id, sex, and hand info
60.0
Generate a new report based on the updated metadata.
# The manufacturer was changed to ``MEGIN``
print(make_report(bids_root))
Summarizing participants.tsv C:\Users\stefan\mne_data\MNE-somato-data\participants.tsv...
Summarizing scans.tsv files [WindowsPath('C:/Users/stefan/mne_data/MNE-somato-data/sub-01/sub-01_scans.tsv')]...
The participant template found: comprised of 1 male and 0 female participants;
handedness were all unknown;
ages all unknown
The MNE-somato-data-bids dataset was created by Lauri Parkkonen and conforms to
BIDS version 1.2.0. This report was generated with MNE-BIDS
(https://doi.org/10.21105/joss.01896). The dataset consists of 1 participants
(comprised of 1 male and 0 female participants; handedness were all unknown;
ages all unknown) . Data was recorded using an MEG system (MEGIN) sampled at
300.31 Hz with line noise at 60 Hz. There was 1 scan in total. Recording
durations ranged from 897.08 to 897.08 seconds (mean = 897.08, std = 0.0), for a
total of 897.08 seconds of data recorded over all scans. For each dataset, there
were on average 316.0 (std = 0.0) recording channels per scan, out of which
316.0 (std = 0.0) were used in analysis (0.0 +/- 0.0 were removed from
analysis).
We can revert the changes by updating the sidecar again.
# update the sidecar data to have a new PowerLineFrequency
entries['Manufacturer'] = "Elekta"
entries['PowerLineFrequency'] = 50
update_sidecar_json(bids_path=sidecar_path, entries=entries)
Writing 'C:\Users\stefan\mne_data\MNE-somato-data\sub-01\meg\sub-01_task-somato_meg.json'...
Now let us inspect the dataset again by generating the report again. Now that
update_sidecar_json
was called, the metadata will be updated.
# The power line frequency should now change back to 50 Hz
raw = read_raw_bids(bids_path=bids_path)
print(raw.info['line_freq'])
# Generate the report with updated fields
print(make_report(bids_root))
Opening raw data file C:\Users\stefan\mne_data\MNE-somato-data\sub-01\meg\sub-01_task-somato_meg.fif...
Range : 237600 ... 506999 = 791.189 ... 1688.266 secs
Ready.
Reading events from C:\Users\stefan\mne_data\MNE-somato-data\sub-01\meg\sub-01_task-somato_events.tsv.
Reading channel info from C:\Users\stefan\mne_data\MNE-somato-data\sub-01\meg\sub-01_task-somato_channels.tsv.
Not fully anonymizing info - keeping his_id, sex, and hand info
50.0
Summarizing participants.tsv C:\Users\stefan\mne_data\MNE-somato-data\participants.tsv...
Summarizing scans.tsv files [WindowsPath('C:/Users/stefan/mne_data/MNE-somato-data/sub-01/sub-01_scans.tsv')]...
The participant template found: comprised of 1 male and 0 female participants;
handedness were all unknown;
ages all unknown
The MNE-somato-data-bids dataset was created by Lauri Parkkonen and conforms to
BIDS version 1.2.0. This report was generated with MNE-BIDS
(https://doi.org/10.21105/joss.01896). The dataset consists of 1 participants
(comprised of 1 male and 0 female participants; handedness were all unknown;
ages all unknown) . Data was recorded using an MEG system (Elekta) sampled at
300.31 Hz with line noise at 50 Hz. There was 1 scan in total. Recording
durations ranged from 897.08 to 897.08 seconds (mean = 897.08, std = 0.0), for a
total of 897.08 seconds of data recorded over all scans. For each dataset, there
were on average 316.0 (std = 0.0) recording channels per scan, out of which
316.0 (std = 0.0) were used in analysis (0.0 +/- 0.0 were removed from
analysis).
Total running time of the script: ( 1 minutes 18.742 seconds)