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
- src
str
|pathlib.Path
Path to the source raw .set file.
- dest
str
|pathlib.Path
Path to the destination of the new .set file.
- src