Skip to content

Commit 2745b6f

Browse files
committed
docs: update docs for bulk action YM computation (close #60)
1 parent a70b4a1 commit 2745b6f

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

docs/sec_qg_youngs_modulus.rst

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ fully elastic spheres according to Mokbel et al. :cite:`Mokbel2017`.
1010

1111
.. note::
1212

13-
For reservoir data, the Young's modulus cannot be computed and the
13+
For reservoir data, the Young's modulus cannot be computed. The
1414
corresponding options are hidden.
1515

16-
Usage
17-
-----
16+
17+
Parameter settings
18+
------------------
1819

1920
.. _qg_emodulus_config:
2021
.. figure:: scrots/qg_emodulus_config.png
@@ -75,6 +76,20 @@ Click *Apply* for any changes to take effect. The Young's modulus is then
7576
available for the selected dataset.
7677

7778

79+
80+
Bulk actions
81+
------------
82+
The *Bulk action* menu has an entry for Young's modulus computation.
83+
In the associated dialog you can set the corresponding parameters
84+
for all datasets of the current session. Note that the options
85+
in this dialog do not necessarily reflect the options available for the
86+
individual datasets. Only valid options are adopted. For instance,
87+
you will not be able to change the medium for a dataset if a medium is
88+
already given in its meta data. To verify the options set, you can always
89+
check the current setting via the *Analysis View* (see above).
90+
91+
92+
7893
Validity
7994
--------
8095

shapeout2/gui/main.ui

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
</widget>
273273
<widget class="QMenu" name="menuBulk_Action">
274274
<property name="title">
275-
<string>&amp;Bulk Action</string>
275+
<string>&amp;Bulk action</string>
276276
</property>
277277
<addaction name="actionComputeEmodulus"/>
278278
</widget>
@@ -435,15 +435,17 @@
435435
</action>
436436
<action name="actionPreferences">
437437
<property name="icon">
438-
<iconset theme="gtk-preferences"/>
438+
<iconset theme="gtk-preferences">
439+
<normaloff>.</normaloff>.</iconset>
439440
</property>
440441
<property name="text">
441442
<string>&amp;Preferences...</string>
442443
</property>
443444
</action>
444445
<action name="actionComputeEmodulus">
445446
<property name="icon">
446-
<iconset theme="emodulus"/>
447+
<iconset theme="emodulus">
448+
<normaloff>.</normaloff>.</iconset>
447449
</property>
448450
<property name="text">
449451
<string>&amp;Young's modulus...</string>

0 commit comments

Comments
 (0)