mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-06-07 02:28:40 +02:00
switch off parallel for conversion and added script to test conversion
This commit is contained in:
committed by
Dmitry Ozerov
parent
95ae7d8011
commit
5453f38e9f
@@ -54,7 +54,7 @@ with ju.File(
|
||||
mask=mask,
|
||||
gap_pixels=gap_pixels,
|
||||
geometry=geometry,
|
||||
parallel=True,
|
||||
parallel=False,
|
||||
) as juf:
|
||||
n_input_frames = len(juf["data"])
|
||||
good_frames = np.nonzero(juf["is_good_frame"])[0]
|
||||
|
||||
Reference in New Issue
Block a user