more debug
This commit is contained in:
parent
2388ac2412
commit
a1fcefcf5e
|
@ -328,6 +328,7 @@ def compute_snr_from_h5(h5_file, detrend_ft=True, mad_filter=True, save=False, s
|
||||||
for pulsar_dir in pulsar_dir_list:
|
for pulsar_dir in pulsar_dir_list:
|
||||||
save_path = os.path.join(pulsar_dir, "calib-pngs", "")
|
save_path = os.path.join(pulsar_dir, "calib-pngs", "")
|
||||||
h5_dir = os.path.join(pulsar_dir,"cands","")
|
h5_dir = os.path.join(pulsar_dir,"cands","")
|
||||||
|
print(h5_dir)
|
||||||
h5_files = sorted(glob.glob(f"{h5_dir}*.h5"))
|
h5_files = sorted(glob.glob(f"{h5_dir}*.h5"))
|
||||||
|
|
||||||
results = []
|
results = []
|
||||||
|
|
Loading…
Reference in a new issue