Bug #1934
[fabio_viewer] IndexError
0%
Description
I was playing with the fbio_viewer when I got this error message.
reguer@diffabs3:~/20120966/published-data$ fabio_viewer lab6.edf
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/matplotlib/backends/backend_qt4.py", line 182, in mouseMoveEvent
FigureCanvasBase.motion_notify_event( self, x, y )
File "/usr/lib/pymodules/python2.6/matplotlib/backend_bases.py", line 1681, in motion_notify_event
self.callbacks.process(s, event)
File "/usr/lib/pymodules/python2.6/matplotlib/cbook.py", line 262, in process
proxy(*args, **kwargs)
File "/usr/lib/pymodules/python2.6/matplotlib/cbook.py", line 192, in call
return mtd(*args, **kwargs)
File "/usr/bin/fabio_viewer", line 822, in on_pick
i = self.data[y,x]
IndexError: index (960) out of range (0<=index<960) in dimension 0
cheers