where I have defined the time to be considered, but as the output of this
what I'm getting is:
<SourceEstimate | 8064 vertices, subject : Collin, tmin : 0.0 (ms), tmax
: 100000.0 (ms), tstep : 97.65625 (ms), data shape : (8064, 1025)>
(I have resampled the data at 100 Hz and n_fft = 800)
Where tmax is 100 seconds, whereas I have defined it as 574 seconds in the
command above.
I want this function mne.minimum_norm.compute_source_psd, to consider
complete meg file for computing source psd.
In continuation of the above thread, I unable to understand what does 1025
mean in data shape.
<SourceEstimate | 8064 vertices, subject : Collin, tmin : 0.0 (ms), tmax
: 100000.0 (ms), tstep : 97.65625 (ms),
*data shape : (8064, 1025)>*
Ah, Victor is right. Sorry Vivek for giving you the wrong advice; I looked
only at the repr of the object, which had a tmin, tmax, and tstep; I didn't
dig through the example that got you there.