Index: /trunk/doc/pslib/ChangeLogADD.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogADD.tex	(revision 9785)
+++ /trunk/doc/pslib/ChangeLogADD.tex	(revision 9786)
@@ -69,2 +69,8 @@
 \item Clarifies the LM minimization coding, added gain-factor test description
 \end{itemize}
+
+\subsection{Changes from version 12 (11 July 2005) to present}
+
+\begin{itemize}
+\item Added complete derivation of rotated ellipse representations
+\end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 9785)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 9786)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.437 2006-10-24 22:29:53 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.438 2006-10-30 21:54:44 eugene Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -3157,5 +3157,5 @@
 \code{psMetadataItem}s in the \code{in} metadata, and place them in
 the \code{out} metadata, or a new \code{psMetadata} if \code{out} is
-\code{NULL}.
+\code{NULL}.  If the \code{in} is NULL, an error shall be returned.
 
 The following function copies a single metadata item, specified by the
@@ -6698,8 +6698,9 @@
 representing three ways in which the elliptical shape is represented.
 Like the \code{psRegion}, these datatypes and their supporting
-functions do not use allocators.
+functions do not use allocators.  See the ADD Section 2.10 for the
+relationships between these representations.
 
 This structure represents an ellipse by its major and minor axis
-lengths and the orientation angle.
+lengths ($\sigma_a$, $\sigma_b$) and the orientation angle ($\theta$).
 \begin{datatype}
 typedef struct {
@@ -6711,5 +6712,5 @@
 
 This structure represents an elliptical Gaussian by the second moments
-measured for that Gaussian.  
+($M_{x,x}$, $M_{y,y}$, $M_{x,y}$) measured for that Gaussian.
 \begin{datatype}
 typedef struct {
@@ -6720,7 +6721,7 @@
 \end{datatype}
 
-This structure represents an ellipse by the components of the
-cartesian coordiante equation: $(s_x x)^2 + (s_y y)^2 + s_{x,y} x y =
-R$
+This structure represents a rotated ellipse by the components of the
+cartesian coordiante equation: $z = \frac{x^2}{2\sigma_x^2} +
+\frac{y^2}{2\sigma_y^2} + \sigma_{xy}xy$
 \begin{datatype}
 typedef struct {
