Skip to content

Commit

Permalink
t
Browse files Browse the repository at this point in the history
  • Loading branch information
jurjen93 committed Feb 1, 2024
1 parent d7de93c commit 5c581c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phasediff_scores/phasediff_selection/source_selection.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ while read -r MS; do
done <$MSLIST

#RETURN SCORES
singularity exec -B $BIND $SIMG python ${SCRIPT_DIR}/phasediff_output.py h5 phasediff_h5s/*.h5
singularity exec -B $BIND $SIMG python ${SCRIPT_DIR}/phasediff_output.py --h5 phasediff_h5s/*.h5
2 changes: 1 addition & 1 deletion source_selection/phasediff_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def parse_args():
"""

parser = ArgumentParser()
parser.add_argument('h5', nargs='+', help='selfcal phasediff solutions', default=None)
parser.add_argument('--h5', nargs='+', help='selfcal phasediff solutions', default=None)
parser.add_argument('--station', help='for one specific station', default=None)
parser.add_argument('--all_stations', action='store_true', help='for all stations specifically')
return parser.parse_args()
Expand Down

0 comments on commit 5c581c3

Please sign in to comment.