[Mne_analysis] Creating sEEG bipolar montage

Denis-Alexander Engemann denis.engemann at gmail.com
Wed Jan 15 04:43:42 EST 2014
Search archives:

Hi Marmaduke,

We're planning to add functions for creation of custom raw and info
objects in the near future. Currently, the `idomatic` way would be to
subclass 'Raw' and add the custom manipulation / creation of 'info'
and '_data' to the constructor of the subclass, in other words do what
you described, hidden inside a new class constructor.

I'd suggest to discuss details in this issue:

https://github.com/mne-tools/mne-python/issues/1003

the more use case reports and requests we get the better.

Best.
Denis

On Wed, Jan 15, 2014 at 10:34 AM, Marmaduke Woodman <mmwoodman at gmail.com> wrote:
> Hi
>
> I'm using datasets that have one or more stereotactic EEG electrodes, named
> for example B1, B2, B3, etc, and one of the typical parts of our workflow is
> to form a bipolar montage ("B1-B2", "B2-B3", ..)
>
> Right now I do it by hand by manipulating the `_data` and `info` attributes,
> but I'm wondering if there's a mne-idiomatic way to do it? For example,
> specifying references for each channel, projection, etc.
>
>
> Thanks,
> Marmaduke
>
> _______________________________________________
> Mne_analysis mailing list
> Mne_analysis at nmr.mgh.harvard.edu
> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis
>
>
> The information in this e-mail is intended only for the person to whom it is
> addressed. If you believe this e-mail was sent to you in error and the
> e-mail
> contains patient information, please contact the Partners Compliance
> HelpLine at
> http://www.partners.org/complianceline . If the e-mail was sent to you in
> error
> but does not contain patient information, please contact the sender and
> properly
> dispose of the e-mail.
>



More information about the Mne_analysis mailing list