From faf6b5f51af44a794f743a2e2b5de3f176023185 Mon Sep 17 00:00:00 2001 From: dencheva Date: Thu, 26 Mar 2009 15:26:59 +0000 Subject: Changed imports of numpy (as np). Added d2imcorr parameter to top level updatewcs function. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/development/trunk/updatewcs@7803 fe389314-cf27-0410-b35b-8c050e845b92 --- hstwcs/det2im.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'hstwcs/det2im.py') diff --git a/hstwcs/det2im.py b/hstwcs/det2im.py index 0835e98..7ec9fc2 100644 --- a/hstwcs/det2im.py +++ b/hstwcs/det2im.py @@ -1,8 +1,5 @@ import pyfits from pytools import fileutil -#from hstwcs.mappings import dgeo_vals -import numpy - class DET2IMCorr(object): def updateWCS(cls, fobj): -- cgit