diff options
Diffstat (limited to 'distortion/mutil.py')
-rw-r--r-- | distortion/mutil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distortion/mutil.py b/distortion/mutil.py index d656b32..2effade 100644 --- a/distortion/mutil.py +++ b/distortion/mutil.py @@ -250,7 +250,7 @@ def read_tdd_coeffs(phdr): n = int(phdr["TDDORDER"]) else: print 'TDDORDER kw not present, TDD correction will not be applied.' - return skew_coeffs + return None a = np.zeros((n+1,), np.float64) b = np.zeros((n+1,), np.float64) |