- MNE version: 1.6.0
- operating system: Linux
Hello,
I’ve recently been using mne-bids on some MEG I’ve acquired, and have a conceptual question rather than a technical issue; the BIDS conversion process is relatively straightforward.
I have CTF (.ds) data that when converted to BIDS appears like this tree structure:
|--- sub-01_task-bart_run-01_meg.ds/
|------ BadChannels
|------ ClassFile.cls
|------ MarkerFile.mrk
|------ sub-01_task-bart_run-01_meg.acq
|------ sub-01_task-bart_run-01_meg.hc
|------ sub-01_task-bart_run-01_meg.infods
|------ sub-01_task-bart_run-01_meg.meg4
|------ sub-01_task-bart_run-01_meg.newds
|------ sub-01_task-bart_run-01_meg.res4
|------ bad.segments
|------ params.dsc
|------ processing.cfg
I would like to modify the subject ID to sub-001
after the conversion process; however, I recall being told that changing the .ds directory file name can severe the link between it and the corresponding files within. Is this therefore improper to modify the directory and file names by simply using the Unix mv
command, or does mne-bids have a specific method for achieving this (it appears this function may be relevant)? As someone new to MEG, I’m unfamiliar with these conventions.
Thanks for the assistance.