IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 14, 2004, 3:39:13 PM (22 years ago)
Author:
eugene
Message:

minor organizational changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/design/design.tex

    r422 r425  
    1 %%% $Id: design.tex,v 1.4 2004-04-13 05:28:11 price Exp $
    2 %\documentclass[panstarrs,psreport]{panstarrs}
     1%%% $Id: design.tex,v 1.5 2004-04-15 01:39:13 eugene Exp $
    32\documentclass[panstarrs]{panstarrs}
    43
     
    1413\docnumber{PSDC-430-008}
    1514
     15% allow paragraphs to be listed in TOC for now
     16\setcounter{tocdepth}{4}
     17
    1618\begin{document}
    1719\maketitle
    1820
    1921% -- Revision History --
    20 % provide explicit values for the old versions
    21 % use '\theversion' for the current version (set above)
    2222\RevisionsStart
    2323% version     Date         Description
    24 01     & 2003.01.01 & First draft \\
    25 \hline
    26 02     & 2003.03.05 & Second draft \\
    27 \hline
    28 03     & 2003.03.25 & Section reorganization \\
     24DR.01     & 2003.01.01 & First draft  \\ \hline
     25DR.02     & 2003.03.05 & Second draft \\ \hline
     26DR.03     & 2003.03.25 & Section reorganization \\
     27DR.04     & 2003.04.13 & Most sections fleshed out \\
    2928\RevisionsEnd
    3029
     30\listoffigures
    3131\pagebreak
     32
    3233\tableofcontents
    33 
    3434\pagebreak
    35 \listoffigures
    36 
    37 \pagebreak
    3835\pagenumbering{arabic}
     36
     37%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
     38
    3939\section{Scope}
    4040
    41 This document establishes the design, performance, development, and
    42 verification requirements for the \PS{} Image Processing Pipeline
    43 (IPP) for both the full four-telescope \PS{} deployment (PS-4)
    44 and the initial single-telescope demonstration deployment (PS-1).
    45 
    4641\subsection{Identification}
    4742
     43This document establishes additional design requirements, beyond those
     44specified in the Software Requirement Specification (PSDC-430-005), for
     45the Pan-STARRS Image Processing Pipeline (IPP) as applied to
     46Pan-STARRS 1 (PS-1), the initial demonstration telescope to be
     47constructed on Haleakala by Jan 2006. 
     48
    4849\subsection{System Overview}
    4950
     51\tbd{description of the Pan-STARRS System and PS-1.}
     52
    5053\subsection{Document Overview}
    5154
    52 Open Issues and TBDs in this document are marked in bold red type,
    53 with surrounding square brackets, \tbd{like this}.
     55The Pan-STARRS document naming scheme is PSDC-NNN-MMM-VV, where the VV
     56entry specifies the document version number.  Where documents are
     57identified without the version number, the latest official version in
     58that series is implied. 
     59
     60Open Issues and TBDs in this document are marked \tbd{in bold, red
     61with surrounding square brackets}.
    5462
    5563\section{Referenced Documents}
     
    5765This section lists documents referred to by this specification.\\
    5866
    59 \begin{tabular}{ll}
    60 \hline
    61 \multicolumn{2}{l}{\bf Internal Documents} \\
    62 xxx-xxx-xxx  &   \PS{} Telescope Scheduler specification document \\
    63 xxx-xxx-xxx  &   Telescope Control System specification document \\
    64 xxx-xxx-xxx  &   Summit Pixel Server specification document \\
    65 xxx-xxx-xxx  &   Sky Server specification document \\
    66 xxx-xxx-xxx  &   Master Object Database specification document \\
    67 xxx-xxx-xxx  &   Camera Readout specification document \\
    68 xxx-xxx-xxx  &   PS-1 Design Reference Mission \\
    69 xxx-xxx-xxx  &   \PS{} C Code Conventions \\
    70 \hline
    71 \multicolumn{2}{l}{\bf External Documents} \\
     67%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
     68
     69\DocumentsInternalSection
     70PSDC-430-xxx  &   PS-1 Design Reference Mission \\ \hline
     71PSDC-430-004  &   Pan-STARRS IPP C Code Conventions \\ \hline
     72PSDC-430-006  &   Pan-STARRS IPP ADD \\ \hline
     73PSDC-430-007  &   Pan-STARRS IPP PSLib SDR \\ \hline
     74\DocumentsExternalSection
    7275Posix Standard & Open Group Based Specifications Issue 6, IEEE Std 1003.1, 2003 \\
    73 \hline
    74 \end{tabular}
    75 
    76 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
     76\DocumentsEnd
     77
     78%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    7779
    7880\section{System Design Decisions}
Note: See TracChangeset for help on using the changeset viewer.