Skip to content

Commit

Permalink
MRG, ENH: Speed up src filtering and vol label src creation (mne-tool…
Browse files Browse the repository at this point in the history
…s#6689)

* ENH: Speed up check for within surface

* ENH: Cull points before checking inside
  • Loading branch information
larsoner authored and agramfort committed Aug 26, 2019
1 parent bf03e17 commit e3cbdb5
Show file tree
Hide file tree
Showing 2 changed files with 170 additions and 105 deletions.
2 changes: 2 additions & 0 deletions doc/changes/latest.inc
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ Changelog

- Speed up morph map generation in :func:`mne.read_morph_map` by ~5-10x by using :func:`numba.jit` by `Eric Larson`_

- Speed up :func:`mne.setup_volume_source_space`, especially when ``volume_label is not None`` by `Eric Larson`_

- Add :func:`mne.dig_mri_distances` to compute the distances between digitized head points and the MRI head surface by `Alex Gramfort`_ and `Eric Larson`_

- Add scale bars for data channels in :func:`mne.io.Raw.plot` by `Eric Larson`_
Expand Down
Loading

0 comments on commit e3cbdb5

Please sign in to comment.