Skip to content

[blissdata] Added `lima_url_template` and `lima_url_template_args` to `BlissDynamicHDF5Handler` to allow specific Lima file templates.

Loic Huder requested to merge blissdata-lima-scan-template into master

The h5api of blissdata expects the following structure for Lima file:

master.h5
|__scan0001
   |__lima.h5

But this can be beamline-dependent. For example on ID13, we have

master.h5
|__scan0001
   |__eiger
      |__lima.h5

Also, the pattern scan<digits> can be changed to something else (e.g. dark<digits>)

To handle these cases, this MR makes the url_template customizable when calling the h5api.

Edited by Loic Huder

Merge request reports