.gitignore
.pylintrc
LICENSE
README.md
bandit.yml
deploy_docker_image.sh
pytest.ini
setup.py
.github/CODEOWNERS
.github/workflows/webviz-subsurface.yml
tests/__init__.py
tests/data/colormap.txt
tests/data/parameters.csv
tests/data/realizations.csv
tests/data/surface_png.txt
tests/data/surface_zarr.np.gz
tests/data/volumes.csv
tests/integration_tests/test_aggregated_data_example.py
tests/integration_tests/test_parameter_corr.py
tests/integration_tests/test_raw_data_example.py
tests/integration_tests/test_surface_selector.py
tests/unit_tests/data_input/test_image_processing.py
tests/unit_tests/plugin_tests/test_tornado_functions.py
webviz_subsurface/__init__.py
webviz_subsurface.egg-info/PKG-INFO
webviz_subsurface.egg-info/SOURCES.txt
webviz_subsurface.egg-info/dependency_links.txt
webviz_subsurface.egg-info/entry_points.txt
webviz_subsurface.egg-info/not-zip-safe
webviz_subsurface.egg-info/requires.txt
webviz_subsurface.egg-info/top_level.txt
webviz_subsurface/_abbreviations/__init__.py
webviz_subsurface/_abbreviations/number_formatting.py
webviz_subsurface/_abbreviations/reservoir_simulation.py
webviz_subsurface/_abbreviations/volume_terminology.py
webviz_subsurface/_abbreviations/abbreviation_data/reservoir_simulation_unit_terminology.json
webviz_subsurface/_abbreviations/abbreviation_data/reservoir_simulation_vectors.json
webviz_subsurface/_abbreviations/abbreviation_data/si_prefixes.json
webviz_subsurface/_abbreviations/abbreviation_data/volume_terminology.json
webviz_subsurface/_datainput/__init__.py
webviz_subsurface/_datainput/fmu_input.py
webviz_subsurface/_datainput/grid.py
webviz_subsurface/_datainput/history_match.py
webviz_subsurface/_datainput/image_processing.py
webviz_subsurface/_datainput/inplace_volumes.py
webviz_subsurface/_datainput/relative_permeability.py
webviz_subsurface/_datainput/seismic.py
webviz_subsurface/_datainput/surface.py
webviz_subsurface/_datainput/well.py
webviz_subsurface/_datainput/xsection.py
webviz_subsurface/_private_plugins/__init__.py
webviz_subsurface/_private_plugins/surface_selector.py
webviz_subsurface/_private_plugins/tornado_plot.py
webviz_subsurface/_utils/__init__.py
webviz_subsurface/_utils/simulation_timeseries.py
webviz_subsurface/_utils/unique_theming.py
webviz_subsurface/plugins/__init__.py
webviz_subsurface/plugins/_disk_usage.py
webviz_subsurface/plugins/_history_match.py
webviz_subsurface/plugins/_inplace_volumes.py
webviz_subsurface/plugins/_inplace_volumes_onebyone.py
webviz_subsurface/plugins/_morris_plot.py
webviz_subsurface/plugins/_parameter_correlation.py
webviz_subsurface/plugins/_parameter_distribution.py
webviz_subsurface/plugins/_parameter_parallel_coordinates.py
webviz_subsurface/plugins/_parameter_response_correlation.py
webviz_subsurface/plugins/_relative_permeability.py
webviz_subsurface/plugins/_reservoir_simulation_timeseries.py
webviz_subsurface/plugins/_reservoir_simulation_timeseries_onebyone.py
webviz_subsurface/plugins/_reservoir_simulation_timeseries_regional.py
webviz_subsurface/plugins/_running_time_analysis_fmu.py
webviz_subsurface/plugins/_segy_viewer.py
webviz_subsurface/plugins/_subsurface_map.py
webviz_subsurface/plugins/_surface_viewer_fmu.py
webviz_subsurface/plugins/_surface_with_grid_cross_section.py
webviz_subsurface/plugins/_surface_with_seismic_cross_section.py
webviz_subsurface/plugins/_well_cross_section.py
webviz_subsurface/plugins/_well_cross_section_fmu.py
webviz_subsurface/plugins/_rft_plotter/__init__.py
webviz_subsurface/plugins/_rft_plotter/_crossplot_figure.py
webviz_subsurface/plugins/_rft_plotter/_errorplot_figure.py
webviz_subsurface/plugins/_rft_plotter/_formation_figure.py
webviz_subsurface/plugins/_rft_plotter/_map_figure.py
webviz_subsurface/plugins/_rft_plotter/_misfit_figure.py
webviz_subsurface/plugins/_rft_plotter/_processing.py
webviz_subsurface/plugins/_rft_plotter/rft_plotter.py