microstate analysis

May I ask how to import multiple data for EEG microstate analysis in Python? thanks

Perhaps you’d be interested in GitHub - wmvanvliet/mne_microstates: Microstate analysis for use with MNE-Python ?

1 Like

okay, I just saw that you have already asked a similar questions here: microstates analysis for use with mne-python

You will need to be more specific with what you want to know. What do you mean by importing multiple data?

1 Like

Hello. My current situation is as follows: I have written a code based on the information, but can only import one data for analysis. The microstate is obtained based on multiple data, so I would like to ask how to import multiple data for microstate analysis. Thank you.

You can load individual data files into separate raw objects and then concatenate them with mne.concatenate_raws().

2 Likes

Thank you, I will take a look and learn.

1 Like