- MNE version: 1.4
- operating system: macOS 12.6
Hello everyone,
I would like to load some Persyst EEG datasets in MNE, and I am facing with an issue regarding the date format of the original files. I use ‘mne.io.read_raw_persyst’ function to load the data. Apparently, the date format of original files are structured as ‘yyyy/mm/dd’ which is not the format that MNE is considered as the standard format (mm/dd/yyyy). So, it seems that I should reformat the date on the header of the files (.lay files), but I do not know where to start.
I would be grateful if anyone could have an idea about overcoming this issue.
Thank you in advance,
Amir