Skip to content
Snippets Groups Projects
Commit a13bf98f authored by Thomas Kluyver's avatar Thomas Kluyver
Browse files

Write train/pulse/cell IDs before data

parent d58a8bc6
No related branches found
No related tags found
1 merge request!349AGIPD: Fix dtypes and compression in output file
......@@ -236,7 +236,7 @@ class AgipdCorrections:
data_dict = self.shared_dict[i_proc]
image_fields = [
'data', 'gain', 'mask', 'trainId', 'pulseId', 'cellId', 'blShift',
'trainId', 'pulseId', 'cellId', 'data', 'gain', 'mask', 'blShift',
]
compress_fields = ['gain', 'mask']
......
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