jungfrau_zmq_receiver#

listen(url, data_buffer, max_buffer_len, panel_id)#
Parameters:
  • url (str)

  • data_buffer (list[dict[str, Any]])

  • max_buffer_len (int)

  • panel_id (int)

Return type:

None

jungfrau_zmq_receiver#

JUNGFRAU 1M ZMQ receiver. This script reads data from two ZMQ streams at INPUT_URL0 and INPUT_URL1 produced by Jungfrau 1M detector (one stream for each detector module), assembles images from two modules matching their acqIndex and distributes latest assembled frames to the OM monitor processing nodes via output ZMQ socket. If the OUTPUT_URL is not provided, it defaults to “tcp://127.0.0.1:12321

Usage

jungfrau_zmq_receiver [OPTIONS] INPUT_URL... OUTPUT_URL

Arguments

INPUT_URL#

Required argument(s)

input_url

OUTPUT_URL#

Required argument

output_url