Gaute Lindkvist
0bbe0db394
#3137 Make sure azimuth angles are clockwise and 0 to 360.
2018-07-04 11:10:32 +02:00
Gaute Lindkvist
4112682b6a
#3136 Fix RFT/PLT plots and refactor the way Mdi windows are resized when adding/removing plot tracks.
2018-07-04 11:10:32 +02:00
Bjørn Erik Jensen
28993dae49
#3140 CSV import dialog. Add time format 'None' which is default
2018-07-04 10:29:43 +02:00
Bjørn Erik Jensen
2eae092359
RimSummaryPlot. Removed superfluous replot
2018-07-04 10:00:14 +02:00
Bjørn Erik Jensen
208ba77765
Add missing include
2018-07-04 09:53:00 +02:00
Bjørn Erik Jensen
47eff2d9aa
CSV import. Robustified address string to eclipse address object
2018-07-04 09:39:00 +02:00
Bjørn Erik Jensen
76d3ec79fd
Error bars. Plot only valid error bar values
2018-07-04 09:34:54 +02:00
Bjørn Erik Jensen
34f61b92c0
Fix case realization parameters reader unit test after increasing number of search levels
2018-07-04 09:26:04 +02:00
Bjørn Erik Jensen
2dd8744743
Ensemble import. Do not show warning dialog if there are no errors
2018-07-03 15:20:14 +02:00
Jacob Støren
228b4a5f85
#2609 Move RimWellPathGeomDef to a separate file
2018-07-03 08:43:19 +02:00
Bjørn Erik Jensen
cbacd73068
Remove unused files
2018-07-03 08:20:49 +02:00
Jacob Støren
95c396ce77
#2609 Make modeled well path visible when loading project file
2018-07-02 16:55:32 +02:00
Jacob Støren
dc95b217c5
#2609 Update the visualization when the well path geometry definition changes
2018-07-02 16:31:55 +02:00
Jacob Støren
0f39356fcb
#3135 Create a class to do sampling of an poly-arc-line
2018-07-02 16:31:55 +02:00
Bjørn Erik Jensen
9fd38064df
#3133 CSV import. Assume that all data columns are numeric columns
2018-07-02 15:14:32 +02:00
Bjørn Erik Jensen
ec26d8638a
#3134 Ensemble parameters import. Search 3 folder levels up. Improved warning message
2018-07-02 14:53:13 +02:00
Bjørn Erik Jensen
02059debf9
#3087 Show plot data. Add context menu: export to file
2018-07-02 14:29:46 +02:00
Bjørn Erik Jensen
a949f2acec
#3087 Show plot data. Fix typo
2018-07-02 13:12:42 +02:00
Bjørn Erik Jensen
0baf2226a2
#3087 Show plot data. Do not display tabs when only ascii data curves exist. Bugfixes
2018-07-02 13:06:07 +02:00
Bjørn Erik Jensen
13e5a3214b
#3087 Show plot data. Display tabbed dialog for summary data
2018-07-02 11:45:14 +02:00
Gaute Lindkvist
ff84d81e44
Clean up after review
...
* Disable grid lines and tick marks if x range is empty.
* Rename intervals to intervalCount when it is an integer count.
* Fix some compile warnings.
2018-07-02 10:29:32 +02:00
Gaute Lindkvist
0a0cb584b5
Move hard coded parameter names to RiaDefines
2018-07-02 10:29:32 +02:00
Gaute Lindkvist
0d9f810718
Make sure plot window is activated after creating/opening it.
2018-07-02 10:29:31 +02:00
Gaute Lindkvist
470c28677c
Fix crash when loading formation names.
2018-07-02 10:29:31 +02:00
Gaute Lindkvist
ed232b9cbd
#2966 Add command to create a well bore stability plot
2018-07-02 10:29:31 +02:00
Gaute Lindkvist
fc821ea524
Make updating of well log plots more robust
...
1. Don't update tracks in RimWellLogPlot::createViewWidget.
* We haven't set up the MDI windows properly yet.
* Instead implement updateVIewWidgetAfterCreation override and do update tracks there.
2. Perform calculateAvailableDepthRange in applyZoomAllDepths
3. Do replot of track widgets twice when changing visible range. Need to investigate this one further.
2018-07-02 10:29:31 +02:00
Gaute Lindkvist
ec63f0c28e
Setter methods for grid lines, plot title visibility and tick intervals
...
* Allows us to set them programatically.
2018-07-02 10:29:31 +02:00
Gaute Lindkvist
e39a34cd0d
Add some features to well log plot, track and curve creation.
...
* Needed for creating the well bore stability plots
* Add ability to set plot and track titles
* Make updating and refreshing plots optional when adding curves/tracks so it can be done at the end instead.
* Optionally set custom titles to the plots and tracks.
2018-07-02 10:29:31 +02:00
Gaute Lindkvist
e1fa79c066
Setter for custom name in RimPlotCurve so name can be set programatically.
2018-07-02 10:29:30 +02:00
Gaute Lindkvist
5bc59c1ee9
Fix problem where Well Log Plot looks in main window instead of plot window for MDI child windows.
2018-07-02 10:29:30 +02:00
Gaute Lindkvist
62279d7a43
Add ability to set GeoMech-result address programatically for Well Log Exctraction curves.
2018-07-02 10:29:30 +02:00
Gaute Lindkvist
76f0126e59
Move rkbDiff calculation code to RigWellPath so it can be shared instead of copied.
2018-07-02 10:29:30 +02:00
Gaute Lindkvist
5d6188b39c
#3103 Manual tick marker setting
2018-07-02 10:29:30 +02:00
Gaute Lindkvist
707a7a91e6
#3103 Make grid lines match major and minor interval and make the grid lines optional
2018-07-02 09:51:10 +02:00
Gaute Lindkvist
8c445388b8
#3097 Make sure track height takes title into account
2018-07-02 09:51:10 +02:00
Gaute Lindkvist
2a9d506ae0
#3103 Set axis tick intervals based on track width: more ticks for wide tracks.
2018-07-02 09:51:10 +02:00
Gaute Lindkvist
dadaa87274
#3102 Hide legend scrollbars
2018-07-02 09:51:10 +02:00
Gaute Lindkvist
d20a96bdfa
#3097 Make sure plot title is updated when user description is changed.
2018-07-02 09:51:10 +02:00
Magne Sjaastad
9b302d15a3
Grid Box Generator : Improve robustness for invalid bounding box
2018-06-29 16:42:23 +02:00
Magne Sjaastad
a90755c899
Guard null pointer access
2018-06-29 16:42:23 +02:00
Magne Sjaastad
451ce82aa9
Guard null pointer access
2018-06-29 16:42:23 +02:00
Magne Sjaastad
49ef8c6f55
Robustness : Always return valid displayModelOffset
2018-06-29 16:42:23 +02:00
Magne Sjaastad
fda735d109
Regression Test : Do not show message box
2018-06-29 16:42:23 +02:00
Bjørn Erik Jensen
bcf7938427
#3077 Ensemble statistics. Option to base stat calc on filtered cases or all cases
2018-06-29 12:35:50 +02:00
Magne Sjaastad
0c1c454cdc
#3130 Fracture Report : Display fractures report in text dialog
2018-06-29 11:25:35 +02:00
Magne Sjaastad
07530534ef
#3129 Table Formatter : Add support for creating tables prefixed with comment string
2018-06-29 11:21:31 +02:00
Magne Sjaastad
bb91a79515
#3100 Well Path Import : Improve test of valid values before adding well path point
2018-06-29 11:19:05 +02:00
Magne Sjaastad
ede6ebef90
#3128 Completion Export : Expose data to be used in text reports
2018-06-29 10:57:26 +02:00
Magne Sjaastad
4ae3290e3c
#1722 Completion Export : Use RimTools::wellPathCollection
2018-06-29 10:48:45 +02:00
Bjørn Erik Jensen
7347e0ecc3
#2781 Ensemble curve set. Support for Tempest workflow (lookup and parse runspecifiction.xml file)
2018-06-29 09:27:13 +02:00
Magne Sjaastad
c7e2bf3e10
Rename
2018-06-28 16:11:50 +02:00
Magne Sjaastad
1ec2c4c07e
#3122 Perforation Length : Avoid rounding when top/bot TVD is given in stim plan file
2018-06-28 16:11:50 +02:00
Bjørn Erik Jensen
d06a6f5121
#3120 Summary plot export. Always include vector, case and optionally ensemble for summary curves in export data column headers
2018-06-28 15:15:41 +02:00
Magne Sjaastad
e2d163a710
#3121 Non Darcy Flow : D-factor is wrong for user defined width of stim plan fractures
2018-06-28 14:44:52 +02:00
Magne Sjaastad
386726a92f
Transmissibility Calc : Early exit if no transmissibilities
2018-06-28 13:52:22 +02:00
Magne Sjaastad
a97f9b282a
#3100 Well Path Import : Make sure last line is imported if no newline at end of last line
2018-06-28 12:58:39 +02:00
Bjørn Erik Jensen
bc7dbad45d
#3060 Resampled plot export. Write NULL instead og inf to indicate 'no valaue'
2018-06-28 12:40:00 +02:00
Magne Sjaastad
082f8be6b2
Set default unit system for fractures based on loaded cases
2018-06-28 11:13:42 +02:00
Magne Sjaastad
d045d6da05
#3115 StimPlan Import : Set setting default unit to unknow
...
When the file is imported, assign the unit from the imported file
2018-06-28 11:13:42 +02:00
Magne Sjaastad
3533481a2e
#3118 Import of Eclipse case with no dynamic data fails
2018-06-28 11:13:42 +02:00
Bjørn Erik Jensen
5151cde6bd
#3107 Hierarchy dialog. Warning to user when invalid chars are detected in file pattern
2018-06-28 11:12:12 +02:00
Bjørn Erik Jensen
db08061f98
Ensemble calc. Show only valid ensembles in drop downs
2018-06-28 10:45:51 +02:00
Bjørn Erik Jensen
533b000184
#3112 Derived ensembles. Show only one delete item in context menu
2018-06-28 10:16:01 +02:00
Magne Sjaastad
1a3f9e87ae
#3114 Fault Truncation : Avoid computations when truncation is disabled
2018-06-28 09:52:40 +02:00
Magne Sjaastad
b13ad295cc
#3111 Fracture Containment : Use main grid IJK when evaluating containment mask
2018-06-28 09:52:40 +02:00
Magne Sjaastad
b4f8df50a2
Guard null pointer access
2018-06-28 09:52:40 +02:00
Magne Sjaastad
50be372425
Regression Test : Compare CaseInsensitive
2018-06-28 09:52:40 +02:00
Bjørn Erik Jensen
bce10fb133
Fix build warnings on Linux
2018-06-28 09:08:38 +02:00
Bjørn Erik Jensen
c89da0e9d5
Fix casing issue which resulted in build error on Linux
2018-06-28 09:00:34 +02:00
Bjørn Erik Jensen
dde88a010e
#3109 Ensemble calculation. Display warning dialog when no cases from the two ensembles match
2018-06-28 08:34:28 +02:00
Jacob Støren
33d8655c3a
Merge TableView and SelectionManager changes for #2609 Well Path
2018-06-27 17:28:52 +02:00
Jacob Støren
8565b166da
#2609 WIP: Editable Well Path object with targets and New/delete features
2018-06-27 17:24:34 +02:00
Bjørn Erik Jensen
e84b7b548e
#3110 Ensemble calculation. Fix vector index out of bounds error
2018-06-27 15:17:08 +02:00
Bjørn Erik Jensen
41765831a1
#3108 Ensemble statistics curves. Some curve symbols are now slightly bigger
2018-06-27 14:24:19 +02:00
Bjørn Erik Jensen
7a0f2bdb4e
#3079 Ensemble statistics curves. Add explanation to label text when P-value check box is disabled
2018-06-27 13:51:45 +02:00
Bjørn Erik Jensen
e77ff07685
#3085 Ensemble curve filters. Display info label when filters are hiding some curves
2018-06-27 13:10:39 +02:00
Bjørn Erik Jensen
bb2e136df7
#3080 Ensemble statistics curves. Fix typo
2018-06-27 11:35:29 +02:00
Bjørn Erik Jensen
2d96299d9d
#3081 Ensemble statistics curves. Option to turn on/off curve labels
2018-06-27 11:32:06 +02:00
Bjørn Erik Jensen
53a6694750
#3080 Ensemble statistics curves. Use different symbols on statistics curves
2018-06-27 11:24:07 +02:00
Bjørn Erik Jensen
f0d7047438
#3086 Resampled plot export. Fix error
2018-06-27 11:05:55 +02:00
Bjørn Erik Jensen
28d093f54a
#3086 Resampled plot export. When data are resampled, write all data into the same table in export file
2018-06-27 11:05:55 +02:00
Bjørn Erik Jensen
9ea8622953
#3086 Resampled plot export. Make populate functions
2018-06-27 11:05:55 +02:00
Gaute Lindkvist
20a145d760
#3104 More sensible variable width for users: drop down list of narrow, normal, wide, etc.
2018-06-27 08:35:17 +02:00
Gaute Lindkvist
6ae2fbe9d3
#3097 Centered plot title
2018-06-27 08:35:17 +02:00
Gaute Lindkvist
2ebd2def2c
Reorganise depth axis settings and title/legend settings in Well Log Plot property editor
2018-06-27 08:35:17 +02:00
Gaute Lindkvist
ea2b64ef08
#3102 Well Log Plots: optionally align legend horizontally.
2018-06-27 08:35:17 +02:00
Gaute Lindkvist
e4288972de
#3104 Well Log Plots: Implement variable width for tracks
2018-06-27 08:35:17 +02:00
Gaute Lindkvist
ad17ee1050
#3099 Apply QWT-hack to align tracks without xaxis markers and labels.
2018-06-27 08:35:17 +02:00
Gaute Lindkvist
405d470eda
#3098 Show depth axis only for left-most plot. They all share the same depth axis anyway.
2018-06-27 08:35:17 +02:00
Gaute Lindkvist
f0bd7c726a
#3097 Optionally add plot title to the plot itself
2018-06-27 08:35:17 +02:00
Magne Sjaastad
ad4e0bccc5
Guard null pointer access
2018-06-26 13:14:37 +02:00
Bjørn Erik Jensen
c3ea1a58ef
#3083 Ensemble filters. Improve filter group box header text
2018-06-26 13:02:48 +02:00
Bjørn Erik Jensen
ca171635f0
#3075 Resampled plot export. Vectors ending with 'TH' are now considered accumulated values
2018-06-26 11:47:53 +02:00
Bjørn Erik Jensen
b0355471b4
#3082 Statistics. Further fixes regarding P10 and P90 labels
2018-06-26 11:29:05 +02:00
Bjørn Erik Jensen
155329b4fc
3078 Ensemble statistics. Hide Y axis title for statisticcs curves
2018-06-26 10:27:41 +02:00
Bjørn Erik Jensen
013ba16515
Fix cotire build issues
2018-06-26 09:00:19 +02:00
Bjørn Erik Jensen
b6240049a9
#3082 Statistics. Different meaning of P10 and P90. Switch labels
2018-06-26 08:48:58 +02:00
Bjørn Erik Jensen
637461886b
#3096 Fix build error on Linux
2018-06-25 15:58:28 +02:00
Bjørn Erik Jensen
52714a5219
#3096 Try to fix build errors on gcc6
2018-06-25 15:34:20 +02:00
Bjørn Erik Jensen
898df5b68a
#3096 Implemented ensemble calulations
2018-06-25 15:15:30 +02:00