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

Export at grid lines #315

Closed
markummitchell opened this issue Mar 30, 2019 · 1 comment
Closed

Export at grid lines #315

markummitchell opened this issue Mar 30, 2019 · 1 comment

Comments

@markummitchell
Copy link
Owner

Need a new export strategy in which curve values are interpolated at grid line X values (the vertical grid lines). This will give the user control over where the interpolations will happen, and is needed since the current 'regularly spaced points' option is automated and offers no user control. The first implementation (which works but is not released) adds that option, but before official release a new feature must be added to let the user determine how endpoints are handled. Should raw values at endpoints not on grid lines be used? Should they just be dropped? Should extrapolation be used?

@oopman2002
Copy link

What I do on the curves I digitize is to use a VBA linear interpolation routine to create uniform data steps and then interpolate from the digitized data to a normalized set of data. It takes a couple of extra steps but works pretty good for pump curves.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants