Skip to content

MODE-TD percentiles #1541

Locked Answered by j-opatz
skmue asked this question in Statistical Computation
Mar 31, 2022 · 3 comments · 2 replies
Discussion options

You must be logged in to vote

Hello,

And thank you for your inquiry. As you have already determined, the default for MODE-TD is to calculate the intensity percentiles on the raw data. We do not intend to change this behavior, but after conferring with one of our lead engineers, I can provide the following guidance:

However, I do think there's a way the user could reconfigure MTD to achieve the desired result with the following...
Use the regrid dictionary to replace the raw values with the same thing the convolution step would produce:

regrid = {
   to_grid    = FCST;
   method     = UW_MEAN;
   width      = 5; // or whatever
   vld_thresh = 0.5;
   shape     = CIRCLE;
}

Disable the convolution smoothing step by s…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by j-opatz
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@j-opatz
Comment options

j-opatz Apr 14, 2022
Collaborator

@j-opatz
Comment options

j-opatz Apr 26, 2022
Collaborator

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