Index: /trunk/doc/pslib/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 1607)
+++ /trunk/doc/pslib/ChangeLogSDRS.tex	(revision 1608)
@@ -89,5 +89,5 @@
 reports (up to bug number 64).
 
-\subsection{Changes from Revision 02 (22 June 2004) to 05 (16 August 2004)}
+\subsection{Changes from Revision 02 (22 June 2004) to 06 (19 August 2004)}
 
 \begin{itemize}
Index: /trunk/doc/pslib/psLibADD.tex
===================================================================
--- /trunk/doc/pslib/psLibADD.tex	(revision 1607)
+++ /trunk/doc/pslib/psLibADD.tex	(revision 1608)
@@ -1,3 +1,3 @@
-%%% $Id: psLibADD.tex,v 1.29 2004-08-19 02:45:14 eugene Exp $
+%%% $Id: psLibADD.tex,v 1.30 2004-08-24 19:32:18 eugene Exp $
 \documentclass[panstarrs]{panstarrs}
 
@@ -12,5 +12,5 @@
 \project{Pan-STARRS Image Processing Pipeline}
 \organization{Institute for Astronomy}
-\version{04}
+\version{05}
 \docnumber{PSDC-430-006}
 
@@ -1296,7 +1296,14 @@
 \subsubsection{Offsets}
 
-
-
-
+\tbd{write down Offset calculation (from Bugzilla)}
+\tbd{define RadialCut}
+\tbd{define ImageCut}
+\tbd{define SINC, BICUBIC interpolation}
+\tbd{define sunrise, sunset, sun position}
+\tbd{define moonrise, moonset, moon position, moon phase}
+\tbd{define planet functions}
+\tbd{clean up psProjections}
+\tbd{clean up FITS I/O issues}
+\tbd{define Brent's method \& minimization bracketing}
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Index: /trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- /trunk/doc/pslib/psLibSDRS.tex	(revision 1607)
+++ /trunk/doc/pslib/psLibSDRS.tex	(revision 1608)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.82 2004-08-19 04:32:24 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.83 2004-08-24 19:32:18 eugene Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -10,5 +10,5 @@
 \project{Pan-STARRS Image Processing Pipeline}
 \organization{Institute for Astronomy}
-\version{05}
+\version{06}
 \docnumber{PSDC-430-007}
 % note the use of the docnumber & version number:
@@ -2391,5 +2391,7 @@
 vector value is specified by \code{stats}.  Only one of the statistics
 choices may be specified, otherwise the function must return an error.
-This function must be defined for the following types: \code{psS8},
+The \code{mask} and \code{maskVal} entries are passed to the psLib
+statistics function used to calculate the ensemble statistics.  This
+function must be defined for the following types: \code{psS8},
 \code{psU16}, \code{psF32}, \code{psF64}
 
@@ -2409,5 +2411,7 @@
 statistic used to derive the output vector value is specified by
 \code{stats}.  Only one of the statistics choices may be specified,
-otherwise the function must return an error.  This function must be
+otherwise the function must return an error.  The \code{mask} and
+\code{maskVal} entries are passed to the psLib statistics function
+used to calculate the ensemble statistics.  This function must be
 defined for the following types: \code{psS8}, \code{psU16},
 \code{psF32}, \code{psF64}.
@@ -2444,8 +2448,10 @@
 corresponding set of input image pixels based on the statistics
 specified by \code{stats}.  Only one of the statistics choices may be
-specified, otherwise the function must return an error.  This function
-must be defined for the following types: \code{psU8}, \code{psU16},
-\code{psS8}, \code{psS16}, \code{psF32}, \code{psF64}, \code{psC32},
-\code{psC64}.
+specified, otherwise the function must return an error.  The
+\code{mask} and \code{maskVal} entries are passed to the psLib
+statistics function used to calculate the ensemble statistics.  This
+function must be defined for the following types: \code{psU8},
+\code{psU16}, \code{psS8}, \code{psS16}, \code{psF32}, \code{psF64},
+\code{psC32}, \code{psC64}.
 
 \begin{verbatim}
@@ -2521,6 +2527,9 @@
 Construct a histogram from an image (or subimage).  The histogram to
 generate is specified by \code{psHistogram hist} (see
-section~\ref{sec:histograms}).  This function must be defined for the
-following types: \code{psS8}, \code{psU16}, \code{psF32}, \code{psF64}.
+section~\ref{sec:histograms}).  The \code{mask} and \code{maskVal}
+entries are passed to the psLib statistics function used to calculate
+the ensemble statistics.  This function must be defined for the
+following types: \code{psS8}, \code{psU16}, \code{psF32},
+\code{psF64}.
 
 \begin{verbatim}
@@ -3804,27 +3813,27 @@
 \appendix
 
-\pagebreak
-\section{API Summary: all functions}
-
-\subsection{System Utilities}
-\input{psSystemGroup.tex}
-
-\subsection{Data Containers}
-\input{psDataGroup.tex}
-
-\subsection{Math Utilities}
-\input{psMathGroup.tex}
+%\pagebreak
+%\section{API Summary: all functions}
+
+%\subsection{System Utilities}
+%\input{psSystemGroup.tex}
+
+%\subsection{Data Containers}
+%\input{psDataGroup.tex}
+
+%\subsection{Math Utilities}
+%\input{psMathGroup.tex}
  
-\subsection{Astronomy Functions}
-\input{psAstroGroup.tex}
-
-\pagebreak
-\section{API Summary: all structures}
-\input{psStructures.tex}
+%\subsection{Astronomy Functions}
+%\input{psAstroGroup.tex}
+
+%\pagebreak
+%\section{API Summary: all structures}
+%\input{psStructures.tex}
 
 \section{Revision Change Log}
 \input{ChangeLogSDRS.tex}
 
-\bibliographystyle{plain} \bibliography{panstarrs}
+%\bibliographystyle{plain} \bibliography{panstarrs}
 
 \end{document}
