nipy / nipype

Workflows and interfaces for neuroimaging packages
https://nipype.readthedocs.org/en/latest/
Other
745 stars 529 forks source link

MNE (C/python) interfaces #3032

Open vferat opened 4 years ago

vferat commented 4 years ago

Summary

Is there any interest for interfaces for MNE-C and MNE-python command lines. Is it on the scope of Nipype ? I'm currently working on EEG workflows and may create some of these interfaces if the community is interested.

effigies commented 4 years ago

This is definitely in scope. I can't speak to the level of general interest, but we'd be happy to accept new interfaces regardless of the demand.

Note that in the future we're considering reorganizing interfaces into separate packages, roughly by software suite, which would be largely under the control of the suites (if they desire). We don't have this infrastructure set up yet, so the current way to go is direct contribution.

vferat commented 4 years ago

Great ! I'll try to make some PR to create such interfaces. There is 2 command line programs for mne functions, MNE-C and MNE-python, shall we create 2 separate folders ? For exemple the existing one (mne) for MNE-python and one mnec for MNE-C ? The current mne interfaces use mne-python.