Skip to content

Commit

Permalink
Add output of FITS files from final version
Browse files Browse the repository at this point in the history
  • Loading branch information
e-koch committed Sep 10, 2018
1 parent d661698 commit c89c69d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions imaging/yclean_imaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,16 @@

# Check the outputted clean products at each iteration before (hopefully)
# just keeping the final one.

impbcor(imagename='{}/M33-ARM05_yclean.tc_final.image'.format(folder_name),
pbimage='{}/M33-ARM05_yclean.tc_final.pb'.format(folder_name),
outfile='{}/M33-ARM05_yclean.tc_final.image.pbcor'.format(folder_name),
overwrite=True)

exportfits(imagename='{}/M33-ARM05_yclean.tc_final.image.pbcor'.format(folder_name),
fitsimage='{}/M33-ARM05_yclean.tc_final.image.pbcor.fits'.format(folder_name),
velocity=True, overwrite=True, dropdeg=True, history=False)

exportfits(imagename='{}/M33-ARM05_yclean.tc_final.image.pbcor'.format(folder_name),
fitsimage='{}/M33-ARM05_yclean.tc_final.image.pbcor.fits'.format(folder_name),
velocity=True, overwrite=True, dropdeg=True, history=False)

0 comments on commit c89c69d

Please sign in to comment.