- MNE version: 1.1.1
- operating system: Windows 10
Dear all,
I am a complete newbie at MNE and need your advice.
I am loading raw .fif files with events and it works well, but there’s a starting time problem. When MEG data is recorded, the starting point is non-zero and unique for each file. But when I load events they are displayed relative to zero.
Here’s how I read the file:
raw_file = mne.io.read_raw_fif(raw_file_path)
Here I see information about onset and offset times:
Opening raw data file …/data\subjects\sub2\raw\Encoding1_tsss_mc_trans.fif…
Range : 75000 … 1016999 = 75.000 … 1016.999 secs
Ready.
How can I extract information about the starting point of the file and shift events relative to it?
I have searched on the forum, but failed to find an answer.
Thanks in advance!
Kat