Alexandre Gramfort

Results 758 comments of Alexandre Gramfort

I am wondering about the use of spectrum. We use psd everywhere else. my reflex would have been psd = raw.compute_psd() psd.plot() would be the same as what we have...

ok makes sense > Message ID: ***@***.***> >

🎉 🍻 👏 @drammock

No objection but make sure no warning is raised by default if no channel locations are present This maybe suggests a spatial_colors=‘auto’ by default

ping @jackz314 @cbrnr

@martinwimpff I recently had this conversation with @robintibor. To me yes we should offer and recommend this possibility. It’s the text book / correct way to teach people. Now for...

There is no integration of OpenMEEG into MNE yet but this is planned for 2015. There will be some help coming soon. But any progress you make already will make...

ping @souravamishra

> I've had some trouble constructing OpenMEEG objects directly with the SWIG based API (sometimes segfaults as result), oups :-/ > and the examples all seem to use the file-based...

point taken although it's a bit disappointing to have a file based approach. If you can have everything in memory it's nicer and more efficient. I did not think about...