buzsakilab / buzcode

Code for internal lab sharing - polishing has started but is by no means complete
http://www.buzsakilab.com/
GNU General Public License v3.0
119 stars 128 forks source link

Fix SleepScoreError - was not using notch options for quantification of SW #235

Closed brendonw1 closed 6 years ago

brendonw1 commented 6 years ago

Options are given to allow filtering of certain frequencies, these were being used for channel selection but actually not being used for quantification of spectrum for state scoring. Fixed now

dlevenstein commented 6 years ago

Ah! I fixed this before I left and forgot to pull it in to dev (among other updates)... Sad. Feel free to merge this and I'll merge it into my fork to unify the changes.

On Aug 23, 2018, at 7:58 PM, Brendon Watson notifications@github.com wrote:

Options are given to allow filtering of certain frequencies, these were being used for channel selection but actually not being used for quantification of spectrum for state scoring. Fixed now

You can view, comment on, or merge this pull request online at:

https://github.com/buzsakilab/buzcode/pull/235

Commit Summary

Auto stash before merge of "BrendonDev" and "upstream/dev" File Changes

M detectors/detectStates/SleepScoreMaster/ClusterStates_GetMetrics.m (12) Patch Links:

https://github.com/buzsakilab/buzcode/pull/235.patch https://github.com/buzsakilab/buzcode/pull/235.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

brendonw1 commented 6 years ago

Done. Thanks Dan