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.

Notes

Work in progress. This function will abort upon the encounter of a .fdt file.