Skip to content

Gaussian smoothing configuration option meanings #1883

Locked Answered by CPKalb
Jeff-Duda asked this question in Configuration
Discussion options

You must be logged in to vote

I'm definitely not an expert on the Gaussian smoothing, but from my notes, I have the following information:

You can't set the Gaussian sigma value in MET. Instead, you set two variables that produce this sigma value. Specifically, the Gaussian sigma value (which is applied into Gaussian equation), is computed from the gaussian_radius and gaussian_dx set by the user. The gaussian_dx is specified as the dx of the grid we are going to. The number of points in the Gaussian filter is determined by the gaussian_radius. Specifically it tells MET how many neighboring points to use in the smoothing. The units of gaussian_dx and gaussian_radius need to be the same.

I've only ever used the surrogat…

Replies: 6 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Jeff-Duda
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Jeff-Duda
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment