fix(std_daq processing): replace internal daq mount path with VM mount

This commit is contained in:
gac-x02da
2025-06-16 20:28:45 +02:00
parent f722b76306
commit ad6eb97804
@@ -145,6 +145,8 @@ class StdDaqLiveProcessing:
"""
try:
if file_path.startswith("/gpfs/test"):
file_path = file_path.replace("/gpfs/test", "/data/test")
with h5py.File(file_path, "r") as file:
if entry not in file:
raise ValueError(f"Entry '{entry}' not found in the file.")