diff options
author | dencheva <dencheva@stsci.edu> | 2009-04-29 08:20:02 -0400 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2009-04-29 08:20:02 -0400 |
commit | eec7974b5b62524f28626804237fb3fe246ed363 (patch) | |
tree | 5e3f0f2ec027a70a7678220a3d8d9187cc2df80f /updatewcs/__init__.py | |
parent | 749102aed2e2c258f00aeef6c78fadd704c14fe7 (diff) | |
download | stwcs_hcf-eec7974b5b62524f28626804237fb3fe246ed363.tar.gz |
Changed names
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/development/trunk/stwcs@7977 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'updatewcs/__init__.py')
-rw-r--r-- | updatewcs/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/updatewcs/__init__.py b/updatewcs/__init__.py index bf47cdc..55767f6 100644 --- a/updatewcs/__init__.py +++ b/updatewcs/__init__.py @@ -24,7 +24,7 @@ def updatewcs(input, vacorr=True, tddcorr=True, dgeocorr=True, checkfiles=True, Example ======= - >>>from hstwcs import updatewcs + >>>from stwcs import updatewcs >>>updatewcs.updatewcs(filename) Dependencies |