From 8cec014743180aaf763365144b9962203844f3df Mon Sep 17 00:00:00 2001 From: Dmitry Ozerov Date: Tue, 2 Jun 2020 13:03:38 +0200 Subject: [PATCH] propagate properly gain file to the streamvis --- sf-stream/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sf-stream/src/main.cpp b/sf-stream/src/main.cpp index 6515044..b0a9632 100644 --- a/sf-stream/src/main.cpp +++ b/sf-stream/src/main.cpp @@ -140,7 +140,7 @@ int main (int argc, char *argv[]) header.AddMember("pedestal_file", pedestal_file, header_alloc); rapidjson::Value gain_file; - gain_file.SetString(PEDE_FILENAME.c_str(), header_alloc); + gain_file.SetString(GAIN_FILENAME.c_str(), header_alloc); header.AddMember("gain_file", gain_file, header_alloc); header.AddMember("number_frames_expected", 10000, header_alloc);