From 4d0d807ab2163a3325cd49b00ba176aabb323b26 Mon Sep 17 00:00:00 2001 From: dencheva Date: Tue, 3 Dec 2013 20:43:39 +0000 Subject: remove unused variables git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@27708 fe389314-cf27-0410-b35b-8c050e845b92 --- lib/stwcs/wcsutil/hstwcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stwcs/wcsutil/hstwcs.py') diff --git a/lib/stwcs/wcsutil/hstwcs.py b/lib/stwcs/wcsutil/hstwcs.py index 71a8530..8a16f32 100644 --- a/lib/stwcs/wcsutil/hstwcs.py +++ b/lib/stwcs/wcsutil/hstwcs.py @@ -491,7 +491,7 @@ class HSTWCS(WCS): dxymat = np.array([[xo[1]-xo[0],yo[1]-yo[0]], [xo[2]-xo[0],yo[2]-yo[0]]],dtype=np.float64) - invmat = np.linalg.inv(dxymat) + #invmat = np.linalg.inv(dxymat) # compute error in output position dx = lx - xo[0] dy = ly - yo[0] -- cgit