From 98df4db95d624692b4921d3c6a4a425644b538a3 Mon Sep 17 00:00:00 2001 From: Marcel Paffrath Date: Thu, 24 Sep 2015 10:14:39 +0200 Subject: [PATCH] cosmetics --- pylot/core/active/surveyUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylot/core/active/surveyUtils.py b/pylot/core/active/surveyUtils.py index 73e1fbc7..2f1c990b 100644 --- a/pylot/core/active/surveyUtils.py +++ b/pylot/core/active/surveyUtils.py @@ -96,7 +96,7 @@ def setFittedSNR(shot_dict, shiftdist = 5, p1 = 0.004, p2 = -0.004): for shot in shot_dict.values(): for traceID in shot.getTraceIDlist(): ### IMPROVE shot.setSNRthreshold(traceID, 1/(fit_fn(shot.getDistance(traceID) + shiftdist)**2)) ### s.o. - print "setFittedSNR: Finished setting of fitted SNR-threshold" + print "\nsetFittedSNR: Finished setting of fitted SNR-threshold" #def linearInterp(dist_med, dist_start