mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-04 22:04:24 +02:00
Wrong argument
This commit is contained in:
@@ -109,7 +109,7 @@ class BinaryBufferReader(object):
|
||||
metadata["is_good_frame"] = False
|
||||
|
||||
data_shape = [self.n_modules * MODULE_Y_SIZE, MODULE_X_SIZE]
|
||||
return metadata, data.view("uint16").reshape(shape=data_shape)
|
||||
return metadata, data.view("uint16").reshape(data_shape)
|
||||
|
||||
|
||||
def get_file_frame_index(pulse_id):
|
||||
|
||||
Reference in New Issue
Block a user