Commit Graph

263 Commits

Author SHA1 Message Date
Gaute Lindkvist
0b453b9d15 Remove WBS parameter track color coding 2020-05-25 15:06:54 +02:00
Kristian Bendiksen
20ca3354b9
Stimplan preprocessor refact (#5895)
* #5633 Add Fracture Model data object.
* #5633 Add visualization for Fracture Model.
* Use thickness direction well path.
* #5834 WIP Fracture Model: Extract facies names along thickness direction vector
* Update to class enums.
* Remove RimFractureModel dip, tilt and azimuth (no longer used).
* #5824: Fix fracture model direction relative to formation dip
* Workaround problem in generated python code which breaks tests on linux. See #5862.
* Update name of thickness direction well path.
* #5834 Add import command for facies roff file.
* #5834 Show color legend data in facies track.
Also make it possible to change the data source for the curve data in plot.
* Fracture Model: replace "Thickness Type" with "Extraction Type".
* Use shorter curve legends in fracture model plot.
* Use class enum for RimFractureModel::ExtractionType.
* Use RimProject::current() instead of RiaApplication::instance()->project().
* Simplify RimFractureModel by not implementing Rim3dPropertiesInterface.
* Use scoped enums in RiaPlotAnnotationTool.
* Remove unused RimFractureModelPlot fields.
* Hide fracture model plots field, and add accessor methods.
2020-05-14 06:39:55 +02:00
Kristian Bendiksen
c016c02e40 Replace RiaApplication::instance()->project() with RimProject::current().
Also remove uneccessary includes of RiaApplication.h.
2020-05-12 12:01:44 +02:00
Magne Sjaastad
8c64dbeae9 #5837 Well Measurements : Allow paste of curves 2020-04-28 07:31:00 +02:00
Magne Sjaastad
eb46552e60 #5837 Well Measurements : Create new well measurement curves 2020-04-28 07:31:00 +02:00
Magne Sjaastad
f89dcf4e52 Convert to enum class 2020-04-24 11:40:22 +02:00
Gaute Lindkvist
0ad779280a #5650 Wbs: Uncheck SH_MK by default 2020-03-10 20:11:54 +01:00
Gaute Lindkvist
eca3531c2e #5596 Make sure new WBS plots gets the correct data parameter sources set 2020-03-03 14:25:20 +01:00
Gaute Lindkvist
437f6a460d #5626 Make it possible to delete Well Log Tracks again
* This disappeared when RimWellLogPlots no longer inherited Multiplots
2020-03-03 14:24:33 +01:00
Gaute Lindkvist
82263e9d6f WBS LAS-parameter fixes to be more consistent 2020-02-24 12:30:13 +01:00
Gaute Lindkvist
4cf427ce69 Minor WBS plot layout work 2020-02-24 12:30:13 +01:00
Magne Sjaastad
c82df63e10 #5101 clang-format: Adjusted penalties
Use lower absolute values to improve control of behavior
2020-02-12 13:35:31 +01:00
Gaute Lindkvist
aff8b1058d #5534 Increase default tick interval on WBS stability curve track 2020-02-12 11:46:29 +01:00
Gaute Lindkvist
c9c2f175e0 #5534 Enable Air Gap in default WBS title 2020-02-12 11:46:29 +01:00
Gaute Lindkvist
7fd458e65d Highlight inclination curve by making it darker and solid instead of azimuth. 2020-02-11 08:11:07 +01:00
Gaute Lindkvist
6dfd994403 #5498 Disallow pasting WBS curves into a different plot. 2020-02-11 08:10:06 +01:00
Gaute Lindkvist
2bb93ef872 #5389 Delete empty measurement curves after deleting or changing measurements. 2020-02-07 15:58:53 +01:00
Gaute Lindkvist
b7f16e950a Only add measurement curves to WBS plots if those measurements exist 2020-02-07 13:52:42 +01:00
Gaute Lindkvist
438febe049 #5472 Add indication of water depth to formation and casing track
* Also add lighter formation lines as an option and make this default for WBS plots
2020-02-07 13:52:42 +01:00
Gaute Lindkvist
47f9c8c7c6 #5473 Improve WBS plot layout by removing gaps and tweaking column spans 2020-02-07 13:52:42 +01:00
Gaute Lindkvist
860e6641e5 #5471 Make TVDRKB the default depth type for WBS plots 2020-02-07 08:36:37 +01:00
Gaute Lindkvist
a85745cb91 #5254 Support estimating RKB-diff from TVDMSL and MDRKB when first TVDMSL == 0
* Add warning when the RKB-diff cannot be estimated
2020-02-03 15:56:07 +01:00
Gaute Lindkvist
c9f5b47a90 Support different units when importing and exporting WBS LAS. 2020-02-03 15:56:07 +01:00
Jacob Støren
cf72ce5989 #5417 Add Well Bore Stability icon 2020-02-03 11:37:43 +01:00
Gaute Lindkvist
56d141d4c3 Support setting Wbs-parameters from Python. 2020-01-22 09:28:46 +01:00
Gaute Lindkvist
954bf1e02e Support setting of child fields from Python and pass in WbsParameters if provided
Also fixes #5354
2020-01-22 09:28:46 +01:00
Gaute Lindkvist
edc276db4d Well Log Plot and Well Distribution Plots no longer inherit Multiplot
* Also cleaned up RiuQwtPlotWidget
2020-01-16 14:33:33 +01:00
Gaute Lindkvist
10f749f356 #5219 Implement support for TVDRKB for well log depth
* Also show air gap in title when TVDRKB is selected and not otherwise
2020-01-08 14:35:48 +01:00
Gaute Lindkvist
9ffbd97f8c Multi page plot works 2020-01-07 14:26:46 +01:00
Kristian Bendiksen
54820eb20a
Merge pull request #5173 from OPM/feature-well-measurement-reorg 2019-12-05 15:51:24 +01:00
Gaute Lindkvist
a7e3cc154a #5160 Fix wording around FG in shale calculation 2019-12-04 15:09:04 +01:00
Gaute Lindkvist
df5c5fb2a8 #5161 Make the WBS parameter curves work right 2019-12-04 13:36:22 +01:00
Kristian Bendiksen
12abf6494f #5110 Show only relevant well measurements in WBS track. 2019-12-03 21:19:02 +01:00
Gaute Lindkvist
73f5ac5126 Make capital letter *.LAS files show up in import dialog 2019-12-03 14:37:28 +01:00
Gaute Lindkvist
7c3d45770b Remove unused variable 2019-12-02 08:01:38 +01:00
Gaute Lindkvist
76d7f526ba #5137 load curve data after creating new well log curves 2019-12-02 08:01:38 +01:00
Magne Sjaastad
dc2af5e0c8 #5102 Janitor : Guard null pointer access 2019-11-28 07:30:02 +01:00
Gaute Lindkvist
ded7be1d73 Make azimuth in WBS plots continous in most cases 2019-11-27 14:17:23 +01:00
Kristian Bendiksen
18c2350bdf #5001 Add measurements to WBS plot. 2019-11-27 12:05:51 +01:00
Gaute Lindkvist
431f0ff347 Add additional WBS curves and rewrite parameters 2019-11-27 10:14:15 +01:00
Gaute Lindkvist
85d683634c Further refactoring 2019-11-20 13:14:45 +01:00
Gaute Lindkvist
d9043db5e0 Refactor RimPlotWindow and RimPlotInterface 2019-11-20 13:14:45 +01:00
Gaute Lindkvist
4dd0651dae Remove width scaling factors 2019-11-20 13:14:45 +01:00
Gaute Lindkvist
8252ab8808 Rename GridPlot to MultiPlot throughout 2019-11-20 13:14:45 +01:00
Gaute Lindkvist
81db22586d Remove description-field from RimPlotWindow
* Leave it to sub-classes to deal with this
2019-11-20 13:14:45 +01:00
Gaute Lindkvist
60b09d7bfd #5061 WAP: fix update of well allocation data when changing depth type 2019-11-19 13:19:56 +01:00
Magne Sjaastad
57cab2457e clang-format : Set PenaltyBreakAssignment to 130 2019-11-04 15:08:09 +01:00
Magne Sjaastad
96a26662fc Janitor : Apply clang-format fixes on codebase in ApplicationCode 2019-11-04 11:34:34 +01:00
Gaute Lindkvist
30db19a1d0 Create Grid plot collection and allow creation of new combination plots 2019-10-31 14:09:50 +01:00
Gaute Lindkvist
a925c0f29e Partial revert of 38e0b150 2019-10-30 12:54:51 +01:00