From f835f0a821ceb3fe6f8aa71fceda9b6662ff836c Mon Sep 17 00:00:00 2001 From: DDEssing Date: Mon, 11 Jan 2021 22:00:53 +0100 Subject: [PATCH] Update pitch_detection.py indent added --- pitch_detection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pitch_detection.py b/pitch_detection.py index 8be95a1..3881c37 100644 --- a/pitch_detection.py +++ b/pitch_detection.py @@ -103,7 +103,7 @@ def hps_algo(input_data, freq_vector, nr_downsamp,min_freq=0, max_freq=0.5): def pitch_detection(trace,nfft,threshold_HSI,nr_downsamp_HPS,add_time=1): -'''Pitch deteciton for python after the idea of Roman, D. C. (2017), Automated detection and characterization of harmonic tremor in continuous seismic data, Geophys. Res. Lett., 44, 6065–6073 doi:10.1002/2017GL073715 + '''Pitch deteciton for python after the idea of Roman, D. C. (2017), Automated detection and characterization of harmonic tremor in continuous seismic data, Geophys. Res. Lett., 44, 6065–6073 doi:10.1002/2017GL073715