v1.0.0-rc.109 #15

Merged
leonarski_f merged 14 commits from 2511-1.0.0-rc.109 into main 2025-11-26 13:49:00 +01:00
Showing only changes of commit bbfaf16558 - Show all commits

View File

@@ -148,6 +148,7 @@ void SLSDetectorWrapper::Start(const DiffractionExperiment& experiment) {
det.setThresholdEnergy(energy_threshold_ev);
// For EIGER exposure time needs to be updated for every measurements
det.setDynamicRange(experiment.GetEigerBitDepth());
det.setPeriod(experiment.GetDetectorPeriod());
det.setExptime(std::chrono::microseconds(experiment.GetFrameCountTime()));
}