From 3c3835df323a3a57ebb2bfcd97160c19a7ac99c5 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Fri, 21 Mar 2025 23:22:22 -0500
Subject: [PATCH] 	modified:   temp_cal.cxx

---
 temp_cal.cxx | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/temp_cal.cxx b/temp_cal.cxx
index e1f4a66..8b62f94 100644
--- a/temp_cal.cxx
+++ b/temp_cal.cxx
@@ -77,4 +77,13 @@ void temp_cal() {
 
   std::cout << "slope : " << average_slope << "\n";
   std::cout << "offset : " << average_offset << "\n";
+
+  for (int t = 0; t < 4; t++) {
+    for (int c = 0; c < 3; c++) {
+      std::cout << "t" << t+1 << " : " << slopes[c*4+t] << ", " << offsets[c*4+t] << " \n";
+    }
+  }
+
+
+
 }
-- 
GitLab