Skip to content
Snippets Groups Projects

Correction runners as friends

Merged David Hammer requested to merge correction-runners-as-friends into master
6 files
+ 64
64
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -439,7 +439,6 @@ class AgipdGpuRunner(AgipdBaseRunner):
{
"pixels_x": self.num_pixels_ss,
"pixels_y": self.num_pixels_fs,
"constant_memory_cells": self._constant_memory_cells,
"output_data_dtype": utils.np_dtype_to_c_type(
self._output_dtype
),
@@ -465,6 +464,7 @@ class AgipdGpuRunner(AgipdBaseRunner):
cell_table,
flags,
num_frames,
self._constant_memory_cells,
self.default_gain,
self.gain_thresholds,
self.mg_hard_threshold,
Loading