Skip to content

Commit

Permalink
Merge pull request spacetelescope#2185 from pllim/mouseover-empty-ima…
Browse files Browse the repository at this point in the history
…ge-wcs

Fix obscure mouseover bug when empty WCS is used for Imviz
  • Loading branch information
pllim authored May 9, 2023
2 parents 82bebcb + 30fe94e commit 0194237
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jdaviz/configs/imviz/plugins/coords_info/coords_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ def _image_viewer_update(self, viewer, x, y):
sky = image.coords.pixel_to_world(x, y).icrs
except Exception: # WCS might not be celestial
coords_status = False
self.reset_coords_display()

elif isinstance(viewer, CubevizImageView):
# TODO: This assumes data_collection[0] is the main reference
Expand Down

0 comments on commit 0194237

Please sign in to comment.