Skip to content
Snippets Groups Projects
Commit 091937cd authored by David Hammer's avatar David Hammer
Browse files

Use attribute for image data path more consistently

parent 86b53334
No related branches found
No related tags found
2 merge requests!12Snapshot: field test deployed version as of end of run 202201,!6Draft: add Jungfrau correction device
......@@ -265,10 +265,10 @@ class DsscCorrection(BaseCorrection):
preview_slice_index,
)
data_hash.set("image.data", buffer_handle)
data_hash.set("image.cellId", cell_table[:, np.newaxis])
data_hash.set(self._image_data_path, buffer_handle)
data_hash.set(self._cell_table_path, cell_table[:, np.newaxis])
data_hash.set("image.pulseId", pulse_table[:, np.newaxis])
data_hash.set("calngShmemPaths", ["image.data"])
data_hash.set("calngShmemPaths", [self._image_data_path])
self._write_output(data_hash, metadata)
if do_generate_preview:
self._write_combiner_previews(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment