ins-amu / scripts

prepare data for TVB
MIT License
21 stars 12 forks source link

add MNE M/EEG projection matrix computation #26

Open timpx opened 9 years ago

timpx commented 9 years ago

see #22 pull request by @maedoc

timpx commented 9 years ago

bem surfaces and forward model are now computed; should we provide an interface for putting in coordinate and compute forward solution? I would need an example file to work on

maedoc commented 9 years ago

we'll add a generic set of sensors to use, and use either mne or openmeeg to generate the lead fields... I'll send a PR when I have something put together

maedoc commented 9 years ago

I'm on this again. For the seeg patients, I'll be using MNE for the BEM surfaces and OpenMEEG for the lead fields. Shall I put together some scripts and send a pull request?

I think I never sent you actual sensor list..

timpx commented 9 years ago

That would be fantastic! Could you please start from the already existing code at the end of main_surface.sh?

maedoc commented 9 years ago

you don't mind an additional dependency on OpenMEEG?

timpx commented 9 years ago

no, and I could be optional

maedoc commented 9 years ago

ok I send a PR when I've got it figured out. I'll also document the sEEG electrode format

timpx commented 6 years ago

Is this now part of tvb-make?