From 0b717f7ad115cf979bf429ec787d2e0bda674966 Mon Sep 17 00:00:00 2001
From: Hernan Asorey <asoreyh@gmail.com>
Date: Tue, 12 Jan 2016 21:43:08 -0300
Subject: [PATCH] -i output descriptor included

---
 raw.cc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/raw.cc b/raw.cc
index 6b5365a..928dbbe 100644
--- a/raw.cc
+++ b/raw.cc
@@ -669,6 +669,8 @@ int main (int argc, char *argv[])
 		cal << "# # Format is ch1 ch2 ch3 pk1 pk2 pk3" << endl;
 		if (itrg)
 			cal << "# # An offline trigger of " << trg_level[0] << " " << trg_level[1] << " " << trg_level[2] << " ADC above baseline has been used for each channel respectively." << endl;
+		if (icaltrg)
+			cal << "# # For each channel we only used triggered pulses at this particular channel (-i option)" << endl;
 	}
 
 	if (itim) {
-- 
GitLab