cosmetics
This commit is contained in:
parent
d38adb75b2
commit
98df4db95d
@ -96,7 +96,7 @@ def setFittedSNR(shot_dict, shiftdist = 5, p1 = 0.004, p2 = -0.004):
|
|||||||
for shot in shot_dict.values():
|
for shot in shot_dict.values():
|
||||||
for traceID in shot.getTraceIDlist(): ### IMPROVE
|
for traceID in shot.getTraceIDlist(): ### IMPROVE
|
||||||
shot.setSNRthreshold(traceID, 1/(fit_fn(shot.getDistance(traceID) + shiftdist)**2)) ### s.o.
|
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
|
#def linearInterp(dist_med, dist_start
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user