mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-19 00:07:13 +02:00
somewhere
This commit is contained in:
@ -220,14 +220,17 @@ void UDPBaseImplementation::setFlippedData(int axis, int enable){
|
||||
void UDPBaseImplementation::setFileFormat(const fileFormat f){
|
||||
FILE_LOG(logDEBUG) << __AT__ << " starting";
|
||||
|
||||
if(f!=HDF5)
|
||||
fileFormatType = f;
|
||||
switch(f){
|
||||
#ifdef HDF5C
|
||||
else if((f==HDF5) && (myDetectorType == EIGER || myDetectorType == JUNGFRAU))
|
||||
case HDF5:
|
||||
fileFormatType = f;
|
||||
#endif
|
||||
default:
|
||||
fileFormatType = f;
|
||||
break;
|
||||
}
|
||||
|
||||
FILE_LOG(logINFO) << "File Index:" << fileIndex;
|
||||
FILE_LOG(logINFO) << "File Format:" << getFileFormatType(fileFormatType);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user