From 38d043ac4b8591166b88c264cd511360c175bdf3 Mon Sep 17 00:00:00 2001
From: Matthias Bernien <bernie01@pad.ptb.de>
Date: Thu, 23 Jan 2025 13:06:06 +0100
Subject: [PATCH] English version for gauge sensitivity

---
 templates/latex/result_sens/en-heading.tex             | 1 +
 templates/latex/result_sens/en-para_0-alt_0-result.tex | 8 ++++++++
 templates/latex/sens/en-heading.tex                    | 1 +
 templates/latex/sens/en-para_0-alt_0-sigma.tex         | 7 +++++++
 4 files changed, 17 insertions(+)
 create mode 100644 templates/latex/result_sens/en-heading.tex
 create mode 100644 templates/latex/result_sens/en-para_0-alt_0-result.tex
 create mode 100644 templates/latex/sens/en-heading.tex
 create mode 100644 templates/latex/sens/en-para_0-alt_0-sigma.tex

diff --git a/templates/latex/result_sens/en-heading.tex b/templates/latex/result_sens/en-heading.tex
new file mode 100644
index 0000000..e7b760b
--- /dev/null
+++ b/templates/latex/result_sens/en-heading.tex
@@ -0,0 +1 @@
+\section{Result of the calibration}
diff --git a/templates/latex/result_sens/en-para_0-alt_0-result.tex b/templates/latex/result_sens/en-para_0-alt_0-result.tex
new file mode 100644
index 0000000..ef71491
--- /dev/null
+++ b/templates/latex/result_sens/en-para_0-alt_0-result.tex
@@ -0,0 +1,8 @@
+The results of the measurements are given in the following table. 
+\(U(S)/S\) is the uncertainty of the expanded relative measurement uncertainty
+with coverage factor \(k = 2\) at the time of calibration. Included is the repeatability of the measurement under
+otherwise identical conditions (\(p_\text{cal}, T\)).
+
+(((Device.Text.uncertainty)))
+
+\printResultTable
diff --git a/templates/latex/sens/en-heading.tex b/templates/latex/sens/en-heading.tex
new file mode 100644
index 0000000..8444a36
--- /dev/null
+++ b/templates/latex/sens/en-heading.tex
@@ -0,0 +1 @@
+\section{Gauge sensitivity}
diff --git a/templates/latex/sens/en-para_0-alt_0-sigma.tex b/templates/latex/sens/en-para_0-alt_0-sigma.tex
new file mode 100644
index 0000000..f10eb87
--- /dev/null
+++ b/templates/latex/sens/en-para_0-alt_0-sigma.tex
@@ -0,0 +1,7 @@
+The gauge sensitivity \(S\) was calculated according to:
+\[S = \frac{i_\text{c} - i_\text{r}}{i_\text{e}\,p_\text{cal}}\]
+with \(i_\text{c}\) the collector current at calibration pressure \(p_\text{cal}\), \(i_\text{r}\) the collector current
+at residual pressure and \(i_\text{e}\) the emmission current. The gauge sensitivity during use \(S(T_\text{ch})\) is obtained
+from the gas temperature \(T_\text{ch}\) (in kelvins)
+via: \[S(T_\text{ch}) = S(T_0)\frac{T_0}{T_\text{ch}}\]
+with \(T_0\) the gas temperature during calibration.
-- 
GitLab