Skip to content

Alpha release v0.0.7

Choose a tag to compare

@SvennoNito SvennoNito released this 06 Jun 14:38
· 1 commit to main since this release
c8d24c6

What's New:

  • The option to load sleep stages from .txt files: Sleep scoring saved as .txt files can now be loaded. Each line of the .txt file should have the sleep stage of one epoch, meaning that the sleep stage of all epochs are separated by a new line. Wake can be represented as W, Wake, or WAKE; REM as R, Rem, or REM; and N1, N2, and N3 as N1, N2, N3 or NREM1, NREM2, NREM3, respectively.

  • The option to load EEG data from .EDF files: EEG data stored as .EDF files can now be loaded. The program assumes the data is in microvolts and no scaling is applied, due to the variability in how individual EDF read/write routines handle specific header fields. If the data does not display correctly, it is likely because the actual amplitude values are not in microvolts. The unit field of the data is ignored within ScoringHero.

  • The option to change time units on the EEG X-axis: The time unit of the EEG x-axis can now be changed to seconds, minutes, or hours. This is particularly useful for data recorded over several hours, where displaying time in seconds may not provide useful information.

  • Additional event labels: Three more event labels have been added, connected to the function keys "F10", "F11", and "F12".

  • Spectrogram time axis ticks adjustment: The time axis ticks on the spectrogram now adjust to the length of the recording. Previously, they were fixed to show every hour, which resulted in no time labels for data shorter than one hour.

Bug Fixes

  • Fixed an error where loading sleep scoring data saved as .vis files did not create an output file which adheres to the current structure of sleep scoring files ScoringHero uses (.json).