h5web icon indicating copy to clipboard operation
h5web copied to clipboard

Auto Range Strategy using percentiles

Open kleinpoe opened this issue 2 months ago • 0 comments

Is your feature request related to a problem?

  1. Open a Dataset with values that are all in the same order of magnitude, except very few points that have e.g. absurdely large values (e.g. due to sporadically damaged sensor readings).
  2. The automatic range finding method fails to find the relevant data range, the outlier overshadow the whole display (e.g. a heatmap has the same color everywhere and only shows the outliers).

Requested solution or feature

Add an option to select the strategy on how to automatically fond the minimum and maximum value. Currently there is only min/max usage. The requested alternative would be to e.g. use a percentile approach. The Strategy could be selected via a combobox next to the automatic options or some toggle button.

Alternatives you've considered

n.a.

Additional context

n.a.

kleinpoe avatar Nov 01 '25 20:11 kleinpoe