Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
jurjen93 committed Oct 24, 2024
1 parent 15f6d4c commit c0a9bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subtract/subtract_with_wsclean.py
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ def main():
os.chdir(outpath)

elif args.forwidefield:
for ms in msout: os.system(f"mv {ms} {dirname.replace("Dir","facet_")}-{ms.split("/")[-1]}")
for ms in msout: os.system(f"mv {ms} {dirname.replace('Dir','facet_')}-{ms.split('/')[-1]}")

elif args.scratch_toil:
# copy back the subtracted MS to the output path
Expand Down

0 comments on commit c0a9bd4

Please sign in to comment.