Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jurjen93 committed Feb 1, 2024
1 parent cdb7cca commit 4a246d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source_selection/phasediff_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 4a246d0

Please sign in to comment.