Skip to content

Commit

Permalink
Second call for pb export
Browse files Browse the repository at this point in the history
  • Loading branch information
e-koch committed Sep 10, 2018
1 parent c89c69d commit 38f3fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imaging/yclean_imaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
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),
exportfits(imagename='{}/M33-ARM05_yclean.tc_final.pb'.format(folder_name),
fitsimage='{}/M33-ARM05_yclean.tc_final.pb.fits'.format(folder_name),
velocity=True, overwrite=True, dropdeg=True, history=False)

0 comments on commit 38f3fc9

Please sign in to comment.