I am using brainstorm for eeg source localization. I already cleaned and epoched my data in EEGLAB. I had 3 conditions in my experiment and 33 subjects data were collected.
I am confused between two possible pipelines that I can follow after reading the tutorials on the website:
Pipeline 1:
For each condition:
- For each subject, average trials within a run.
- Calculate sources for each run (using dSPM)
- Average sources (weighted average) for all runs. Now we have one source for a subject.
- Average sources across subjects.
Pipeline 2:
- For each subject, average trials within a run.
- Calculate sources for each run (using dSPM)
- Baseline correction (using z-score)
- Take absolute values for the sources (rectify)
- Average sources across subjects.
For pipeline 2, it is as per the link here: https://neuroimage.usc.edu/brainstorm/Tutorials/Workflows#Constrained_cortical_sources
However, I am not sure which method this pipeline is for. Maybe it is for MNE and not for dSPM? dSPM results aare already normalized with respect to the baseline, so maybe Pipeline 1 is the way?
Any lead on this is very much appreciated.