I'm trying to extract the labels time course for a long resting state data (from HCP)
What would be a good approach for that?
I've tried first to use mne.minimum_norm.apply_inverse_raw, but it was too much for my computer and it crashed because of memory error.
Then, I've tried to create an stc file for each label, to extract later the time course. But then I got the error that the stc is not compatible with source space, which it true.
Maybe I should use the apply_inverse_raw each time for short windows? I prefer to get the full time course of each label if possible.
I think you might want to use the utils we engineered with Sheraz earlier
this year. I will contribute them to MNE over the forthcoming months. But
the API might change a bit as not everyone agrees that we should use
mne.io.RawArray as terminal container for source rest time courses.