Fix/da qoldformat corr
4 unresolved threads
4 unresolved threads
Compare changes
+ 62
− 43
@@ -13,7 +13,7 @@ def get_pulseid_checksum(fname, h5path, h5path_idx):
@@ -25,7 +25,7 @@ def get_pulseid_checksum(fname, h5path, h5path_idx):
@@ -54,7 +54,7 @@ def get_dssc_ctrl_data(in_folder, slow_data_pattern,
@@ -66,59 +66,78 @@ def get_dssc_ctrl_data(in_folder, slow_data_pattern,
- Karim Ahmed @ahmedkOwnerSuggested change
87 print("No Slow Control Data found in files!") 87 print(f"ERROR: No control slow data found in {filename}!") Edited by Karim Ahmed