From 1f346a68f301ab43bead556602af530fbfe57dc2 Mon Sep 17 00:00:00 2001 From: jurjen93 Date: Wed, 20 Nov 2024 10:10:09 +0100 Subject: [PATCH] applycal --- ms_helpers/applycal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ms_helpers/applycal.py b/ms_helpers/applycal.py index db0172a..d3128cd 100644 --- a/ms_helpers/applycal.py +++ b/ms_helpers/applycal.py @@ -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__':