Skip to content

Commit

Permalink
Add documentation for Summary Table
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenherje committed Jun 8, 2023
1 parent 8ea9f21 commit ed856a7
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 0 deletions.
9 changes: 9 additions & 0 deletions content/getting-started/whats-new/releasenotes_2023_06.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ ResInsight supports the following seismic file formats:

## Summary Table

![]({{< relref "" >}}images/plot-window/Summary_Table_WOPR.png)

**Summary Tables** are a display of curve data based on [Eclipse Summary Data]({{< relref "eclipsesummarydata" >}}) as a color map in table format. It shows summary data of vectors for the selectable categories: *Well*, *Group* or *Region*.


Summary tables are displayed with the summary vectors on each row, and time step values according to selected *Date Resampling* in each column - as shown with resampling *Year* in the screenshot above.

[Summary Tables]({{< relref "summarytables" >}})

## Injector/Producer Communication Table


Expand Down
54 changes: 54 additions & 0 deletions content/plot-window/SummaryTables.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
+++
title = "Summary Tables"
published = true
weight = 10
+++

![]({{< relref "" >}}images/plot-window/Summary_Table_WOPR.png)

**Summary Tables** are a display of curve data based on [Eclipse Summary Data]({{< relref "eclipsesummarydata" >}}) as a color map in table format. It shows summary data of vectors for the selectable categories: *Well*, *Group* or *Region*.


Summary tables are displayed with the summary vectors on each row, and time step values according to selected *Date Resampling* in each column - as shown with resampling *Year* in the screenshot above.

The table can be formatted by use of the **Property Editor**, shown below. Columns are controlled by the selection of resampling, and rows are controlled by selected *Threshold* value and *Exclude Rows*.

## Creating Summary Tables

### Using Data Sources to create Summary Tables
Having imported [Eclipse Summary Data]({{< relref "eclipsesummarydata" >}}), [**Data Sources**]({{< relref "summaryplotdatasources" >}}) provides an easy approach to create Summary Tables:

- Search or navigate **Data Sources** to find the desired source and vector
- *Right-click* selected vector and select **New Summary Table**


![]({{< relref "" >}}images/plot-window/Summary_Table_CreateNewSummaryTable.png)


### Duplicate Summary Table
When a Summary Table is created and configured, the table can be duplicated by *Right-click* on the respective table in the [Project Tree]({{< relref "projecttree" >}}) and selecting **Duplicate Summary Table**. This creates a new Summary Table with the same configuration, and a new table can be created with minor adjustments in the *Property Editor*.

![]({{< relref "" >}}images/plot-window/Summary_Table_DuplicateSummaryTable.png)

### Create default Summary Table
A default Summary Table can be created by *Right-click* on the Summary Table collection and select **New Summary Table**. This creates a new default Summary Table, which can be configured by selections in the *Property Editor*

![]({{< relref "" >}}images/plot-window/Summary_Table_CreateNewSummaryTable2.png)


## Editing Summary Table

The settings of each table is listed in the *Property Editor* for a Summary Table. By selecting a Summary Table, its properties can are displayed.

![]({{< relref "" >}}images/plot-window/Summary_Table_PropertyEditor.png)

The main controls for a Summary Table is listed below:

- **Category** - Select which category to select vectors from: *Well*, *Group* or *Region*.
- **Vector** - Selection of vector type available for selected category in case.
- **Date Resampling** - Select date resampling to control number data values for each vector - i.e. number of columns. The resampling is ensuring equal time stamps across all summary vectors in table.
- **Threshold** - Set threshold value for summary vector. Exclude row (vector) if each time stamp value are below selected threshold.
- **Exclude Rows** - Select which rows (vectors) to exclude from the table.



Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/plot-window/Summary_Table_WOPR.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/plot-window/Summary_Table_WWIR.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ed856a7

Please sign in to comment.