[segyio] 242/376: Change fallback dt to be 4000 microseconds

Jørgen Kvalsvik jokva-guest at moszumanska.debian.org
Wed Sep 20 08:04:39 UTC 2017


This is an automated email from the git hooks/post-receive script.

jokva-guest pushed a commit to branch debian
in repository segyio.

commit b9b54c982e140c37e5934b4929519e665ec2ef0c
Author: Kjell W. Kongsvik <kwko at statoil.com>
Date:   Tue Mar 14 17:30:29 2017 +0100

    Change fallback dt to be 4000 microseconds
---
 python/segyio/tools.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/python/segyio/tools.py b/python/segyio/tools.py
index 9b40960..cf63b05 100644
--- a/python/segyio/tools.py
+++ b/python/segyio/tools.py
@@ -2,7 +2,8 @@ import segyio
 import numpy as np
 import itertools as itr
 
-def dt(segyfile, fallback_dt=4):
+
+def dt(segyfile, fallback_dt=4000):
     """
     Find a *dt* value in the SegyFile. If none is found use the provided *fallback_dt* value.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/segyio.git



More information about the debian-science-commits mailing list