[bugfix] renamed method inside array_map.py
This commit is contained in:
parent
6cce05b035
commit
5f53cc5365
@ -475,7 +475,7 @@ class Array_map(QtWidgets.QWidget):
|
|||||||
|
|
||||||
def openPickDlg(self, ind):
|
def openPickDlg(self, ind):
|
||||||
wfdata = self._parent.get_data().getWFData()
|
wfdata = self._parent.get_data().getWFData()
|
||||||
wfdata_comp = self._parent.get_data().getWFDataComp()
|
wfdata_comp = self._parent.get_data().getAltWFdata()
|
||||||
for index in ind:
|
for index in ind:
|
||||||
network, station = self._station_onpick_ids[index].split('.')[:2]
|
network, station = self._station_onpick_ids[index].split('.')[:2]
|
||||||
pyl_mw = self._parent
|
pyl_mw = self._parent
|
||||||
|
Loading…
Reference in New Issue
Block a user