mne_bids.copyfiles.copyfile_brainvision¶
-
mne_bids.copyfiles.
copyfile_brainvision
(vhdr_src, vhdr_dest, verbose=False)[source]¶ Copy a BrainVision file triplet to a new location and repair links.
The BrainVision file format consists of three files: .vhdr, .eeg, and .vmrk The .eeg and .vmrk files associated with the .vhdr file will be given names as in vhdr_dest with adjusted extensions. Internal file pointers will be fixed.
- Parameters
- vhdr_srcstr
The src path of the .vhdr file to be copied.
- vhdr_deststr
The destination path of the .vhdr file.