Alexandre Gramfort
Alexandre Gramfort
awesome initiative ! so far the mne-bids-pipeline has hacked his way for derivatives and it's not done in a standardized way at all. I think it makes your project very...
sorry I dropped the ball here. the way I would proceed. - make sure you can load your data and get an mne Raw object with all the relevant datatypes....
here is quick script to test: ```python import mne from mne.datasets import eegbci from mne_bids import write_raw_bids, BIDSPath subject = 1 run = 2 eegbci.load_data(subject=subject, runs=run, update_path=True) # Load the...
happy to serve as the interface with folks at Meta Reality Labs ! yes EMG is a bit different but I see a lot of similarities too. I really see...
> I 100% agree. Signal-wise, I see not much difference in storing any electrophysiological data either. However, what those signals mean, where they are collected from, and how they could/should...
@CedricAllain can you merge master branch here so the diff is more readable? thanks
any docstring to update or whats new entry to add?
could we have a unit test comparing the solution to some ground truth values obtained in a sphere model or with some alternative reference solver? > Message ID: ***@***.***> >
maybe see https://openmeeg.github.io/tutorial.html#geometrical-model-mesh-and-conductivity-files But I doubt it has actively been tested. You may enter uncharted territory :) > Message ID: ***@***.***> >
Indeed. I think it will be great to have a standard way of sharing / organizing sEMG data. Meta CTLR team should soon open source large datasets and using bids...