You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add amplitude unit handling and backward compatibility tests
- Introduced HEADER_AMPLITUDE_UNIT and AMPLITUDE_UNIT_VALUE constants for amplitude unit management.
- Updated the _compute_headers function to include the amplitude unit in headers.
- Modified InputFiles class to handle old and new amplitude formats correctly.
- Removed outdated scaling factors in tests and added new tests for backward compatibility.
* Update changelog for v0.25.0 and set version to 0.25.0
* Change files to address comments
---------
Co-authored-by: Felix Soubelet <[email protected]>
- Tests for amplitude unit handling and backward compatibility.
7
+
- Allow passing of TbTData objects to hole-in-one directly
8
+
9
+
- Changes:
10
+
- All new amplitude data files now include a header `AMPLITUDE_UNIT` specifying the unit of amplitude values.
11
+
- Before, we doubled the amplitude values read from files and divided by 2 when writing to maintain compatibility with old files. This is now removed, and no longer the case.
0 commit comments