bycycle-tools / bycycle

Cycle-by-cycle analysis of neural oscillations.
https://bycycle-tools.github.io/
Apache License 2.0
80 stars 21 forks source link

[WIP] MEA Features #104

Closed ryanhammonds closed 2 years ago

ryanhammonds commented 3 years ago

Continues on #100 and adds features for multi-electrode arrays. I'm not sure the best way to combine spikes from different electrodes. So far, additional features (cyclepoint voltages and/or pca components) may be computed.

codecov-commenter commented 3 years ago

Codecov Report

Merging #104 (6a0c5e1) into main (94b01c7) will decrease coverage by 0.38%. The diff coverage is 91.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #104      +/-   ##
==========================================
- Coverage   97.22%   96.84%   -0.39%     
==========================================
  Files          29       30       +1     
  Lines        1370     1425      +55     
==========================================
+ Hits         1332     1380      +48     
- Misses         38       45       +7     
Impacted Files Coverage Δ
bycycle/spikes/features/mea.py 87.09% <87.09%> (ø)
bycycle/spikes/cyclepoints.py 100.00% <100.00%> (ø)
bycycle/spikes/objs.py 98.67% <100.00%> (+0.12%) :arrow_up:
bycycle/spikes/plts.py 100.00% <100.00%> (ø)
bycycle/plts/burst.py 93.42% <0.00%> (-2.36%) :arrow_down:
bycycle/features/burst.py 96.55% <0.00%> (-1.10%) :arrow_down:
bycycle/utils/dataframes.py 100.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 94b01c7...6a0c5e1. Read the comment docs.