diff options
author | dencheva <dencheva@stsci.edu> | 2009-03-18 17:14:17 -0400 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2009-03-18 17:14:17 -0400 |
commit | 4eb8673f6e48f212d450faef6ab9296dbd1cc253 (patch) | |
tree | 4f7928eac717f00536ffabd685cc713fe7bec8d2 /hstwcs/det2im.py | |
parent | 52925c50bd2e80f50715b6c3dc6c7eeee4b20b75 (diff) | |
download | stwcs_hcf-4eb8673f6e48f212d450faef6ab9296dbd1cc253.tar.gz |
Minor comment change
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/development/trunk/updatewcs@7777 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'hstwcs/det2im.py')
-rw-r--r-- | hstwcs/det2im.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hstwcs/det2im.py b/hstwcs/det2im.py index ec8e306..0835e98 100644 --- a/hstwcs/det2im.py +++ b/hstwcs/det2im.py @@ -108,7 +108,7 @@ class DET2IMCorr(object): 'CRPIX2': 'Distortion array reference pixel', 'CDELT2': 'Grid step size in second coordinate', 'CRVAL2': 'Image array pixel coordinate', - 'AXISCORR': 'Direction in which to apply the det2im correction'} + 'AXISCORR': 'Direction in which the det2im correction is applied'} values = {'XTENSION': 'IMAGE', 'BITPIX': -32, |