-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release Info on PhysIO RVT/HRV Bugfix #65
Comments
Release Info on PhysIO RVT/HRV BugfixSummaryIn July 2019, Samuel Harrison, TNU, spotted a bug in the heart rate variability (HRV) and respiratory volume per time (RVT) models of the PhysIO Toolbox. In practice, this led to the final HRV/RVT regressors being shifted forward by about 15 (HRV) or 30 (RVT) seconds compared to the actual time course of the experiment. Importantly, the bug does not affect any of the RETROICOR model regressors typically employed by PhysIO users. The bug has been fixed in August 2019 with PhysIO R2019b (v7.2.0), shipped with TAPAS v3.2.0. Who is affected?
Do I have to worry?There are two different scenarios:
The nature of the bug
Bugfix
Group level results from a TNU studyHere, we illustrate the difference in group level GLM results for the RVT regressors before and after the bugfix for a group of 70 healthy subjects. In summary, the original models before the bugfix had the following properties (illustrated for RVT, but similar for HRV):
Figure 1: Main effect of RVT, before bugfix (raw t-stats):Figure 2: Main effect of RVT, before bugfix (sign-flipped raw t-stats):Figure 3: Main effect of RVT, after bugfix (raw t-stats):Figure 4: Histograms of t-stats (pre-bugfix is sign-flipped & red; post-bugfix is blue): |
## [3.2.0] 2019-09-29 ### Added - HUGE: introduced object-oriented interface in addition to old interface - HUGE: build-in unit tests - HUGE: user manual - PhysIO (details in tapas/PhysIO/CHANGELOG.md) - more unit testing and integration testing for examples - bandpass-filtering for cardiac data in preprocessing, user-defined max heart rate for peak detection ### Fixed - PhysIO: Bugfix RVT/HRV convolution had erroneous half-width shift - For details on the bug, its impact and fix, see our specific [Release Info on RVT/HRV Bugfix](#65) ### Changed - HUGE: demo script reflect interface changes
## [3.2.0] 2019-09-29 ### Added - HUGE: introduced object-oriented interface in addition to old interface - HUGE: build-in unit tests - HUGE: user manual - PhysIO (details in tapas/PhysIO/CHANGELOG.md) - more unit testing and integration testing for examples - bandpass-filtering for cardiac data in preprocessing, user-defined max heart rate for peak detection ### Fixed - PhysIO: Bugfix RVT/HRV convolution had erroneous half-width shift - For details on the bug, its impact and fix, see our specific [Release Info on RVT/HRV Bugfix](translationalneuromodeling#65) ### Changed - HUGE: demo script reflect interface changes
No description provided.
The text was updated successfully, but these errors were encountered: