You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_set_axes_lim called too many times when Imviz adjusts more than one limit at once. Coupled with WCS look-ups every time it is called, this can lead to performance issues. Ideally, it should only be called once every time the viewer needs adjusting, taking into account all affected limits at once. However, given the async nature of things, no simple solution immediately jumps to mind.
jdaviz/jdaviz/core/freezable_state.py
Lines 70 to 71 in 0655d4a
_set_axes_lim
called too many times when Imviz adjusts more than one limit at once. Coupled with WCS look-ups every time it is called, this can lead to performance issues. Ideally, it should only be called once every time the viewer needs adjusting, taking into account all affected limits at once. However, given the async nature of things, no simple solution immediately jumps to mind.xref #2649
🐱
The text was updated successfully, but these errors were encountered: