Index: trunk/doc/pslib/psLibADD.tex
===================================================================
--- trunk/doc/pslib/psLibADD.tex	(revision 2184)
+++ trunk/doc/pslib/psLibADD.tex	(revision 2300)
@@ -1,3 +1,3 @@
-%%% $Id: psLibADD.tex,v 1.50 2004-10-21 01:12:16 price Exp $
+%%% $Id: psLibADD.tex,v 1.51 2004-11-08 00:43:20 eugene Exp $
 \documentclass[panstarrs]{panstarrs}
 
@@ -5,12 +5,13 @@
 
 % basic document variables
-\title{Pan-STARRS Image Processing Pipeline}
+\title{Pan-STARRS PS-1 Image Processing Pipeline}
 \subtitle{Algorithm Design Description}
+\shorttitle{IPP ADD}
 \author{Eugene Magnier, Paul Price, Joshua Hoblitt, Robert Lupton}
-\shorttitle{IPP ADD}
+\audience{Pan-STARRS PMO}
 \group{Pan-STARRS Algorithm Group}
 \project{Pan-STARRS Image Processing Pipeline}
 \organization{Institute for Astronomy}
-\version{06}
+\version{07}
 \docnumber{PSDC-430-006}
 
@@ -36,23 +37,25 @@
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-\DocumentsInternal
-PSDC-430-xxx  &   PS-1 Design Reference Mission \\ \hline
-PSDC-430-004  &   Pan-STARRS IPP C Code Conventions \\ \hline
-PSDC-430-005  &   Pan-STARRS IPP SRS \\ \hline
-PSDC-430-006  &   Pan-STARRS IPP ADD \\ \hline
-PSDC-430-008  &   Pan-STARRS IPP Architecture SDR \\ 
-\DocumentsExternal
+\DocumentsInternalSection
+PSDC-230-001  &   PS-1 Design Reference Mission \\ \hline
+PSDC-430-004  &   Pan-STARRS PS-1 IPP C Code Conventions \\ \hline
+PSDC-430-005  &   Pan-STARRS PS-1 IPP Software Requirements Specification \\ \hline
+PSDC-430-006  &   Pan-STARRS PS-1 IPP Algorithm Design Document \\ \hline
+PSDC-430-011  &   Pan-STARRS PS-1 IPP System/Subsystem Design Description \\ \hline
+\DocumentsExternalSection
 Posix Standard                      & Open Group Based Specifications Issue 6, IEEE Std 1003.1, 2003 \\ \hline
-SLALIB Positional Astronomy Library & http://star-www.rl.ac.uk/star/docs/sun67.htx/sun67.html \\ \hline
-Numerical Recipes (NR)              & \\ \hline
+SLALIB Positional Astronomy Library & \code{http://star-www.rl.ac.uk/star/docs/sun67.htx/sun67.html } \\ \hline
+Numerical Recipes (NR)              & Press, Teukolsky, Vetterline, Flannery \\ \hline
 Knuth, D.E.                         & Sorting and Searching; The Art of Computer Programming \\ \hline
 Sedgewick, R.                       & Algorithms, Ch. 8 \\ \hline
-Sorting Summary                     & {\tt http://www.iti.fh-flensburg.de/lang/algorithmen/sortieren/algoen.htm } \\ \hline
+Sorting Summary                     & \code{http://www.iti.fh-flensburg.de/lang/algorithmen/sortieren/algoen.htm } \\ \hline
 GSL                                 & \\ \hline
-FFTW                                & {\tt http://www.fftw.org} (Fastest Fourier Transform in the West) \\ \hline
-FITS Projection Article             &  {\tt http://www.cv.nrao.edu/fits/documents/wcs/wcs.all.ps}{Greisen \&
-Calabretta (1995, ADASS, 4, 233)} \\
-Hipparcos and Tycho Catalogues      & \code{http://astro.estec.esa.nl/Hipparcos/CATALOGUE_VOL1/catalog_vol1.html} \\
-Zombeck                             & ``Handbook of Space Astronomy and Astrophysics'', second edition, \code{http://ads.harvard.edu/books/hsaa/toc.html} \\
+FFTW                                & (Fastest Fourier Transform in the West) \\ 
+                                    & \code{http://www.fftw.org} \\ \hline
+FITS Projection Article             & {Greisen \& Calabretta (1995, ADASS, 4, 233)} \\
+                                    & \code{http://www.cv.nrao.edu/fits/documents/wcs/wcs.all.ps} \\ \hline
+Hipparcos and Tycho Catalogues      & \code{http://astro.estec.esa.nl/Hipparcos/CATALOGUE_VOL1/catalog_vol1.html} \\ \hline
+Zombeck                             & ``Handbook of Space Astronomy and Astrophysics'', second edition, \\ 
+                                    & \code{http://ads.harvard.edu/books/hsaa/toc.html} \\ \hline
 Reingold \& Dershowitz              & ``Calendrical Calculations: The Millenium Edition'', Cambridge University Press, 2002. \\
 \hline
@@ -149,5 +152,12 @@
 \subparagraph{Mean}
 
-The (weighted) mean is defined as:
+The simple mean is defined as:
+\begin{equation}
+\bar{x} = \frac {1}{N} \sum^N_i x_i
+\end{equation}
+
+\subparagraph{Weighted Mean}
+
+The weighted mean is defined as:
 \begin{equation}
 \bar{x} = \sum_i \frac{x_i}{\sigma_i^2} \ / \ \sum_i \frac{1}{\sigma_i^2}
