mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-16 23:07:13 +02:00
including stride and block for selecting hyperslab
This commit is contained in:
@ -213,8 +213,9 @@ void DataProcessor::CreateVirtualFile(
|
||||
if (virtualFile_) {
|
||||
delete virtualFile_;
|
||||
}
|
||||
gotthard25um = ((detectorType_ == GOTTHARD || detectorType_ == GOTTHARD2) &&
|
||||
(numModX * numModY) == 2);
|
||||
bool gotthard25um =
|
||||
((detectorType_ == GOTTHARD || detectorType_ == GOTTHARD2) &&
|
||||
(numModX * numModY) == 2);
|
||||
virtualFile_ = new HDF5VirtualFile(hdf5Lib, gotthard25um);
|
||||
|
||||
uint64_t numImagesProcessed = GetProcessedIndex() + 1;
|
||||
|
Reference in New Issue
Block a user