Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interpolation of data and coefficents #2

Open
oliverhaas opened this issue Oct 8, 2018 · 0 comments
Open

Interpolation of data and coefficents #2

oliverhaas opened this issue Oct 8, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@oliverhaas
Copy link
Owner

oliverhaas commented Oct 8, 2018

  1. Data interpolation is done with a "polint" function inside several modules, so there are duplicate "polint" functions. Better to move them into one place (probably an interpolate module).

  2. In the same manner the actual interpolation and boundary handling is a duplicate in several modules, better move that to the base module.

  3. Right now the end correction coefficients are loaded and then partly interpolated to the specific transform the user wants to do. The interpolation as of now is cubic, but it would be nice to use higher order for more accuracy if possible and in general not have another duplicate interpolation function (i.e. use "polint" function from point 1)

@oliverhaas oliverhaas added the enhancement New feature or request label Jun 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant