mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 19:30:03 +02:00
wip
This commit is contained in:
parent
d3c6996d80
commit
637b0ea9e1
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user