diff options
-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, |