MNE 1.4.2
Windows 10
Hello,
When I load my EDF file using mne.io.read_raw_edf() I get this output:
Creating raw.info structure…
Reading 0 … 19786999 = 0.000 … 19786.999 secs…
And I get a sampling rate of 1000.
However, the sampling rate is supposed to be 500 and also I am expecting twice the length of time, so more like something like this:
Reading 0 … 19786999 = 0.000 … 39573.998 secs…
When I change the sampling rate, using .resample, it seems to affect the data points but doesn’t affect the total time.
What am I missing?