merge with eiger for gpfs writing

This commit is contained in:
Data Backend account
2022-04-29 18:18:35 +02:00
parent 6a321b2bac
commit 6ecc79257b
40 changed files with 905 additions and 357 deletions
+2 -2
View File
@@ -23,10 +23,10 @@ namespace BufferUtils
return os << det_config.detector_name << ' '
<< det_config.detector_type << ' '
<< det_config.n_modules << ' '
<< det_config.start_udp_port << ' '
<< det_config.bit_depth << ' '
<< det_config.image_height << ' '
<< det_config.image_width << ' ';
<< det_config.image_width << ' '
<< det_config.start_udp_port << ' ';
}
};