From e67ee6a16a2d9786a3a88607d650bf0c247534b5 Mon Sep 17 00:00:00 2001 From: Abyss Halley Date: Fri, 22 Aug 2025 12:53:08 -0400 Subject: [PATCH] fixed typo --- singlepulse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/singlepulse.py b/singlepulse.py index 0ecedc3..160dfd2 100644 --- a/singlepulse.py +++ b/singlepulse.py @@ -327,7 +327,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.join(pulsar_dir,"cands","") + h5_dir = os.path.join(pulsar_dir,"cands","") h5_files = sorted(glob.glob(f"{pulsar_dir}*.h5")) results = []