Skip to content
Snippets Groups Projects

Extend slopesFF with last usable cell

Merged Karim Ahmed requested to merge fix/expand_FF_with_last_useable_cell into master
All threads resolved!
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
@@ -1096,7 +1096,6 @@ class AgipdCorrections:
# cells are used.
with h5py.File(mdata["file-path"], "r") as cf:
cons_data[cname] = np.copy(cf[f"{dname}/{cname}/0/data"])
shape = cons_data[cname].shape # (128, 512, mem_cells)
else:
# Create empty constant using the list elements
cons_data[cname] = getattr(np, mdata["file-path"][0])(mdata["file-path"][1]) # noqa
Loading