Skip to content
Snippets Groups Projects

Hotfixes from BUD summer 2024

Merged David Hammer requested to merge bud-2024-summer-hotfixes into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -346,7 +346,7 @@ class Gotthard2Correction(base_correction.BaseCorrection):
gain_data = np.asarray(
data_hash.get("data.gain")
).astype(np.uint8, copy=False)
num_frames = image_data.shape[0]
num_frames = len(data_hash.get("data.frameNumber"))
if self.unsafe_get("workarounds.overrideInputAxisOrder"):
expected_shape = self.kernel_runner.expected_input_shape(num_frames)
image_data.shape = expected_shape
Loading