Skip to content

Commit

Permalink
Disable resetting of bounding box
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed May 21, 2024
1 parent b89784c commit 259e9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/configs/imviz/plugins/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def _parse_image(app, file_obj, data_label, ext=None, parent=None):
# NOTE: if extending this beyond GWCS, the mouseover logic
# for outside_*_bounding_box should also be updated.
data.coords._orig_bounding_box = data.coords.bounding_box
data.coords.bounding_box = None
# data.coords.bounding_box = None
if not data.meta.get(_wcs_only_label, False):
data_label = app.return_data_label(data_label, alt_name="image_data")

Expand Down

0 comments on commit 259e9d6

Please sign in to comment.