From fb8d65c3f143104dd59abf8dce9e068be59351a1 Mon Sep 17 00:00:00 2001 From: rizac Date: Fri, 14 Jul 2023 17:21:08 +0200 Subject: [PATCH] comment konnoohmaci in process.py --- mecompute/process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mecompute/process.py b/mecompute/process.py index 524f0ef..895bbb0 100644 --- a/mecompute/process.py +++ b/mecompute/process.py @@ -133,7 +133,7 @@ def spectra(segment, config) from obspy import UTCDateTime # , read, Trace, Stream, # from obspy.geodetics import degrees2kilometers as d2km # from obspy.taup import TauPyModel -from obspy.signal.konnoohmachismoothing import konno_ohmachi_smoothing +# from obspy.signal.konnoohmachismoothing import konno_ohmachi_smoothing # straem2segment functions for processing obspy Traces. This is just a list of possible # functions to show how to import them: