equinor / webviz

Mozilla Public License 2.0
6 stars 6 forks source link

Realization filter #571

Closed jorgenherje closed 6 months ago

jorgenherje commented 7 months ago

First version of realization filter

Filter with include/exclude and selecting a subset of realization indices for an ensemble. New hook to utilize for retrieving realization indices for an ensemble. If no filtering is applied, the original array is returned.

Filtering on parameter value is to be added soon.

Usage added into SimulationTimeSeriesMatrix module for testing.


Goal is to start using the new hook for lookup of current set of realization indices for an ensemble. The subset should always be used for calculating statistics.


Closes: #330 partially fixes: #348