mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Tissue saturation plot a la Sherwater Pretel
This adds a toolbox icon to turn on a tissue plot inspired by the bar graph of the Sherwater Petrel, It shows the inert gas partial pressures for individual compartments. If they are below the ambient pressure (grey line) they are shown in units of the ambient pressure, if they are above, the excess is shown as a percentage of the allowed overpressure for plain Buehlmann. So it has the same units as a gradient factor. Thus also the a gradient factor line (for the current depth) is shown. The different tissues get different colors, greener for the faster ones and bluer for the slower ones. Positioning and on/off icon action still need some tender loving care. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7cdf55ffcc
commit
3fc9c1e005
21 changed files with 319 additions and 8 deletions
|
@ -143,6 +143,7 @@ slots:
|
|||
void on_profScaled_triggered(bool triggered);
|
||||
void on_profTogglePicture_triggered(bool triggered);
|
||||
void on_profTankbar_triggered(bool triggered);
|
||||
void on_profTissues_triggered(bool triggered);
|
||||
void on_actionExport_triggered();
|
||||
void on_copy_triggered();
|
||||
void on_paste_triggered();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue