From d5c1e1aec1d91badf2d45860da311fca7f20b4a3 Mon Sep 17 00:00:00 2001 From: jurjen93 Date: Wed, 11 Oct 2023 12:03:15 +0200 Subject: [PATCH] extra print --- subtract/subtract_with_wsclean.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subtract/subtract_with_wsclean.py b/subtract/subtract_with_wsclean.py index a02d50fc..795addf1 100644 --- a/subtract/subtract_with_wsclean.py +++ b/subtract/subtract_with_wsclean.py @@ -150,6 +150,8 @@ def clean_model_images(self): if fmin > self.fmax_ms or fmax < self.fmin_ms: print(modim + ' does not overlap with MS bandwidth --> DELETE') os.system('rm ' + modim) + else: + print(modim + ' overlaps with MS bandwidth --> KEEP') # rename and resort model images --> remove trailing zeros when only 1 model image, otherwise renumber model images if len(glob('*-????-model.fits')) > 1: