diff options
author | dencheva <dencheva@stsci.edu> | 2009-04-29 08:49:02 -0400 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2009-04-29 08:49:02 -0400 |
commit | 619b2bf001ee21f3482a95d20bac88befaa542fe (patch) | |
tree | d92dd92fc9dd765618d5c0744c70fd12f6da0d2b /updatewcs/alignwcs.py | |
parent | eec7974b5b62524f28626804237fb3fe246ed363 (diff) | |
download | stwcs_hcf-619b2bf001ee21f3482a95d20bac88befaa542fe.tar.gz |
More name changes
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/development/trunk/stwcs@7979 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'updatewcs/alignwcs.py')
-rwxr-xr-x | updatewcs/alignwcs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/updatewcs/alignwcs.py b/updatewcs/alignwcs.py index db96ef6..6d54eee 100755 --- a/updatewcs/alignwcs.py +++ b/updatewcs/alignwcs.py @@ -2,9 +2,9 @@ from pydrizzle import process_input import pywcs, pyfits, numpy as np -from updatewcs.distortion import utils +from stwcs.distortion import utils from pytools import fileutil as fu -from updatewcs import wcsutil +from stwcs import wcsutil def align_wcs(input, shiftfile=None, writeasn=False, asnname=None): |