Annalisa Pascarella
Annalisa Pascarella
@EtienneCmb ciaooo! I dind't change anything in this [example script](https://neuropycon.github.io/ephypype/auto_examples/plot_inverse.html#sphx-glr-auto-examples-plot-inverse-pyl) but now I have this little brain o.O any idea? thks!!!
Create a new pipeline running reconall + bem
pandas
We use pandas in [prepare_data](https://github.com/neuropycon/ephypype/blob/master/ephypype/prepare/prepare_data.py) and in [_split_txt](https://github.com/neuropycon/ephypype/blob/428f67448048b8f036486b21e9a2212934374fab/ephypype/import_data.py#L295). It seems the function [format_electrodes_xls](https://github.com/neuropycon/ephypype/blob/master/ephypype/prepare/prepare_data.py) is not used. @davidmeunier79 can we remove it? On the other side [_split_txt](https://github.com/neuropycon/ephypype/blob/428f67448048b8f036486b21e9a2212934374fab/ephypype/import_data.py#L295) is used by [ImportBrainVisionAscii](https://github.com/neuropycon/ephypype/blob/428f67448048b8f036486b21e9a2212934374fab/ephypype/nodes/import_data.py#L175)....
Add the possibility to choose the condition and specify the channel to pick
Look at this MNE function in order to perform the co-registration in an automatic way https://github.com/mne-tools/mne-python/blob/master/mne/coreg.py#L81
Up to now the example pipelines use one sbj of the OMEGA dataset. Would it be better to use the sample dataset of MNE?