From 9a9af9c9fa0e93875a7b59f0c048f28105c65e75 Mon Sep 17 00:00:00 2001 From: dencheva Date: Fri, 28 May 2010 19:52:29 +0000 Subject: Changed a warning statement git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@9483 fe389314-cf27-0410-b35b-8c050e845b92 --- distortion/mutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'distortion/mutil.py') 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) -- cgit