1
0
forked from IPKM/nmreval

Add standard deviation to averaging methods of pick points

This commit is contained in:
Dominik Demuth
2024-09-11 17:31:58 +02:00
parent 05862730a0
commit 4f0a7827ba
4 changed files with 25 additions and 11 deletions

View File

@@ -42,7 +42,7 @@ Changing between regions and points is NOT possible</string>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Average</string>
<string>Average (drop-down used for pts and regions)</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
@@ -109,6 +109,11 @@ Changing between regions and points is NOT possible</string>
<string>Integral</string>
</property>
</item>
<item>
<property name="text">
<string>Std. deviation</string>
</property>
</item>
</widget>
</item>
</layout>