mne-incubator icon indicating copy to clipboard operation
mne-incubator copied to clipboard

WIP: Add tsDSS

Open larsoner opened this issue 5 years ago • 2 comments

@drammock FYI I'm working on implementing tsDSS. My plan is:

  • [x] Reformulate existing DSS code to use the same nomenclature from the AdC/Simon paper (@drammock feel free to look/confirm I did this properly so far)
  • [x] Reformulate to prefer mne.compute_whitener for the whitening step, since it's careful about channel scalings, projectors, etc. (and just using _pca will not be)
  • [x] Change the example to use the filtered data (faster)
  • [x] Extend the DSS calculation to be time-shift capable (tsDSS)
  • [x] Add simulation/array example from the paper

larsoner avatar May 21 '19 15:05 larsoner