mne_bids.copyfiles.copyfile_ctf¶
- mne_bids.copyfiles.copyfile_ctf(src, dest)[source]¶
 Copy and rename CTF files to a new location.
- Parameters
 - src
str|pathlib.Path Path to the source raw .ds folder.
- dest
str|pathlib.Path Path to the destination of the new bids folder.
- src