hichamjanati / groupmne

Multi-subject MEG and EEG source localization with MNE
MIT License
9 stars 3 forks source link

Pass channel types arguments to compute_fwd #12

Closed hichamjanati closed 5 years ago

hichamjanati commented 5 years ago

the compute_fwd function should pass (meg and eeg) **kwargs tomne.make_forward_solution which is necessary if a 3 layers bem is not available

in

https://github.com/hichamjanati/groupmne/blob/8641d679ddcf384f2436c8ff5b342f3af38e2770/groupmne/group_model.py#L68-L69

https://github.com/hichamjanati/groupmne/blob/8641d679ddcf384f2436c8ff5b342f3af38e2770/groupmne/group_model.py#L95-L100