v1.0.0-rc.64

This commit is contained in:
2025-07-15 09:55:19 +02:00
parent c56d9bc1db
commit be6d8ad0f5
161 changed files with 444 additions and 219 deletions
+5
View File
@@ -993,6 +993,11 @@ DiffractionExperiment &DiffractionExperiment::ImportDatasetSettings(const Datase
throw JFJochException(JFJochExceptionCategory::InputParameterInvalid,
"Frame time cannot be zero");
}
if (image_time < GetFrameTime()) {
dataset = tmp;
throw JFJochException(JFJochExceptionCategory::InputParameterInvalid,
"Image time cannot be less than base frame time");
}
this->Summation(image_time.value() / GetFrameTime());
break;
}