We are developing a configurable measurement software (CAMELS), targeted towards the requirements of experimental solid-state physics. Here many experiments utilize a multitude of measurement devices used in dynamically changing setups.
Saving files to network storages breaks as the path contains multiple points (".") like "\uni.physik.department.de......"
Fix databroker export line 208.
Replace with something like
filename = os.path.splitext(filename)[0] + f"_{entry_name_non_iso}.nxs"
Saving files to network storages breaks as the path contains multiple points (".") like "\uni.physik.department.de......" Fix databroker export line 208. Replace with something like
filename = os.path.splitext(filename)[0] + f"_{entry_name_non_iso}.nxs"