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

Normalization #15

Open
untereiner opened this issue May 27, 2021 · 4 comments
Open

Normalization #15

untereiner opened this issue May 27, 2021 · 4 comments

Comments

@untereiner
Copy link

I open a new issue to not mix the two questions

It is very strange because my example points aren't working until I normalize them.
The operator interp(mba::point<2>{u, v}) with large values of u and v returns 0.

@ddemidov
Copy link
Owner

Are large values of u and v still inside your domain (defined with cmin and cmax)? If not then these are outside of interpolation grid and decrease rapidly.

@untereiner
Copy link
Author

untereiner commented May 27, 2021

My dataset is composed of 3D points.
The cmin, cmax are the min/max of the x,y bounding box and the values vector are the z coordinates of my points.
So yes they should

@ddemidov
Copy link
Owner

Another problem could be the initial grid is too sparse, so the data points are approximated exactly, and the rest of the grid has no overlap with the input data.

@terewenko
Copy link

There was the same problem, it turned out to be solved by reducing the grid (mba:: index<2> grid).

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

No branches or pull requests

3 participants