Skip to content

Commit

Permalink
Bug fix to plotting on COSMOS HST images.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelley M. Hess committed Jan 12, 2023
1 parent 70f79f4 commit b103267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/make_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -895,7 +895,7 @@ def main(source, src_basename, opt_view=6*u.arcmin, suffix='png', sofia=2, beam=
make_overlay(source, src_basename, cube_params, patch_hst, hst_opt, HIlowest, suffix=suffix, survey='hst')
if surveys[0] == 'hst':
opt_head = hst_opt[0].header
opt_view = hst_opt_view
opt_view = np.array([hst_opt_view.value,]) * u.arcsec
patch = patch_hst
surveys.remove('hst')

Expand Down

0 comments on commit b103267

Please sign in to comment.