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 @@ - Overview: module code — MNE-BIDS 0.15.0.dev35+ge41b5173 documentation + Overview: module code — 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

@@ -568,7 +568,7 @@

All modules for which code is available

diff --git a/dev/_modules/mne_bids/copyfiles.html b/dev/_modules/mne_bids/copyfiles.html index b412b3257..21b71b888 100644 --- a/dev/_modules/mne_bids/copyfiles.html +++ b/dev/_modules/mne_bids/copyfiles.html @@ -7,7 +7,7 @@ - mne_bids.copyfiles — MNE-BIDS 0.15.0.dev35+ge41b5173 documentation + mne_bids.copyfiles — 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

@@ -684,6 +684,13 @@

Source code for mne_bids.copyfiles

         ".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

 
   
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

 
   
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

 
   
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

 
   
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

 
   
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

 
   
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

 
   
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

 
   
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

 
   
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

 
   
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

@@ -577,7 +577,7 @@ diff --git a/dev/auto_examples/anonymize_dataset.html b/dev/auto_examples/anonymize_dataset.html index a9ab79681..07107812b 100644 --- a/dev/auto_examples/anonymize_dataset.html +++ b/dev/auto_examples/anonymize_dataset.html @@ -8,7 +8,7 @@ - 13. Anonymizing a BIDS dataset — MNE-BIDS 0.15.0.dev35+ge41b5173 documentation + 13. Anonymizing a BIDS dataset — MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation @@ -41,7 +41,7 @@ - + @@ -148,7 +148,7 @@ -

MNE-BIDS 0.15.0.dev35+ge41b5173 documentation

+

MNE-BIDS 0.15.0.dev36+g28e8cdb3 documentation

@@ -678,7 +678,7 @@

Basic anonymizationSpecifying subject IDsSpecifying subject IDsSpecifying subject IDs @@ -933,9 +933,9 @@

ReproducibilityTotal running time of the script: (0 minutes 12.196 seconds)

+

Total running time of the script: (0 minutes 15.284 seconds)