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.
...
Pull request #1782: PIPE-3035 bug fix to support "infiles" in VDPTaskFactory
Merge in PIPE/pipeline from PIPE-3035-paralleltemplate-doesn-t-distribute-vis-dependent-parameter-values-properly to main
* commit '7b27c5c12798e6f956051aa65083203fede4d714': PIPE-3035 bug fix to support "infiles" in VDPTaskFactory
PIPE-3035 bug fix to support "infiles" in VDPTaskFactory
There was a bug in ParallelTemplate that per-EB parameter was not distributed properly for SD tasks that takes "infiles" instead of "vis". This fix switches scope attribute depending on the name of tha parameter.