dlilien / ImpDAR

An impulse radar processor
GNU General Public License v3.0
26 stars 18 forks source link

Picker cannot 'select' a line #34

Closed benhills closed 1 year ago

benhills commented 2 years ago

I am having trouble selecting previously picked lines after a recent update.

I made this change in the /impdar/bin/pickgui.py and it seems to have fixed. I can make a PR later but I want to do the picking that I need to do to be sure that no other issues come up.

diff --git a/impdar/gui/pickgui.py b/impdar/gui/pickgui.py index 517a201..f66ebe8 100644 --- a/impdar/gui/pickgui.py +++ b/impdar/gui/pickgui.py @@ -251,9 +251,9 @@ class InteractivePicker(QtWidgets.QMainWindow, RawPickGUI.Ui_MainWindow): self.bpid = self.fig.canvas.mpl_connect('button_press_event', self._click) for center, bottom, top in zip(self.cline, self.bline, self.tline): if center is not None:

dlilien commented 1 year ago

This should be fixed in #43, so I'm closing.