diff options
-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 2effade..ba6df8f 100644 --- a/distortion/mutil.py +++ b/distortion/mutil.py @@ -249,7 +249,7 @@ def read_tdd_coeffs(phdr): if phdr.has_key("TDDORDER"): n = int(phdr["TDDORDER"]) else: - print 'TDDORDER kw not present, TDD correction will not be applied.' + print 'TDDORDER kw not present, using default TDD correction' return None a = np.zeros((n+1,), np.float64) |