Changeset 2300 for trunk/doc/pslib/psLibADD.tex
- Timestamp:
- Nov 7, 2004, 2:43:20 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibADD.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibADD.tex
r2184 r2300 1 %%% $Id: psLibADD.tex,v 1.5 0 2004-10-21 01:12:16 price Exp $1 %%% $Id: psLibADD.tex,v 1.51 2004-11-08 00:43:20 eugene Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 5 5 6 6 % basic document variables 7 \title{Pan-STARRS Image Processing Pipeline}7 \title{Pan-STARRS PS-1 Image Processing Pipeline} 8 8 \subtitle{Algorithm Design Description} 9 \shorttitle{IPP ADD} 9 10 \author{Eugene Magnier, Paul Price, Joshua Hoblitt, Robert Lupton} 10 \ shorttitle{IPP ADD}11 \audience{Pan-STARRS PMO} 11 12 \group{Pan-STARRS Algorithm Group} 12 13 \project{Pan-STARRS Image Processing Pipeline} 13 14 \organization{Institute for Astronomy} 14 \version{0 6}15 \version{07} 15 16 \docnumber{PSDC-430-006} 16 17 … … 36 37 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 37 38 38 \DocumentsInternal 39 PSDC- 430-xxx& PS-1 Design Reference Mission \\ \hline40 PSDC-430-004 & Pan-STARRS IPP C Code Conventions \\ \hline41 PSDC-430-005 & Pan-STARRS IPP SRS\\ \hline42 PSDC-430-006 & Pan-STARRS IPP ADD\\ \hline43 PSDC-430-0 08 & Pan-STARRS IPP Architecture SDR \\44 \DocumentsExternal 39 \DocumentsInternalSection 40 PSDC-230-001 & PS-1 Design Reference Mission \\ \hline 41 PSDC-430-004 & Pan-STARRS PS-1 IPP C Code Conventions \\ \hline 42 PSDC-430-005 & Pan-STARRS PS-1 IPP Software Requirements Specification \\ \hline 43 PSDC-430-006 & Pan-STARRS PS-1 IPP Algorithm Design Document \\ \hline 44 PSDC-430-011 & Pan-STARRS PS-1 IPP System/Subsystem Design Description \\ \hline 45 \DocumentsExternalSection 45 46 Posix Standard & Open Group Based Specifications Issue 6, IEEE Std 1003.1, 2003 \\ \hline 46 SLALIB Positional Astronomy Library & http://star-www.rl.ac.uk/star/docs/sun67.htx/sun67.html\\ \hline47 Numerical Recipes (NR) & \\ \hline47 SLALIB Positional Astronomy Library & \code{http://star-www.rl.ac.uk/star/docs/sun67.htx/sun67.html } \\ \hline 48 Numerical Recipes (NR) & Press, Teukolsky, Vetterline, Flannery \\ \hline 48 49 Knuth, D.E. & Sorting and Searching; The Art of Computer Programming \\ \hline 49 50 Sedgewick, R. & Algorithms, Ch. 8 \\ \hline 50 Sorting Summary & {\tthttp://www.iti.fh-flensburg.de/lang/algorithmen/sortieren/algoen.htm } \\ \hline51 Sorting Summary & \code{http://www.iti.fh-flensburg.de/lang/algorithmen/sortieren/algoen.htm } \\ \hline 51 52 GSL & \\ \hline 52 FFTW & {\tt http://www.fftw.org} (Fastest Fourier Transform in the West) \\ \hline 53 FITS Projection Article & {\tt http://www.cv.nrao.edu/fits/documents/wcs/wcs.all.ps}{Greisen \& 54 Calabretta (1995, ADASS, 4, 233)} \\ 55 Hipparcos and Tycho Catalogues & \code{http://astro.estec.esa.nl/Hipparcos/CATALOGUE_VOL1/catalog_vol1.html} \\ 56 Zombeck & ``Handbook of Space Astronomy and Astrophysics'', second edition, \code{http://ads.harvard.edu/books/hsaa/toc.html} \\ 53 FFTW & (Fastest Fourier Transform in the West) \\ 54 & \code{http://www.fftw.org} \\ \hline 55 FITS Projection Article & {Greisen \& Calabretta (1995, ADASS, 4, 233)} \\ 56 & \code{http://www.cv.nrao.edu/fits/documents/wcs/wcs.all.ps} \\ \hline 57 Hipparcos and Tycho Catalogues & \code{http://astro.estec.esa.nl/Hipparcos/CATALOGUE_VOL1/catalog_vol1.html} \\ \hline 58 Zombeck & ``Handbook of Space Astronomy and Astrophysics'', second edition, \\ 59 & \code{http://ads.harvard.edu/books/hsaa/toc.html} \\ \hline 57 60 Reingold \& Dershowitz & ``Calendrical Calculations: The Millenium Edition'', Cambridge University Press, 2002. \\ 58 61 \hline … … 149 152 \subparagraph{Mean} 150 153 151 The (weighted) mean is defined as: 154 The simple mean is defined as: 155 \begin{equation} 156 \bar{x} = \frac {1}{N} \sum^N_i x_i 157 \end{equation} 158 159 \subparagraph{Weighted Mean} 160 161 The weighted mean is defined as: 152 162 \begin{equation} 153 163 \bar{x} = \sum_i \frac{x_i}{\sigma_i^2} \ / \ \sum_i \frac{1}{\sigma_i^2}
Note:
See TracChangeset
for help on using the changeset viewer.
