MAX IV experiment day 2 corrections

This commit is contained in:
2024-05-23 12:15:36 +02:00
parent e185fbb3f5
commit 3ef89483e8
25 changed files with 2694 additions and 100 deletions
@@ -316,6 +316,8 @@ inline void CBOR_ENC_START_USER_DATA(CborEncoder& encoder, const char* key,
j["gain_file_names"] = message.gain_file_names;
if (message.write_master_file)
j["write_master_file"] = message.write_master_file.value();
if (message.data_reduction_factor_serialmx)
j["data_reduction_factor_serialmx"] = message.data_reduction_factor_serialmx.value();
auto str = j.dump();