Some cosmetics.
This commit is contained in:
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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user