You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Beeskovow thank you for sharing this amazing code..
I have an issue when I running code:
TypeError Traceback (most recent call last)
in
4 dataT0 = data.calculatet0()
5 data = seismics(dataReflection)
----> 6 dataTrace = data.calculateTrace()
7 # data = seismics(dataWavelet)
8 # dataWiggle = data.seismic_wiggle()
Oh sorry, I forgot that there are still some code snippets that do not work at the moment. I want to continue the seismic part when I have finished the generation of "borehole" data for a 2D grid. But thank you very much for your feedback!
Dear Beeskovow
thank you for sharing this amazing code..
I have an issue when I running code:
TypeError Traceback (most recent call last)
in
4 dataT0 = data.calculatet0()
5 data = seismics(dataReflection)
----> 6 dataTrace = data.calculateTrace()
7 # data = seismics(dataWavelet)
8 # dataWiggle = data.seismic_wiggle()
~\Desktop\GebPy-master\modules\geophysics.py in calculateTrace(self)
110 # input = reflection
111 widths = np.arange(1, len(self.input)+1)
--> 112 cwt, freq = pywt.cwt(self.input, widths, "mexh", method="conv")
113 data = [cwt, freq]
114 #
TypeError: cwt() got an unexpected keyword argument 'method'
The text was updated successfully, but these errors were encountered: