removed Gotthard stuff

This commit is contained in:
Mazzoleni Alice Francesca
2025-04-11 10:32:31 +02:00
parent 4c86ad3198
commit f9bc2eb126
2 changed files with 2 additions and 12 deletions

View File

@@ -60,8 +60,8 @@ class GeneralData {
slsDetectorDefs::frameDiscardPolicy frameDiscardMode{
slsDetectorDefs::NO_DISCARD};
GeneralData(){};
virtual ~GeneralData(){};
GeneralData() {};
virtual ~GeneralData() {};
// Returns the pixel depth in byte, 4 bits being 0.5 byte
float GetPixelDepth() { return float(dynamicRange) / 8; }