revert close_run to interrupt consistency. imagemeta with user_id

This commit is contained in:
lhdamiani
2021-07-13 18:39:49 +02:00
parent 66f63c1c08
commit 62a2e651f7
2 changed files with 10 additions and 8 deletions
+2
View File
@@ -69,6 +69,8 @@ void EigerAssembler::assemble_image(const char* src_meta,
image_meta->dtype = (bit_depth_ <= 8) ? 1 : bit_depth_ / 8;
image_meta->encoding = 0;
image_meta->source_id = 0;
image_meta->user_1 = 0;
image_meta->user_2 = 0;
is_pulse_init = 1;
#ifdef DEBUG_OUTPUT
using namespace date;