CBOR: Add summation to start message

This commit is contained in:
2023-04-19 09:30:14 +02:00
parent 43489525c6
commit f471e0925d
6 changed files with 10 additions and 3 deletions
+1
View File
@@ -1086,6 +1086,7 @@ void DiffractionExperiment::FillMessage(StartMessage &message) const {
message.instrument_name = GetInstrumentName();
message.instrument_name_short = GetInstrumentNameShort();
message.summation = GetSummation();
}
DiffractionExperiment &DiffractionExperiment::ApplyPixelMaskInFPGA(bool input) {