Skip to content

Commit

Permalink
Use the default current unit from the cube
Browse files Browse the repository at this point in the history
  • Loading branch information
haticekaratay committed Jul 12, 2024
1 parent baecf57 commit a70ec65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/configs/imviz/plugins/coords_info/coords_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def __init__(self, *args, **kwargs):
self._marks = {}
self._dict = {} # dictionary representation of current mouseover info
self._x, self._y = None, None # latest known cursor positions
self.current_unit = None
self.current_unit = "MJy/sr"
self.previous_unit = "MJy/sr"
self.unit_changed = False
# subscribe/unsubscribe to mouse events across all existing viewers
Expand Down

0 comments on commit a70ec65

Please # to comment.