Skip to content

Commit cab60ae

Browse files
[MRG] Add dPLI connectivity measure (mne-tools#79)
* Add and document DPLIEst_ class in epochs.py * Add DPLI parametrization to test_spectral_connectivity * Fix citation * Fix circleCI * Adding fix * Fixed pep * Fix doc for sm_kernel and sm_freqs in spectral_connectivity_time * Add wPLI/dPLI/PLI example * Update whatsnew * Update mne_connectivity/spectral/time.py Co-authored-by: Adam Li <[email protected]> * Update mne_connectivity/spectral/time.py Co-authored-by: Adam Li <[email protected]> * Add imaginary and heaviside definitions * Define sgn * Update mne_connectivity/spectral/time.py * Fix lagging/leading plot * Update doc/whats_new.rst Co-authored-by: Adam Li <[email protected]>
1 parent e2f23e3 commit cab60ae

File tree

7 files changed

+440
-6
lines changed

7 files changed

+440
-6
lines changed

doc/authors.inc

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
.. _Alexander Kroner: https://github.com/alexanderkroner
55
.. _Richard Höchenberger: https://github.com/hoechenberger
66
.. _Alex Rockhill: https://github.com/alexrockhill
7-
.. _Szonja Weigl: https://github.com/weiglszonja
7+
.. _Szonja Weigl: https://github.com/weiglszonja
8+
.. _Kenji Marshall: https://github.com/kenjimarshall

doc/references.bib

+13
Original file line numberDiff line numberDiff line change
@@ -226,3 +226,16 @@ @article{ColcloughEtAl2015
226226
year = {2015},
227227
pages = {439--448}
228228
}
229+
230+
@article{StamEtAl2012,
231+
title={Go with the flow: Use of a directed phase lag index (dPLI) to characterize patterns of phase relations in a large-scale model of brain dynamics},
232+
volume={62},
233+
ISSN={1053-8119},
234+
DOI={10.1016/j.neuroimage.2012.05.050},
235+
number={3},
236+
journal={NeuroImage},
237+
author={Stam, C. J. and van Straaten, E. C. W.},
238+
year={2012},
239+
month={Sep},
240+
pages={1415–1428}
241+
}

doc/whats_new.rst

+5-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Enhancements
2525
~~~~~~~~~~~~
2626

2727
- Add ``node_height`` to :func:`mne_connectivity.viz.plot_connectivity_circle` and enable passing a polar ``ax``, by `Alex Rockhill`_ :gh:`88`
28+
- Add directed phase lag index (dPLI) as a method in :func:`mne_connectivity.spectral_connectivity_epochs` with a corresponding example by `Kenji Marshall`_ (:gh:`79`)
2829

2930
Bug
3031
~~~
@@ -39,7 +40,10 @@ API
3940
Authors
4041
~~~~~~~
4142

42-
43+
* `Kenji Marshall`_
44+
* `Adam Li`_
45+
* `Alex Rockhill`_
46+
* `Szonja Weigl`_
4347

4448
:doc:`Find out what was new in previous releases <whats_new_previous_releases>`
4549

0 commit comments

Comments
 (0)