updates to hr

This commit is contained in:
2025-10-31 21:21:10 -07:00
parent 45c6176dba
commit 1aa2402d09
3 changed files with 497 additions and 27 deletions

View File

@@ -1,7 +1,19 @@
# Version 1.1.7
- Fixed a bug where having both a L_FREQ and H_FREQ would cause only the L_FREQ to be used
- Changed the default H_FREQ from 0.7 to 0.3
- Removed SECONDS_TO_STRIP from the preprocessing options
- Instead all files are trimmed up until 5 seconds before the first annotation/event in the file
- Added a PSD graph, along with 2 heart rate images to the individual participant viewer
- The PSD graph is used to help calculate the heart rate, whereas the other 2 are just for show currently
- SCI is now done using a .6hz window around the calculated heart rate compared to a window around an average heart rate
- Fixed an issue with some epochs figures not showing
# Version 1.1.6
- Fixed Process button from appearing when no files are selected
- Fix for instand child process crash on Windows
- Fixed a bug that would cause an instant child process crash on Windows
- Added L_FREQ and H_FREQ parameters for more user control over low and high pass filtering