mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-02-07 02:58:42 +01:00
removed comments
This commit is contained in:
@@ -133,10 +133,7 @@ class TransceiverTab(QtWidgets.QWidget):
|
||||
nbitsPerDBit += (8 - (dSamples % 8))
|
||||
transceiverOffset += nDBitEnabled * (nbitsPerDBit // 8)
|
||||
trans_array = np.array(np.frombuffer(data, offset=transceiverOffset, dtype=np.uint16))
|
||||
print(f'{trans_array.shape=}')
|
||||
# tmp = decoder.decode(trans_array, self.mainWindow.pixel_map)
|
||||
tmp = np.take(trans_array, self.mainWindow.pixel_map)
|
||||
print(f'{tmp.shape=}')
|
||||
return tmp
|
||||
|
||||
def processImageData(self, data, dSamples):
|
||||
|
||||
Reference in New Issue
Block a user