Skip to content

Commit

Permalink
extra print
Browse files Browse the repository at this point in the history
  • Loading branch information
jurjen93 committed Oct 11, 2023
1 parent 19f5e10 commit d5c1e1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions subtract/subtract_with_wsclean.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d5c1e1a

Please sign in to comment.