Skip to content

add a dx parameter for better control of R_smoothing#7

Open
lxvm wants to merge 1 commit into
mainfrom
dx
Open

add a dx parameter for better control of R_smoothing#7
lxvm wants to merge 1 commit into
mainfrom
dx

Conversation

@lxvm

@lxvm lxvm commented Jul 16, 2026

Copy link
Copy Markdown
Collaborator

This PR adds a dx parameter to the low-level SSP projection interface. The use case for this is typically when the projection is onto a grid of a different resolution than the rho_filtered grid, although dx will still default to the pixel step of the rho_filtered grid. This way, the user has better control of R_smoothing = alg.smoothing_radius * dx without having to pick a dimensionless rescaling of the smoothing_radius. Perhaps if the list of target points is grid-like, dx should default to that spacing, although the choice to make target_points a list of points was made based on the interpolation API from FastInterpolations.jl before the recent 0.4.16 release that allows a GriddedQuery.

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

Successfully merging this pull request may close these issues.

1 participant