mne-tools / mne-nirs

Process Near-Infrared Spectroscopy Data in MNE
https://mne.tools/mne-nirs/
BSD 3-Clause "New" or "Revised" License
79 stars 35 forks source link

FIX: Surface projection not working with HbR #488

Closed HanBnrd closed 1 year ago

HanBnrd commented 1 year ago

Reference issue

Fixes #487.

What does this implement/fix?

Enable to plot the surface projection with HbR by passing chroma as picks parameter of the plot_glm_surface_projection in surface_projection.

codecov[bot] commented 1 year ago

Codecov Report

Merging #488 (f3fb0ab) into main (9649ac9) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #488   +/-   ##
=======================================
  Coverage   95.96%   95.96%           
=======================================
  Files          65       65           
  Lines        2676     2676           
  Branches      397      397           
=======================================
  Hits         2568     2568           
  Misses         51       51           
  Partials       57       57           
Impacted Files Coverage Δ
mne_nirs/statistics/_glm_level_first.py 87.93% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

larsoner commented 1 year ago

LGTM, marked for merge when green and approved the CI run, thanks in advance @HanBnrd !