diff options
author | dencheva <dencheva@stsci.edu> | 2010-11-03 17:10:23 -0400 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2010-11-03 17:10:23 -0400 |
commit | 6a529bd6f4bc228ec472f16f06f8e872c69c2e2a (patch) | |
tree | 1334b400088f28da387dd86ffab408f650abb5c4 /doc | |
parent | 1e39d39c5345848a5660dd3a2cf78061c6740e90 (diff) | |
download | stwcs_hcf-6a529bd6f4bc228ec472f16f06f8e872c69c2e2a.tar.gz |
Corrected a math block
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@11025 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/fits_conventions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/fits_conventions.rst b/doc/source/fits_conventions.rst index 3b45e33..c68d269 100644 --- a/doc/source/fits_conventions.rst +++ b/doc/source/fits_conventions.rst @@ -272,7 +272,7 @@ where * x', y' are the initial coordinates x,y with the 68th column correction applied through the DET2IM convention * u',v' are the DET2IM-corrected coordinates relative to CRPIX1,CRPIX2 -* LT<sub>x</sub>, LT<sub>y</sub> is the residual distortion in the lookup tables +* :math:`LT_{x}, LT_{y}` is the residual distortion in the lookup tables written to the header using the Paper IV lookup table convention * A, B are the SIP coefficients specified using the SIP convention |