From 4a246d0d2af824ab3556524f0510e11d9a73350d Mon Sep 17 00:00:00 2001 From: jurjen93 Date: Thu, 1 Feb 2024 18:41:32 +0100 Subject: [PATCH] debug --- source_selection/phasediff_output.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source_selection/phasediff_output.py b/source_selection/phasediff_output.py index 9f9f5c9f..e2657a1d 100644 --- a/source_selection/phasediff_output.py +++ b/source_selection/phasediff_output.py @@ -147,6 +147,7 @@ def get_phasediff_score(self, station: str = None): H = tables.open_file(self.h5) stations = [make_utf8(s) for s in list(H.root.sol000.antenna[:]['name'])] + print(stations) if station is None: stations_idx = [stations.index(stion) for stion in stations if @@ -242,7 +243,6 @@ def main(): elif h5s is None: h5s = glob("P*_phasediff/phasediff0*.h5") - if args.station is not None: station = args.station else: