more debug

This commit is contained in:
Abyss Halley 2025-08-22 12:57:47 -04:00
parent 636c73310e
commit 86bd030a88

View file

@ -328,6 +328,7 @@ def compute_snr_from_h5(h5_file, detrend_ft=True, mad_filter=True, save=False, s
for i, pulsar_dir in enumerate(pulsar_dir_list):
save_path = save_path_list[i] #AH: link directory and save path in a bit of a messy way oops
h5_dir = os.path.join(pulsar_dir,"cands","")
print(h5_dir)
h5_files = sorted(glob.glob(f"{h5_dir}*.h5"))
results = []