diff options
author | dencheva <dencheva@stsci.edu> | 2009-03-26 11:26:59 -0400 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2009-03-26 11:26:59 -0400 |
commit | faf6b5f51af44a794f743a2e2b5de3f176023185 (patch) | |
tree | 87cb7e4db10e17062a5af526c2896e950550a54a /hstwcs/det2im.py | |
parent | 39238c106e18b47b5f6f9be3352a01743342f59a (diff) | |
download | stwcs_hcf-faf6b5f51af44a794f743a2e2b5de3f176023185.tar.gz |
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
Diffstat (limited to 'hstwcs/det2im.py')
-rw-r--r-- | hstwcs/det2im.py | 3 |
1 files changed, 0 insertions, 3 deletions
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): |