From 39ac27c01e67d60cfd0b7afe121b43189a43bb85 Mon Sep 17 00:00:00 2001 From: Matthias Bernien <matthias.bernien@ptb.de> Date: Thu, 8 Feb 2024 12:14:04 +0000 Subject: [PATCH] new result table --- templates/latex/result_error/de-para_0-alt_0-result.tex | 5 +++-- templates/latex/result_error/en-para_0-alt_0-result.tex | 6 ++++-- 2 files changed, 7 insertions(+), 4 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 035c9de..9dd0a68 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,10 +3,11 @@ ((*set tcorrection = {"is":"false"} *)) Das Ergebnis der Messungen ist im Folgenden tabellarisch dargestellt. -\(U(e)\) ist die Unsicherheit der relativen Abweichung der Druckanzeige und +{#\(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\)). +(\(p_\text{cal}\), \(T\)).#} +\(U_\text{cal}(p)\) ist der Unsicherheitsbeitrag der Kalibrierung zum Druck \(p\). (((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 dc2791e..6a74781 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 @@ -2,10 +2,12 @@ ((*set lang = Meta["lang"]*)) ((*set tcorrection = {"is":"false"} *)) -The results of the measurements are given in the following table. \(U(e)\) is +The results of the measurements are given in the following table. {#\(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\)). +otherwise identical conditions (\(p_\text{cal}\), \(T\)).#} +\(U_\text{cal}(p)\) is the uncertainty contribution of the calibration to the +real pressure. (((Device.Text.uncertainty))) ((*-for gas, struct in MeasurementData.items()*)) -- GitLab