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

Change "idw" to "kriging" in spatial_interpolation_kernel parameters #2708

Merged
merged 5 commits into from
Apr 29, 2024

Conversation

samuelgarcia
Copy link
Member

change "idw" to "krigging" in spatial_interpolation_kernel in parameters preset because really depend on the geometry.

spatial_interpolation_method="idw",
num_closest=3,
spatial_interpolation_method="kriging",
sigma_um=[20.0, 30.0],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing p=1 to be constistent

spatial_interpolation_method="idw",
num_closest=3,
spatial_interpolation_method="kriging",
sigma_um=[20.0, 30.0],
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here

@alejoe91 alejoe91 changed the title change "idw" to "krigging" in spatial_interpolation_kernel in paramet… Change "idw" to "kriging" in spatial_interpolation_kernel parameters Apr 12, 2024
@alejoe91 alejoe91 added the motion correction Questions related to motion correction label Apr 12, 2024
@yger
Copy link
Collaborator

yger commented Apr 16, 2024

This PR should also changes the detaulf kriging parameters to 20 (isotropic) and p=2. This gives better results for NP probes

@samuelgarcia samuelgarcia merged commit 932b1fa into SpikeInterface:main Apr 29, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
motion correction Questions related to motion correction
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants