mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-14 05:15:36 +02:00
propagate properly gain file to the streamvis
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user