mne_bids.copyfiles.copyfile_eeglab#

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

Copy an EEGLAB file to a new location.

If the EEGLAB .set file comes with an accompanying .fdt binary file that contains the actual data, this function will copy this file, too, and update all internal pointers in the new .set file.

Parameters:
srcpath-like

Path to the source raw .set file.

destpath-like

Path to the destination of the new .set file.