Some cosmetics.
This commit is contained in:
parent
f21973c7b6
commit
813a2c989e
3
PyLoT.py
3
PyLoT.py
@ -3376,8 +3376,7 @@ class MainWindow(QMainWindow):
|
|||||||
|
|
||||||
wf_copy = self.get_data().getWFData().copy()
|
wf_copy = self.get_data().getWFData().copy()
|
||||||
# restitute only picked traces
|
# restitute only picked traces
|
||||||
for picks in self.getPicks():
|
for station in self.getPicks():
|
||||||
station = picks
|
|
||||||
wf_select = wf_copy.select(station=station)
|
wf_select = wf_copy.select(station=station)
|
||||||
corr_wf = restitute_data(wf_select, self.metadata)
|
corr_wf = restitute_data(wf_select, self.metadata)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user