[bugfix] wrong functions import fixed
This commit is contained in:
parent
d1f1fb42f3
commit
130dc8db4e
@ -579,8 +579,8 @@ class SeismicShot(object):
|
|||||||
|
|
||||||
def plot_traces(self, traceID, folm = 0.6): ########## 2D, muss noch mehr verbessert werden ##########
|
def plot_traces(self, traceID, folm = 0.6): ########## 2D, muss noch mehr verbessert werden ##########
|
||||||
import matplotlib.pyplot as plt
|
import matplotlib.pyplot as plt
|
||||||
from pylot.core.util import getGlobalTimes
|
from pylot.core.util.utils import getGlobalTimes
|
||||||
from pylot.core.util import prepTimeAxis
|
from pylot.core.util.utils import prepTimeAxis
|
||||||
|
|
||||||
stream = self.getSingleStream(traceID)
|
stream = self.getSingleStream(traceID)
|
||||||
stime = getGlobalTimes(stream)[0]
|
stime = getGlobalTimes(stream)[0]
|
||||||
|
Loading…
Reference in New Issue
Block a user