Commit Graph

13617 Commits

Author SHA1 Message Date
Kristian Bendiksen
3e1a019783 #6533 Speed up ensemble curve preview.
Made faster by hiding legends and error bars when there are many curves.
2020-09-24 08:31:34 +02:00
Gaute Lindkvist
7f9cab5300 Simplify ensemble case naming 2020-09-24 08:31:34 +02:00
Gaute Lindkvist
462f8026e3 Avoid duplicate curves in correlation plot 2020-09-24 08:31:34 +02:00
Gaute Lindkvist
f5acab44ec Parallelise loading of ensemble curve preview data 2020-09-24 08:31:34 +02:00
Gaute Lindkvist
509680d112 Fix crash due to mismatch in parameter values vector and ensemble size 2020-09-24 08:31:34 +02:00
Gaute Lindkvist
9afac51bca #6567 Remove use of GNU GSL 2020-09-24 08:05:25 +02:00
Gaute Lindkvist
2741b24e27 Add the rips.Project.summary_cases() method and an example 2020-09-23 18:02:30 +02:00
Gaute Lindkvist
df51c9becb Added Python example for replace case
(and replaced tabs with spaces in CMake file for GRPCinterface)
2020-09-23 18:02:30 +02:00
Gaute Lindkvist
75f507e2ef #6549 Fix case.replace from interactively opened project 2020-09-23 18:02:30 +02:00
Gaute Lindkvist
af84ae7432 #6472 Use CMake's CMAKE_CXX_STANDARD flag to require C++11
* This should not hurt anywhere but may fix MacOS build issues
2020-09-23 13:58:41 +02:00
Gaute Lindkvist
c256b54307 #6543 Remove option for absolute value filters.
* The concept doesn't make sense.
* A range of -1 to +1 becomes +1 to +1 (empty range)
* A range of -0.5 to +1.0 becomes +0.5 to +1.0 excluding all values from +0.0 to +0.5.
2020-09-23 11:52:58 +02:00
Gaute Lindkvist
7fbdbafda6 #6553 Disallow adding of well log tracks into multi plots 2020-09-23 11:25:46 +02:00
Magne Sjaastad
bbdda4215b Delta Ensemble : Do not try to combine results with no data 2020-09-22 19:22:30 +02:00
rubenthoms
c5d75a8519 Fixed #6554 by moving setting the title of the Well Connection Factor legend to RimEclipseView::onUpdateLegends(). 2020-09-22 18:58:33 +02:00
Kristian Bendiksen
086de46826 #6550 Fracture Model: find distance to barrier and dip automatically. 2020-09-22 08:37:41 +02:00
Kristian Bendiksen
3ac77e70cf Remove unused RigCell face faults code. 2020-09-22 08:37:41 +02:00
Gaute Lindkvist
e292b8a297 Better defaults for Correlation Cross Plots and shorten legend entries 2020-09-22 08:32:54 +02:00
Gaute Lindkvist
9b9a6f2947 Make Red/White/Blue the default correlation matrix color palette 2020-09-22 08:32:54 +02:00
Gaute Lindkvist
67a59aa5e8 Make Top-20 Correlations the default 2020-09-22 08:32:54 +02:00
Gaute Lindkvist
ccde76eca1 #6535 Update summary plot editor first time you uncheck a curve 2020-09-21 13:15:42 +02:00
Gaute Lindkvist
2de948b28c #6534 Fix regression with no curve selected by default 2020-09-21 13:15:42 +02:00
Kristian Bendiksen
db269450e9 #6216 Fracture Model: Add curve for Initial Stress. 2020-09-21 11:54:51 +02:00
Kristian Bendiksen
d2fb79b7a4 Remove unused enums. 2020-09-21 11:54:51 +02:00
Kristian Bendiksen
fc5025dee9 #6526 Add unit test. 2020-09-21 11:54:27 +02:00
Kristian Bendiksen
fad6256d9e #6526 Fracture Model: Make TVD/MD values consistent in Deviation.FRK
The change in measured depth (MD) must be greater or equal to change in
true vertical depth (TVD), and this was not always the case due to
interpolation imprecision. Fixed by adjusting TVD.
2020-09-21 11:54:27 +02:00
jonjenssen
8bb460c2db
Make sure we read the LAS file contents, too, when loading a project (#6507)
* Make sure we read the LAS file contents, too, when loading a project
* Refactor WellPathCollection data loading on project open to simplify things a bit.
2020-09-21 10:59:08 +02:00
Ruben Manuel Thoms
85f2b3faf0 Removed cafUiStyleSheet and all references to it. 2020-09-20 15:26:46 +02:00
Gaute Lindkvist
9391453c2c Better fix for legend and title in sub plots and summary dialog 2020-09-20 15:26:46 +02:00
Gaute Lindkvist
377274cdec Remove page number for Multi plots with only one page 2020-09-20 15:26:46 +02:00
Gaute Lindkvist
93baf776a1 Fix crashes when dropping analysis plots into Multiplots 2020-09-20 15:26:46 +02:00
Gaute Lindkvist
ab3e43d8fb Enable reordering of plots within a multiplot 2020-09-20 15:26:46 +02:00
Gaute Lindkvist
a3161047af #6497 Fix legends in Summary preview and clean up plot titles 2020-09-20 15:26:46 +02:00
rubenthoms
409db46ab3 Fixes #6520. 2020-09-20 15:05:08 +02:00
rubenthoms
7aa0f33811 Fixes #6382. 2020-09-20 15:05:08 +02:00
Gaute Lindkvist
f72d271ea9 #6516 Add user options for grid and info box 2020-09-18 16:00:34 +02:00
Gaute Lindkvist
59bc8b1f43 Make signals non-copyable 2020-09-17 08:22:00 +02:00
Gaute Lindkvist
1649d27d0f Remove superfluous Signal::disconnect() calls 2020-09-17 08:22:00 +02:00
Gaute Lindkvist
c65157277a Disconnect field owner from all signals when removing from ptr field 2020-09-17 08:22:00 +02:00
Gaute Lindkvist
15ae290f1d Disconnect parent from all signals when detaching from parent 2020-09-17 08:22:00 +02:00
Gaute Lindkvist
d3152f5030 Get rid of caf::DeleteSignal 2020-09-17 08:22:00 +02:00
Magne Sjaastad
3925d31795
Fix sign of z for openworksxyz surface import (#6506)
* #6503 Color Dialog : Use Qt color dialog, not native color dialog

* Use native only on Linux

* #6485  Surface : Invert z-value for XYZ import
2020-09-16 08:01:28 +02:00
Gaute Lindkvist
53f8364889 Fix auto short names for regular Summary (non-ensemble) cases 2020-09-15 15:20:18 +02:00
Gaute Lindkvist
71d032f4ad Fix source list in Summary Editor for ensemble plots 2020-09-15 15:20:18 +02:00
Gaute Lindkvist
b4aaaa98e9 #6479 Update analysis and correlation plots when closing derived cases 2020-09-15 15:20:18 +02:00
Magne Sjaastad
81b2bd1720
Avoid using native file dialog on Linux (#6505) 2020-09-15 14:13:08 +02:00
Magne Sjaastad
0d43000100
Color Dialog : Use Qt color dialog, not native color dialog (#6504) 2020-09-15 13:54:08 +02:00
Kristian Bendiksen
411adfd7e6 #6146 RFT plot: Use MD from Wells for Ensembles. 2020-09-15 13:21:09 +02:00
Kristian Bendiksen
724131d310 #1061 Add missing override keyword in ApplicationCode. 2020-09-15 11:04:39 +02:00
Kristian Bendiksen
69a1901904 #6491 Fix range iterators which was creating data copies (clang10 warnings). 2020-09-15 11:04:39 +02:00
Kristian Bendiksen
ef7517f1cb #6491 Improve code to remove clang warning 2020-09-15 11:04:39 +02:00