Pull request #1757: PIPE-2893 hsd baseline enable sinusoid option
Merge in PIPE/pipeline from PIPE-2893-hsd_baseline-enable-sinusoid-option to main
* commit 'a02fd8911995418b7e518da3232bd608c9c6f1b8': (26 commits)
Switching the order up in API call.
Remove a few unused imports and rearranged the import list to be better grouped and neat.
Addressing additional minor formatting suggestions.
More type-hint changes. List -> list, Dict -> dict
More type-hint changes.
Applied suggestion
Applied suggestion
More type-hint changes.
Add new test for wave_number and new sinusoid test to build_fitting_configuration() test.
Add default behavior in the build_fitting_configuration() function for when the fit_function is None.
Fixed _get_fir_param() function error or lack thereof and added new .is_sinusoid_fit()
Fixed _get_fir_param() function error or lack thereof and added new .is_sinusoid_fit()
Fixed _get_fir_param() function error or lack thereof and added new .is_sinusoid_fit()
Update type hint according to code review suggestion.
Update type hint according to code review suggestion.
fix issue with mapped memory in insgle fitfunction case.
Changes related to Takeshi's code review.
Refactor and change tests to match up with the current build_fitting_configuration() function.
Test changes to test file to find problem.
Test changes to test file to find problem.
...