Skip to content

Commit

Permalink
adjustments before release
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Oct 19, 2023
1 parent 0395d7d commit 9ba0c88
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ node_modules
npm-debug.log

.vscode/
.hugo_build.lock
9 changes: 7 additions & 2 deletions content/getting-started/whats-new/releasenotes_2023_10.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,24 @@ When working with seismic data, it is no longer required to have a grid model op

[Summary Cross Plot]({{< relref "summarycrossplots" >}}) curves are now easily available as part of a summary plot. Cross plot of ensemble curves is now supported, and [Regression Curves]({{< relref "regressionanalysis" >}}) can be created on both single cross plot curves and ensemble statistics curves.

## Regression Analysis for Grid Cross Plots
![]({{< relref "" >}}images/plot-window/GridCrossPlot_ResgressionCurve.png)

[Grid Cross Plots]({{< relref "gridcrossplots" >}}) have now support for display of regression curves.

## Performance improvements
- Huge performance improvements for summary cases with many objects (wells, groups, regions, ...)
- Using the [Polygon Cell Filter]({{< relref "filters" >}}#cell-filters) is now performing much better

## Stacking of Curves
- Fixed a crash when stacking was enabled
- Do a zoom all when stacking option is changed to make sure that all curves are visible
- Make sure all curves are visible when stacking is changed
- Improve performance when selecting multiple curves and toggle stacking state of all curves in one operation

## Other improvements

- [Valve Import]({{< relref "completions" >}}#perforation-interval-valves) is now supported from Completor and Eclipse schedule files.
- Show plot data is not supported for [Analysis Plots]({{< relref "analysisplots" >}}) [Correlation Plots]({{< relref "correlationplots" >}}).
- Add text export using **Show Plot Data** for [Analysis Plots]({{< relref "analysisplots" >}}) and [Correlation Plots]({{< relref "correlationplots" >}}).
- Text labels can be visualized on surface intersection lines
- Ensemble RFT plots are improved to handle horizontal wells correctly
- Avoid setting curve color to full white when highlighting a curve
Expand Down
3 changes: 3 additions & 0 deletions content/plot-window/GridCrossPlots.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ Having created a Grid Cross Plot, the appearance of the Legends, the Info box an

The plot also have some available settings for the two plot axes (X and Y), where the title position and font size can be altered plus the axis range may be controlled and the axis may be set as logarithmic and inverted so the smallest value is first (default for DEPTH on the Y-axis).

## Regression Curves
![]({{< relref "" >}}images/plot-window/GridCrossPlot_RegressionCurve.png)
A regression curve can be displayed for each data group. The display of regression curves is controlled from the **Regression Curves** folder.

## Grid Cross Plot Data Sets
Further Grid Cross Plot data sets can be added to a Plot by right clicking on the plot in the Project Tree and selecting **New Data Set**.
Expand Down
2 changes: 2 additions & 0 deletions content/plot-window/SummaryCrossPlots.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ See the [detailed description]({{< relref "summaryplots" >}}#summary-curves).

## Summary Cross Plot Ensemble

When computing statistics curves for the ensemble, the x-axis is divided into bins. For each bin, all values are collected. A minimum realization count is used descide if there are enough realizations to compute statistics. The number of bins and realization count threshold can be set in the **Property Editor** for the ensemble.

When creating cross plots based on ensembles, the appearance of curves can be adjusted in the property editor. Note that the appearance of statistics curves also can be customized in the **Statistics** group. [Regression analysis]({{< relref "regressionanalysis" >}}) is supported on ensemble statistics curves.

![]({{< relref "" >}}images/plot-window/SummaryCrossPlot_ensemble.png)
Expand Down
Loading
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 9ba0c88

Please sign in to comment.