diff --git a/dev/.buildinfo b/dev/.buildinfo index 011dffce8..f7ff5722f 100644 --- a/dev/.buildinfo +++ b/dev/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 51e5500105fe520fa87a1bed9a71bb36 +config: 60cd31aa8d508b4a36680d2890e631fa tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/dev/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip b/dev/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip index 0c37c3b6e..146b7925d 100644 Binary files a/dev/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip and b/dev/_downloads/07fcc19ba03226cd3d83d4e40ec44385/auto_examples_python.zip differ diff --git a/dev/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip b/dev/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip index a9c683cba..dd64b2559 100644 Binary files a/dev/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip and b/dev/_downloads/6f1e7a639e0699d6164445b55e6c116d/auto_examples_jupyter.zip differ diff --git a/dev/_modules/index.html b/dev/_modules/index.html index 909600bf2..38325321e 100644 --- a/dev/_modules/index.html +++ b/dev/_modules/index.html @@ -7,7 +7,7 @@
-MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -568,7 +568,7 @@
- © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-22.
+ © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-29.
MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -684,6 +684,13 @@
".newds",
".res4",
)
+
+ # Consider CTF files that are split having consecutively numbered extensions
+ extra_ctf_file_types = tuple(
+ f".{i}_meg4" for i in range(1, 21)
+ ) # cap at 20 is arbitrary
+ file_types += extra_ctf_file_types
+
# Rename files in dest with the name of the dest directory
fnames = [f for f in os.listdir(dest) if f.endswith(file_types)]
bids_folder_name = op.splitext(op.split(dest)[-1])[0]
@@ -1213,7 +1220,7 @@ Source code for mne_bids.copyfiles
- © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-22.
+ © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-29.
diff --git a/dev/_modules/mne_bids/dig.html b/dev/_modules/mne_bids/dig.html
index 67ce0c8c4..a47b5dac9 100644
--- a/dev/_modules/mne_bids/dig.html
+++ b/dev/_modules/mne_bids/dig.html
@@ -7,7 +7,7 @@
- mne_bids.dig — MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+ mne_bids.dig — MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -40,7 +40,7 @@
-
+
@@ -144,7 +144,7 @@
- MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+ MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -1362,7 +1362,7 @@ Source code for mne_bids.dig
- © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-22.
+ © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-29.
diff --git a/dev/_modules/mne_bids/inspect.html b/dev/_modules/mne_bids/inspect.html
index f5734b59f..39cea4d73 100644
--- a/dev/_modules/mne_bids/inspect.html
+++ b/dev/_modules/mne_bids/inspect.html
@@ -7,7 +7,7 @@
- mne_bids.inspect — MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+ mne_bids.inspect — MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -40,7 +40,7 @@
-
+
@@ -144,7 +144,7 @@
- MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+ MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -1017,7 +1017,7 @@ Source code for mne_bids.inspect
- © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-22.
+ © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-29.
diff --git a/dev/_modules/mne_bids/path.html b/dev/_modules/mne_bids/path.html
index c293f5516..6f264c983 100644
--- a/dev/_modules/mne_bids/path.html
+++ b/dev/_modules/mne_bids/path.html
@@ -7,7 +7,7 @@
- mne_bids.path — MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+ mne_bids.path — MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -40,7 +40,7 @@
-
+
@@ -144,7 +144,7 @@
- MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+ MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -3098,7 +3098,7 @@ Source code for mne_bids.path
- © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-22.
+ © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-29.
diff --git a/dev/_modules/mne_bids/read.html b/dev/_modules/mne_bids/read.html
index ad4bb1382..616e05acd 100644
--- a/dev/_modules/mne_bids/read.html
+++ b/dev/_modules/mne_bids/read.html
@@ -7,7 +7,7 @@
- mne_bids.read — MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+ mne_bids.read — MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -40,7 +40,7 @@
-
+
@@ -144,7 +144,7 @@
- MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+ MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -1720,7 +1720,7 @@ Source code for mne_bids.read
- © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-22.
+ © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-29.
diff --git a/dev/_modules/mne_bids/report/_report.html b/dev/_modules/mne_bids/report/_report.html
index 50ce6584c..f17dfb4ae 100644
--- a/dev/_modules/mne_bids/report/_report.html
+++ b/dev/_modules/mne_bids/report/_report.html
@@ -7,7 +7,7 @@
- mne_bids.report._report — MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+ mne_bids.report._report — MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -40,7 +40,7 @@
-
+
@@ -144,7 +144,7 @@
- MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+ MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -1101,7 +1101,7 @@ Source code for mne_bids.report._report
- © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-22.
+ © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-29.
diff --git a/dev/_modules/mne_bids/sidecar_updates.html b/dev/_modules/mne_bids/sidecar_updates.html
index d176cb825..a84b46dbc 100644
--- a/dev/_modules/mne_bids/sidecar_updates.html
+++ b/dev/_modules/mne_bids/sidecar_updates.html
@@ -7,7 +7,7 @@
- mne_bids.sidecar_updates — MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+ mne_bids.sidecar_updates — MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -40,7 +40,7 @@
-
+
@@ -144,7 +144,7 @@
- MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+ MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -956,7 +956,7 @@ Source code for mne_bids.sidecar_updates
- © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-22.
+ © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-29.
diff --git a/dev/_modules/mne_bids/stats.html b/dev/_modules/mne_bids/stats.html
index f3b50d75c..30c448522 100644
--- a/dev/_modules/mne_bids/stats.html
+++ b/dev/_modules/mne_bids/stats.html
@@ -7,7 +7,7 @@
- mne_bids.stats — MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+ mne_bids.stats — MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -40,7 +40,7 @@
-
+
@@ -144,7 +144,7 @@
- MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+ MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -695,7 +695,7 @@ Source code for mne_bids.stats
- © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-22.
+ © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-29.
diff --git a/dev/_modules/mne_bids/utils.html b/dev/_modules/mne_bids/utils.html
index 08505b799..487b0118f 100644
--- a/dev/_modules/mne_bids/utils.html
+++ b/dev/_modules/mne_bids/utils.html
@@ -7,7 +7,7 @@
- mne_bids.utils — MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+ mne_bids.utils — MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -40,7 +40,7 @@
-
+
@@ -144,7 +144,7 @@
- MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+ MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -1105,7 +1105,7 @@ Source code for mne_bids.utils
- © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-22.
+ © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-29.
diff --git a/dev/_modules/mne_bids/write.html b/dev/_modules/mne_bids/write.html
index 888f31926..139e6ddfb 100644
--- a/dev/_modules/mne_bids/write.html
+++ b/dev/_modules/mne_bids/write.html
@@ -7,7 +7,7 @@
- mne_bids.write — MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+ mne_bids.write — MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -40,7 +40,7 @@
-
+
@@ -144,7 +144,7 @@
- MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+ MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -3712,7 +3712,7 @@ Source code for mne_bids.write
- © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-22.
+ © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-29.
diff --git a/dev/_static/documentation_options.js b/dev/_static/documentation_options.js
index 69d0444c1..88cde5fd9 100644
--- a/dev/_static/documentation_options.js
+++ b/dev/_static/documentation_options.js
@@ -1,5 +1,5 @@
const DOCUMENTATION_OPTIONS = {
- VERSION: '0.15.0.dev35+ge41b5173',
+ VERSION: '0.15.0.dev36+g28e8cdb3',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/dev/api.html b/dev/api.html
index c4c414dcd..350a6954f 100644
--- a/dev/api.html
+++ b/dev/api.html
@@ -8,7 +8,7 @@
- API Documentation — MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+ API Documentation — MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -41,7 +41,7 @@
-
+
@@ -147,7 +147,7 @@
- MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+ MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -778,7 +778,7 @@ mne_bids.copyfiles
- © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-22.
+ © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-29.
diff --git a/dev/authors.html b/dev/authors.html
index 15ea0a6b9..22a3b1ece 100644
--- a/dev/authors.html
+++ b/dev/authors.html
@@ -8,7 +8,7 @@
- <no title> — MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+ <no title> — MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -41,7 +41,7 @@
-
+
@@ -145,7 +145,7 @@
- MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+ MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
- © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-22.
+ © Copyright 2017-2024, MNE Developers. Last updated on 2024-02-29.
MNE-BIDS 0.15.0.dev35+ge41b5173 documentation
+MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation
@@ -678,7 +678,7 @@Total running time of the script: (0 minutes 15.284 seconds)