mne_bids.copyfiles.copyfile_mef#

mne_bids.copyfiles.copyfile_mef(src, dest)[source]#

Copy MEF3 files to a new location.

MEF3 (Multiscale Electrophysiology Format) data is stored in a directory with the .mefd extension. This function copies the entire directory structure to the destination.

Parameters:
srcpath-like

Path to the source raw .mefd folder.

destpath-like

Path to the destination of the new bids folder.