multitaper analysis in source space

Dear MNE developers and advanced users!

I need to perform multitaper analysis in source space.

I have previously used ?multitaper_psd? to do this.

Now this function is deprecated and replaced by
mne.time_frequency.psd_multitaper
by Chris Holdgraf. Unfortunately, psd_multitaper only works with the sensor
space data (raw, epochs, evoked). How can I now calculate multitaper psd
in the source space?

Best,

Elena
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.nmr.mgh.harvard.edu/pipermail/mne_analysis/attachments/20161016/36928c50/attachment.html

Hi Elena,

I believe you could still use a private function called _psd_multitaper in
multitaper.py module. It should do the same thing as multitaper_psd did
before. Perhaps it should be made public?

-Jaakko

hi Elena,

you were using multitaper_psd with numpy arrays eg with stc.data ?

if there is a need for such a function we should indeed make a public version.

Alex