Skip to content

Commit

Permalink
fix specviz2d matched mousover marker (#3203)
Browse files Browse the repository at this point in the history
* set coords_status for MosvizProfile2D

* changelog entry
  • Loading branch information
kecnry authored Oct 1, 2024
1 parent 23fec46 commit fc88465
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 @@ -262,6 +262,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 @@ -428,6 +428,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 fc88465

Please sign in to comment.