Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 2592)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 2593)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.48 2004-11-30 22:45:37 eugene Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.49 2004-12-02 02:49:35 price Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -390,2 +390,7 @@
 \end{itemize}
 
+\subsection{Changes from Revision 10 (30 November 2004) to present}
+
+\begin{itemize}
+\item Changed names of \code{psSphereTransform} structure members to conform with ADD.
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 2592)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 2593)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.156 2004-11-30 22:47:03 eugene Exp $
+%%% $Id: psLibSDRS.tex,v 1.157 2004-12-02 02:49:43 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -4547,8 +4547,8 @@
 \begin{verbatim}
 typedef struct {
-    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
+    double cosDeltaP;                 ///< Cosine of target pole latitude in the source system
+    double sinDeltaP;		      ///< Sine of target pole latitude in the source system
+    double alphaP;		      ///< Longitude of the target system pole in the source system
+    double phiP;		      ///< Longitude of the ascending node in the target system
 } psSphereTransform;
 \end{verbatim}
@@ -4556,8 +4556,8 @@
 The constructor is defined as follows:
 \begin{verbatim}
-psSphereTransform *psSphereTransformAlloc(double NPlon, double NPlat, double ZP);
-\end{verbatim}
-where \code{NPlon} and \code{NPlat} define the coordinates in the
-input system of the north pole in the output system and \code{ZP}
+psSphereTransform *psSphereTransformAlloc(double alphaP, double deltaP, double phiP);
+\end{verbatim}
+where \code{alphaP} and \code{deltaP} define the coordinates in the
+input system of the north pole in the output system and \code{phiP}
 defines the longitude in the input system of the equatorial
 intersection between the two systems (e.g, the first point of Ares).
