saving apply_inverse_epochs returns

Greetings,

I am attempting to save the output of apply_inverse_epochs. I run the
command with these options:

*apply_inverse_epochs(epochs, inverse_operator, lambda2, method,
label=label)*

Hey Vincent,

mne_analyze and mne-python both assume that any surface-based
SourceEstimate / .stc will consist of both a left and a right hemisphere
component, saved in different files. This maintains backward compatibility
of the software.

Eric

Hi,

Thanks for the response. Does this mean that if I load a left hemisphere
label and save the output of apply_inverse_epochs then the right hemisphere
stc will be empty of meaningful data, or will it actually be a right
hemisphere stc for that label?

Best wishes,

Vincent Rupp Jr

hi vincent,

Thanks for the response. Does this mean that if I load a left hemisphere
label and save the output of apply_inverse_epochs then the right hemisphere
stc will be empty of meaningful data, or will it actually be a right
hemisphere stc for that label?

yes the right stc should be empty of data.

HTH
Alex