mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-01 00:51:18 +01:00
changes for single images with index 0 not realized as caught and therefore no virtual file created, fixed
This commit is contained in:
@@ -260,7 +260,7 @@ void DataProcessor::CloseFiles() {
|
||||
}
|
||||
|
||||
void DataProcessor::EndofAcquisition(uint64_t numf) {
|
||||
if (*fileWriteEnable && file->GetFileType() == HDF5 && numf) {
|
||||
if (*fileWriteEnable && file->GetFileType() == HDF5) {
|
||||
file->EndofAcquisition(numf);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user