It's more efficient to read and stream only specific data of interest rather than an entire run. This makes it possible to do that from the karabo-bridge-serve-files CLI.
At present, it's only possible to specify one source pattern and one key pattern to select data, so if you wanted to stream e.g. AGIPD data and an XGM together, you'd either need to write a tiny Python script to do that, or put up with streaming all sources from the CLI. If necessary, we can think about ways to specify multiple patterns, but it might be a bit awkward with command-line options.
It's more efficient to read and stream only specific data of interest rather than an entire run. This makes it possible to do that from the
karabo-bridge-serve-files
CLI.At present, it's only possible to specify one source pattern and one key pattern to select data, so if you wanted to stream e.g. AGIPD data and an XGM together, you'd either need to write a tiny Python script to do that, or put up with streaming all sources from the CLI. If necessary, we can think about ways to specify multiple patterns, but it might be a bit awkward with command-line options.
https://in.xfel.eu/redmine/issues/42840