Skip to content

Commit

Permalink
no required
Browse files Browse the repository at this point in the history
  • Loading branch information
jurjen93 committed Jun 26, 2024
1 parent 81a250c commit 28aca2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms_helpers/remove_flagged_stations.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def parse_args():
"""

parser = ArgumentParser(description='MS stacking')
parser.add_argument('msin', type=str, help='Input Measurement Set', required=True)
parser.add_argument('msin', type=str, help='Input Measurement Set')
parser.add_argument('--msout', type=str, default=None, help='Output Measurement Set')
parser.add_argument('--overwrite', action='store_true', help='Overwrite input Measurement Set')

Expand Down

0 comments on commit 28aca2c

Please sign in to comment.