h5web
h5web copied to clipboard
Auto Range Strategy using percentiles
Is your feature request related to a problem?
- 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).
- 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.