Skip to content

Commit

Permalink
Backport PR #3203: fix specviz2d matched mousover marker
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry authored and meeseeksmachine committed Oct 1, 2024
1 parent 02ac080 commit 2f716dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Specviz
Specviz2d
^^^^^^^^^

- Fix matched mouseover marker for 1d spectrum viewer when mouse is over 2d spectrum viewer. [#3203]

3.10.3 (2024-07-22)
===================

Expand Down
1 change: 1 addition & 0 deletions jdaviz/configs/imviz/plugins/coords_info/coords_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ def _image_viewer_update(self, viewer, x, y):
except Exception: # WCS might not be valid # pragma: no cover
coords_status = False
else:
coords_status = True
self.row2_title = 'Wave'
self.row2_text = f'{wave.value:10.5e} {wave.unit.to_string()}'
self.row2_unreliable = False
Expand Down

0 comments on commit 2f716dc

Please sign in to comment.