Hello,
I am currently working on creating topoplots with raw data.
As of now the raw is in *.csv format with 8 columns of EEG channels .
So far have been able to create evoked dataframe using pandas and
plot using evoked.plot_topomap() function for a specified duration of time.
Have a couple of questions on this .
1. Currently able to get a maximum of 20 frames per topoplot, is it
possible to get more than this?
2. How do i create topoplots similar to evoked.plot_topomap() for each
frequency band such as alpha, beta , delta, theta, gamma etc.
Thanks Alex,
I did go through the option mentioned i suppose it would give a single time
frequency plot .
I was looking to plot a topo series for each frequency band separately for
a time duration.
Have attached a sample here , this is a plot for evoked potentials .
I want to create a similar one for Alpha, Beta, Delta, Theta and Gamma.
see examples that use these functions for inspiration.
HTH
Alex
_______________________________________________
Mne_analysis mailing list
Mne_analysis at nmr.mgh.harvard.edu Mne_analysis Info Page
The information in this e-mail is intended only for the person to whom it
is
addressed. If you believe this e-mail was sent to you in error and the
e-mail
contains patient information, please contact the Partners Compliance
HelpLine at MyComplianceReport.com: Compliance and Ethics Reporting . If the e-mail was sent to you in
error
but does not contain patient information, please contact the sender and
properly
dispose of the e-mail.
Hi Alex,
Thank you for the prompt reply.
I am using the same function to plot for evoked potentials data
(plot_topomap),
However want to do the same for each frequency band .
how do i create a data set with a specific frequency band from evoked
dataframe
to do these plots.