Skip to content

Commit

Permalink
cwl issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jurjen93 committed Feb 1, 2024
1 parent 5c581c3 commit 60aee9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source_selection/phasediff_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@ def main():
ref_solint = 10

h5s = args.h5
if h5s is None:
if len(h5s)==1 and ' ' in h5s:
h5s = h5s.split(" ")
elif h5s is None:
h5s = glob("P*_phasediff/phasediff0*.h5")

if args.station is not None:
Expand Down

0 comments on commit 60aee9d

Please sign in to comment.