mne_bids.copyfiles.copyfile_kit¶
-
mne_bids.copyfiles.
copyfile_kit
(src, dest, subject_id, session_id, task, run, _init_kwargs)[source]¶ Copy and rename KIT files to a new location.
- Parameters
- srcstr | pathlib.Path
Path to the source raw .con or .sqd folder.
- deststr | pathlib.Path
Path to the destination of the new bids folder.
- subject_idstr | None
The subject ID. Corresponds to “sub”.
- session_idstr | None
The session identifier. Corresponds to “ses”.
- taskstr | None
The task identifier. Corresponds to “task”.
- runint | None
The run number. Corresponds to “run”.
- _init_kwargsdict
Extract information of marker and headpoints