From 4e7df02b50373eaf5b7b9680e0b9d54fd5aadb91 Mon Sep 17 00:00:00 2001 From: Mara Wolter <70799249+marakw@users.noreply.github.com> Date: Thu, 29 Feb 2024 13:40:51 +0100 Subject: [PATCH] In copyfile_ctf change suffix .meg4 to meg4 such that files with suffix .{int}_meg4 are also renamed --- mne_bids/copyfiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mne_bids/copyfiles.py b/mne_bids/copyfiles.py index 3d525a429..7d3decfd7 100644 --- a/mne_bids/copyfiles.py +++ b/mne_bids/copyfiles.py @@ -158,7 +158,7 @@ def copyfile_ctf(src, dest): ".hist", ".infods", ".bak", - ".meg4", + "meg4", ".newds", ".res4", )