FAU-LAP / NOMAD-CAMELS

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.
https://fau-lap.github.io/NOMAD-CAMELS/
GNU Lesser General Public License v2.1
11 stars 3 forks source link

Databroker export fails to network storages #87

Closed A-D-Fuchs closed 1 month ago

A-D-Fuchs commented 3 months ago

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"

A-D-Fuchs commented 1 month ago

Issue closed as this was fixed.