[us-commits] [ehb54/ultrascan3] d29359: Add function to check acceleration rate and first ...
Lukas Dobler
noreply at github.com
Tue Sep 16 10:29:45 MDT 2025
Branch: refs/heads/lukas/bad-timestate
Home: https://github.com/ehb54/ultrascan3
Commit: d29359d571538fdcdba340546c1ace762f2585f7
https://github.com/ehb54/ultrascan3/commit/d29359d571538fdcdba340546c1ace762f2585f7
Author: doluk <69309597+doluk at users.noreply.github.com>
Date: 2025-09-16 (Tue, 16 Sep 2025)
Changed paths:
M utils/us_astfem_math.cpp
M utils/us_astfem_math.h
Log Message:
-----------
Add function to check acceleration rate and first scan validity
Introduced `check_acceleration()` in `US_AstfemMath` to validate acceleration rates and detect potential issues with first scan timing. Enhanced error reporting for experiments with low acceleration or scans during acceleration phase. Updated header file accordingly.
Commit: 00b9132e2f4a788b4b056a3277c0b52a4f0adec4
https://github.com/ehb54/ultrascan3/commit/00b9132e2f4a788b4b056a3277c0b52a4f0adec4
Author: doluk <69309597+doluk at users.noreply.github.com>
Date: 2025-09-16 (Tue, 16 Sep 2025)
Changed paths:
M programs/us_2dsa/us_2dsa.cpp
Log Message:
-----------
Refactor speed step validation logic and integrate `check_acceleration()`
Replaced manual speed step validation with the `check_acceleration()` function from `US_AstfemMath`, improving modularity and error detection. Enhanced message box handling for better user feedback on scan timing and acceleration issues.
Commit: b3b5449d21badd09a6c72964db5f09a1c6ac22ab
https://github.com/ehb54/ultrascan3/commit/b3b5449d21badd09a6c72964db5f09a1c6ac22ab
Author: doluk <69309597+doluk at users.noreply.github.com>
Date: 2025-09-16 (Tue, 16 Sep 2025)
Changed paths:
M programs/us_autoflow_analysis/us_autoflow_analysis.cpp
Log Message:
-----------
Replace manual acceleration checks with `check_acceleration()` helper
Streamlined acceleration validation using `US_AstfemMath::check_acceleration()` for improved modularity, reduced code redundancy, and enhanced error handling. Updated message box logic to display detailed user feedback when issues are detected.
Commit: e7990f3902c576ee20053e446ae508e1d193ef29
https://github.com/ehb54/ultrascan3/commit/e7990f3902c576ee20053e446ae508e1d193ef29
Author: doluk <69309597+doluk at users.noreply.github.com>
Date: 2025-09-16 (Tue, 16 Sep 2025)
Changed paths:
M programs/us_convert/us_convert_gui.cpp
Log Message:
-----------
Refactor message box logic and integrate updated `check_acceleration()` validation
Simplified acceleration validation by utilizing `US_AstfemMath::check_acceleration()`. Streamlined message box handling to improve readability and user feedback for experiments with acceleration issues.
Compare: https://github.com/ehb54/ultrascan3/compare/f254035dd92e...e7990f3902c5
To unsubscribe from these emails, change your notification settings at https://github.com/ehb54/ultrascan3/settings/notifications
More information about the us-commits
mailing list