Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 2046)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 2047)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.32 2004-10-11 21:49:56 price Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.33 2004-10-11 23:43:15 price Exp $
 
 \subsection{Changes from version 00 to version 01}
@@ -338,3 +338,4 @@
   Gaussian, Poisson).  This obsoletes \code{psGaussianDev}, and
   impacts \code{psLibInit} (no longer needs to seed the RNG).
+\item Changed \code{psImageRotate} to use radians instead of degrees.
 \end{itemize}
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 2046)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 2047)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.135 2004-10-11 22:25:16 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.136 2004-10-11 23:43:03 price Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -153,4 +153,12 @@
 capability.  The memory management functions, defined below, must be
 written to be thread-safe.  
+
+\subsection{Conventions}
+
+To maintain consistency throughout the library, angles shall be
+specified in radians.  In a small number of cases which we expect will
+be used heavily (i.e., \code{psSphereOffset} and trigonometric
+operations on vectors), the unit may be specified, which provides
+convenience to the user.
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -2602,5 +2610,5 @@
                        psC64 exposed, psImageInterpolateMode mode);
 \end{verbatim}
-Rotate the input image by given angle, specified in degrees.  The
+Rotate the input image by given angle, specified in radians.  The
 output image must contain all of the pixels from the input image in
 their new frame.  Pixels in the output image which do not map to input
