mne_bids.copyfiles.copyfile_eeglab

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

Copy a EEGLAB files to a new location and adjust pointer to ‘.fdt’ file.

Some EEGLAB .set files come with a .fdt binary file that contains the data. When moving a .set file, we need to check for an associated .fdt file and move it to an appropriate location as well as update an internal pointer within the .set file.

Parameters
srcpath-like

Path to the source raw .set file.

destpath-like

Path to the destination of the new .set file.