v1.0.0-rc.70
This commit is contained in:
@@ -167,6 +167,7 @@ void SLSDetectorWrapper::Start(const DiffractionExperiment& experiment) {
|
||||
auto energy_threshold_ev = experiment.GetEigerThreshold_keV() * 1000.0f;
|
||||
if (det.getThresholdEnergy().squash(0) != energy_threshold_ev)
|
||||
det.setThresholdEnergy(energy_threshold_ev);
|
||||
det.setPeriod(experiment.GetDetectorPeriod());
|
||||
}
|
||||
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user