mne-tools/mne-connectivity

ITC on continuous data

Open

#106 opened on Sep 9, 2022

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Python (44 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (90 stars)
PR merge metrics
 (PR metrics pending)

Description

I was asked this many times and I had now a few minutes to do a proof of concept.

See:

https://gist.github.com/agramfort/e282cb850a790e74dde39582edf89485

it computes phase synchrony (ITC?) by averaging overtime in a raw object. So it does not average over epochs to look for fixed phase.

hope this will help some.

Disclaimer this is not tested. It's just a 30 mins hack to help a former student...

Contributor guide