Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 2166)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 2167)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.34 2004-10-13 02:34:41 eugene Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.35 2004-10-18 21:49:23 price Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -343,2 +343,8 @@
 \item Changed \code{psImageRotate} to use radians instead of degrees.
 \end{itemize}
+
+\subsection{Changes from Revision 08 (12 October 2004) to Revision 09 (???)}
+
+\begin{itemize}
+\item Updated \code{psSphereTransform}, according to bug 116.
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 2166)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 2167)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.137 2004-10-13 02:34:41 eugene Exp $
+%%% $Id: psLibSDRS.tex,v 1.138 2004-10-18 21:48:33 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -4353,10 +4353,8 @@
 \begin{verbatim}
 typedef struct {
-    double sinNPlon;                     ///< sin of North Pole longitude
-    double cosNPlon;                     ///< cos of North Pole longitude
-    double sinNPlat;                     ///< sin of North Pole lattitude
-    double cosNPlat;                     ///< cos of North Pole lattitude
-    double sinZP;                        ///< sin of First PT of Ares lon
-    double cosZP;                        ///< cos of First PT of Ares lon
+    double sinPhi;                    ///< sin of North Pole lattitude
+    double cosPhi;                    ///< cos of North Pole lattitude
+    double Xo;                        ///< First PT of Ares lon
+    double xo;                        ///< First PT of Ares equiv lon
 } psSphereTransform;
 \end{verbatim}
