Hi!
I’m trying to load a morph stc files.
It seams that mne.read_source_estimate(fname)
doesn’t allow to pass right and left hemisphere data. Should I read and morph them separately?
If so, then when I try to save the right and left morphed data, they are stored again in two r/l files each, so I end with 4 files.
How should I deal with it?
Would it be enough to read the two right and left stc files and then morph just one. Or just save one?
Or just use the morphed right hemisphere for the right stc file? Could I do this from the fuction or just delete the others afterwards?
Thanks a lot!