mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 10:04:39 +01:00
wip
This commit is contained in:
@@ -187,6 +187,10 @@ void DataProcessor::CreateFirstDataFile() {
|
|||||||
file->CloseCurrentDataFile();
|
file->CloseCurrentDataFile();
|
||||||
file->resetSubFileIndex();
|
file->resetSubFileIndex();
|
||||||
file->StartofAcquisition();
|
file->StartofAcquisition();
|
||||||
|
// do not create file if deactivated and no padding
|
||||||
|
if (myDetectorType == EIGER && !activated && !deactivatedPaddingEnable) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
file->CreateFile();
|
file->CreateFile();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user