Skip to content

Commit

Permalink
applycal
Browse files Browse the repository at this point in the history
  • Loading branch information
jurjen93 committed Nov 20, 2024
1 parent 1a0519f commit 1f346a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms_helpers/applycal.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def main():
for ms in args.msin:
Ac = ApplyCal(msin=ms, h5=args.h5, msincol=args.colin, msoutcol=args.colout, msout='applycal_' + ms)
Ac.print_cmd()
# Ac.run()
Ac.run()


if __name__ == '__main__':
Expand Down

0 comments on commit 1f346a6

Please sign in to comment.