[Mne_analysis] mne.minimum_norm.compute_source_psd

Vivek Sharma vivek.sharma1510 at gmail.com
Wed Jun 12 01:47:19 EDT 2019
Search archives:

        External Email - Use Caution        

Hi,
I'm using the following example to perform source localisation.
https://martinos.org/mne/stable/auto_examples/datasets/plot_opm_rest_data.html

I'm also attaching the code I'm using.
So, when I run the following command:

stc_psd, sensor_psd = mne.minimum_norm.compute_source_psd(raws['vv'],
inverse_operator, lambda2=lambda2, method='sLORETA', tmin=0.0, tmax=574.0,
n_fft=n_fft, dB=False, return_sensor=True, verbose=True)

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.


-- 
Vivek Sharma
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190612/f4c369fd/attachment.html 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: temp.py
Type: text/x-python
Size: 1287 bytes
Desc: not available
Url : http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20190612/f4c369fd/attachment.py 


More information about the Mne_analysis mailing list