From 2e467aaf6d5bc83c7f0a313344f47a01acff09db Mon Sep 17 00:00:00 2001
From: Matthias Bernien <matthias.bernien@ptb.de>
Date: Tue, 12 Mar 2024 18:07:35 +0100
Subject: [PATCH] Result table back to U(e) and U(CF).

---
 templates/latex/result_error/de-para_0-alt_0-result.tex | 5 ++++-
 templates/latex/result_error/en-para_0-alt_0-result.tex | 5 +++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/templates/latex/result_error/de-para_0-alt_0-result.tex b/templates/latex/result_error/de-para_0-alt_0-result.tex
index 061fbee..035c9de 100644
--- a/templates/latex/result_error/de-para_0-alt_0-result.tex
+++ b/templates/latex/result_error/de-para_0-alt_0-result.tex
@@ -3,7 +3,10 @@
 ((*set tcorrection = {"is":"false"} *))
 
 Das Ergebnis der Messungen ist im Folgenden tabellarisch dargestellt.
-\(U_\text{cal}(p)\) ist der Unsicherheitsbeitrag der Kalibrierung zum tatsächlichen Druck \(p\).
+\(U(e)\) ist die Unsicherheit der relativen Abweichung der Druckanzeige und
+\(U(CF)\) die Unsicherheit des Korrektionsfaktors zum Zeitpunkt der Kalibrierung.
+Diese Unsicherheiten enthalten die Wiederholbarkeit der Messung unter sonst gleichen Bedingungen
+(\(p_\text{cal}\), \(T\)).
 (((Device.Text.uncertainty)))
 
 ((*-for gas, struct in MeasurementData.items()*))
diff --git a/templates/latex/result_error/en-para_0-alt_0-result.tex b/templates/latex/result_error/en-para_0-alt_0-result.tex
index 4a3f4f3..331e4c9 100644
--- a/templates/latex/result_error/en-para_0-alt_0-result.tex
+++ b/templates/latex/result_error/en-para_0-alt_0-result.tex
@@ -3,8 +3,9 @@
 ((*set tcorrection = {"is":"false"} *))
 
 The results of the measurements are given in the following table. 
-\(U_\text{cal}(p)\) is the uncertainty contribution of the calibration to the
-real pressure.
+\(U(e)\) is the uncertainty of the relative error and \(U(CF)\) the uncertainty of the
+correction factor. Included is the repeatability of the measurement under
+otherwise identical conditions (\(p_\text{cal}\), \(T\)).
 (((Device.Text.uncertainty)))
 
 ((*-for gas, struct in MeasurementData.items()*))
-- 
GitLab