Updated old naming of EMGHist* to newer MotionHist*.#427
Open
bli40 wants to merge 1 commit into
Open
Conversation
Collaborator
|
Brian how much have you tested these modifications?
B
Brendon Watson, MD-PhD
Associate Professor in Psychiatry, Bioinformatics and Biomedical Engineering
Biomedical Sciences Research Building, Room 5059
University of Michigan
109 Zina Pitcher Place
Ann Arbor, MI 48109-5720
Lab Website: *https://www.watsonneurolab.org/
<https://www.watsonneurolab.org/>*
Clinical phone: 734-764-0231
…On Tue, Jun 30, 2026 at 2:53 PM Brian ***@***.***> wrote:
New clone of most update master branch of buzcode experienced errors in
attempting to generate sleep scoring figures (ClusterStates_MakeFigure) due
to legacy naming of EMGHist, EMGHistBins, and EMGThresh from
ClusterStates_GetMetrics. Renamed these to the newer MotionHist,
MotionHistBins, and MotionThresh, respectively. Sleep State Score Figures
now generated and saved properly.
------------------------------
You can view, comment on, or merge this pull request online at:
#427
Commit Summary
- 3a69ee8
<3a69ee8>
Updated old naming of EMGHist* to newer MotionHist*.
File Changes
(2 files <https://github.com/buzsakilab/buzcode/pull/427/files>)
- *M*
detectors/detectStates/SleepScoreMaster/ClusterStates_MakeFigure.m
<https://github.com/buzsakilab/buzcode/pull/427/files#diff-a9544dfd73046264ae63798790fdfced7a94a2160c244a9e2addabfe6c10cc93>
(46)
- *M* detectors/detectStates/SleepScoreMaster/SleepScoreMaster.m
<https://github.com/buzsakilab/buzcode/pull/427/files#diff-094bc57b1a24cabb7e39abd41c25e089d17779d8991224e97fdf1207db0768c8>
(15)
Patch Links:
- https://github.com/buzsakilab/buzcode/pull/427.patch
- https://github.com/buzsakilab/buzcode/pull/427.diff
—
Reply to this email directly, view it on GitHub
<#427?email_source=notifications&email_token=AA26WTMTZYZ5TFST6JQTYK35CQEDTA5CNFSNUABEM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UF4ZTSNRVGYYDCNRWGSTHEZLBONXW5KTTOVRHGY3SNFRGKZFFMV3GK3TUVRTG633UMVZF6Y3MNFRWW>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA26WTMJQE5SZL4NGPWMUO35CQEDTAVCNFSNUABEKJSXA33TNF2G64TZHM4DGMBQGMZDQNB3JFZXG5LFHM2DONZZGYYDEOJZGSQXMAQ>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/AA26WTL3AYVDSFDLQDEQTUL5CQEDTA5CNFSNUABEM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UF4ZTSNRVGYYDCNRWGSTHEZLBONXW5KTTOVRHGY3SNFRGKZFFMV3GK3TUVJTG633UMVZF62LPOM>
and Android
<https://github.com/notifications/mobile/android/AA26WTJMV7MHAOAT6JHSGOD5CQEDTA5CNFSNUABEM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UF4ZTSNRVGYYDCNRWGSTHEZLBONXW5KTTOVRHGY3SNFRGKZFFMV3GK3TUVZTG633UMVZF6YLOMRZG62LE>.
Download it today!
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New clone of most update master branch of buzcode experienced errors in attempting to generate sleep scoring figures (ClusterStates_MakeFigure) due to legacy naming of EMGHist, EMGHistBins, and EMGThresh from ClusterStates_GetMetrics. Renamed these to the newer MotionHist, MotionHistBins, and MotionThresh, respectively. Sleep State Score Figures now generated and saved properly.