I would like to use SSP to remove heart beats artifacts. After calculating
the projections separately for different runs within one subject, I tried
to epoch the data and then combine the epochs from different runs based on
their conditions. Then I got an error message showing that I have to use
the same projections when combining them together.
My first question is: how can I calculate the ERFs of each subject with all
the runs combined?
I'd also like to remove the epochs that are contaminated by eye blinks.
Then the second question is: Should I do the SSP first or should I remove
the EOG artifacts first?
I would like to use SSP to remove heart beats artifacts. After calculating
the projections separately for different runs within one subject, I tried to
epoch the data and then combine the epochs from different runs based on
their conditions. Then I got an error message showing that I have to use the
same projections when combining them together.
My first question is: how can I calculate the ERFs of each subject with all
the runs combined?
Do you mean to treat the epochs as raw data and use 'mne.concatenate_raws'
to concatenate them? If I do that, I got this error: 'Epochs' object has no
attribute 'append'.
However, I got an error because I calculated SSP separately for different
runs, and the error is caused by the different projections obtained from
different runs.
However, I got an error because I calculated SSP separately for different
runs, and the error is caused by the different projections obtained from
different runs.
you should then compute the SSP on the concatenated raw files
and apply them on your Epochs or better recompute the Epochs
from the concatenated raws.