[us-commits] [ehb54/ultrascan3] fd7003: Allow less delay between acceleration end and firs...
Lukas Dobler
noreply at github.com
Fri Mar 21 06:48:08 MDT 2025
Branch: refs/heads/lukas/us_astfem_sim_timestate
Home: https://github.com/ehb54/ultrascan3
Commit: fd700352a45226b0da7a733e268a08635fc6070f
https://github.com/ehb54/ultrascan3/commit/fd700352a45226b0da7a733e268a08635fc6070f
Author: doluk <69309597+doluk at users.noreply.github.com>
Date: 2025-03-21 (Fri, 21 Mar 2025)
Changed paths:
M programs/us_2dsa/us_2dsa.cpp
M programs/us_autoflow_analysis/us_autoflow_analysis.cpp
M programs/us_convert/us_convert_gui.cpp
M programs/us_experiment/us_experiment_gui_optima.cpp
M programs/us_fematch/us_fematch.cpp
M programs/us_mpi_analysis/us_mpi_analysis.cpp
M programs/us_reporter_gmp/us_reporter_gmp.cpp
Log Message:
-----------
Allow less delay between acceleration end and first scan
The previous calculation relied on an overestimated acceleration rate in the speed step resulting in an offset of -3 for the scan timing based on experimental observations. The updated calculation for the timestate makes this correction obsolete. In order to keep not suddenly display errors for older data, the offset of +1 is applied due to making tf_aend a double instead of an integer avoiding potential rounding issues.
Signed-off-by: doluk <69309597+doluk at users.noreply.github.com>
Commit: 71ae863185de5258ef5278c458039cd111bbeeb9
https://github.com/ehb54/ultrascan3/commit/71ae863185de5258ef5278c458039cd111bbeeb9
Author: doluk <69309597+doluk at users.noreply.github.com>
Date: 2025-03-21 (Fri, 21 Mar 2025)
Changed paths:
A doc/calc_timestate_documentation.pdf
Log Message:
-----------
Add calc_timestate_documentation.pdf
Include documentation detailing the calculation of timestate functionality.
Signed-off-by: doluk <69309597+doluk at users.noreply.github.com>
Commit: 3d26140d83e2dd3feb2ffd3c2c3ab97d002c0580
https://github.com/ehb54/ultrascan3/commit/3d26140d83e2dd3feb2ffd3c2c3ab97d002c0580
Author: doluk <69309597+doluk at users.noreply.github.com>
Date: 2025-03-21 (Fri, 21 Mar 2025)
Changed paths:
M programs/us_convert/us_convert.cpp
Log Message:
-----------
Update time offset calculation comment with documentation reference
Added a reference to detailed documentation for the time and omega^2t offset calculation process. This improves code clarity and provides additional context for future developers.
Signed-off-by: doluk <69309597+doluk at users.noreply.github.com>
Commit: 25a0b68c911eb5456f91e2e26160ca80a7dd1822
https://github.com/ehb54/ultrascan3/commit/25a0b68c911eb5456f91e2e26160ca80a7dd1822
Author: doluk <69309597+doluk at users.noreply.github.com>
Date: 2025-03-21 (Fri, 21 Mar 2025)
Changed paths:
A doc/calc_model_coefficient_documentation.pdf
R utils/calc_coefficient_documentation.pdf
M utils/us_model.cpp
Log Message:
-----------
Update coefficient documentation reference and relocate file
Updated comments to reference the new path for the coefficient documentation file. Relocated the file from `utils` to the `doc` directory for better organization.
Signed-off-by: doluk <69309597+doluk at users.noreply.github.com>
Compare: https://github.com/ehb54/ultrascan3/compare/cc895612beb7...25a0b68c911e
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