IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 7, 2004, 2:43:20 PM (22 years ago)
Author:
eugene
Message:

bugzilla mods

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibADD.tex

    r2184 r2300  
    1 %%% $Id: psLibADD.tex,v 1.50 2004-10-21 01:12:16 price Exp $
     1%%% $Id: psLibADD.tex,v 1.51 2004-11-08 00:43:20 eugene Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    55
    66% basic document variables
    7 \title{Pan-STARRS Image Processing Pipeline}
     7\title{Pan-STARRS PS-1 Image Processing Pipeline}
    88\subtitle{Algorithm Design Description}
     9\shorttitle{IPP ADD}
    910\author{Eugene Magnier, Paul Price, Joshua Hoblitt, Robert Lupton}
    10 \shorttitle{IPP ADD}
     11\audience{Pan-STARRS PMO}
    1112\group{Pan-STARRS Algorithm Group}
    1213\project{Pan-STARRS Image Processing Pipeline}
    1314\organization{Institute for Astronomy}
    14 \version{06}
     15\version{07}
    1516\docnumber{PSDC-430-006}
    1617
     
    3637%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    3738
    38 \DocumentsInternal
    39 PSDC-430-xxx  &   PS-1 Design Reference Mission \\ \hline
    40 PSDC-430-004  &   Pan-STARRS IPP C Code Conventions \\ \hline
    41 PSDC-430-005  &   Pan-STARRS IPP SRS \\ \hline
    42 PSDC-430-006  &   Pan-STARRS IPP ADD \\ \hline
    43 PSDC-430-008  &   Pan-STARRS IPP Architecture SDR \\
    44 \DocumentsExternal
     39\DocumentsInternalSection
     40PSDC-230-001  &   PS-1 Design Reference Mission \\ \hline
     41PSDC-430-004  &   Pan-STARRS PS-1 IPP C Code Conventions \\ \hline
     42PSDC-430-005  &   Pan-STARRS PS-1 IPP Software Requirements Specification \\ \hline
     43PSDC-430-006  &   Pan-STARRS PS-1 IPP Algorithm Design Document \\ \hline
     44PSDC-430-011  &   Pan-STARRS PS-1 IPP System/Subsystem Design Description \\ \hline
     45\DocumentsExternalSection
    4546Posix 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 \\ \hline
    47 Numerical Recipes (NR)              & \\ \hline
     47SLALIB Positional Astronomy Library & \code{http://star-www.rl.ac.uk/star/docs/sun67.htx/sun67.html } \\ \hline
     48Numerical Recipes (NR)              & Press, Teukolsky, Vetterline, Flannery \\ \hline
    4849Knuth, D.E.                         & Sorting and Searching; The Art of Computer Programming \\ \hline
    4950Sedgewick, R.                       & Algorithms, Ch. 8 \\ \hline
    50 Sorting Summary                     & {\tt http://www.iti.fh-flensburg.de/lang/algorithmen/sortieren/algoen.htm } \\ \hline
     51Sorting Summary                     & \code{http://www.iti.fh-flensburg.de/lang/algorithmen/sortieren/algoen.htm } \\ \hline
    5152GSL                                 & \\ \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} \\
     53FFTW                                & (Fastest Fourier Transform in the West) \\
     54                                    & \code{http://www.fftw.org} \\ \hline
     55FITS Projection Article             & {Greisen \& Calabretta (1995, ADASS, 4, 233)} \\
     56                                    & \code{http://www.cv.nrao.edu/fits/documents/wcs/wcs.all.ps} \\ \hline
     57Hipparcos and Tycho Catalogues      & \code{http://astro.estec.esa.nl/Hipparcos/CATALOGUE_VOL1/catalog_vol1.html} \\ \hline
     58Zombeck                             & ``Handbook of Space Astronomy and Astrophysics'', second edition, \\
     59                                    & \code{http://ads.harvard.edu/books/hsaa/toc.html} \\ \hline
    5760Reingold \& Dershowitz              & ``Calendrical Calculations: The Millenium Edition'', Cambridge University Press, 2002. \\
    5861\hline
     
    149152\subparagraph{Mean}
    150153
    151 The (weighted) mean is defined as:
     154The 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
     161The weighted mean is defined as:
    152162\begin{equation}
    153163\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.