v1.0.0-rc.79

This commit is contained in:
2025-09-15 21:38:58 +02:00
parent 0e31023da0
commit caf2a9de4f
146 changed files with 191 additions and 158 deletions

View File

@@ -613,6 +613,7 @@ void DiffractionExperiment::FillMessage(StartMessage &message) const {
message.bit_depth_image = GetByteDepthImage() * 8;
message.bit_depth_readout = GetBitDepthReadout();
message.indexing_algorithm = GetIndexingAlgorithm();
message.images_per_trigger = dataset.GetImageNumPerTrigger();
if (GetDetectorType() == DetectorType::JUNGFRAU) {
message.storage_cell_number = GetStorageCellNumber();