\ifx\pdfoutput\undefined
\documentclass[12pt]{article}
\usepackage[dvips]{graphicx}
\else
\documentclass[pdftex,12pt]{article}
\usepackage[pdftex]{graphicx}  
\pdfinfo{
	/Title      (Float Placement and Anchor Deployment for MOOS Mooring)
       	/Author     (Andrew Hamilton)
        }
\usepackage[pdftex,letterpaper,plainpages=false,breaklinks=true,colorlinks=true,urlcolor=black,citecolor=black,linkcolor=black,pdfpagemode=None,pdfstartview=FitV]{hyperref}
\pdfcompresslevel=9
\DeclareGraphicsExtensions{.pdf,.png,.jpg,.bmp} %Redefine order so pdf is used if avail.
\fi


\usepackage{amsmath}

\newif\ifpdf
\ifx\pdfoutput\undefined
 \pdffalse
\else
 \pdfoutput=1
 \pdftrue
\fi

%Page formatting for ONR specifications
\setlength{\topmargin}{0in}
\setlength{\topskip}{0in}
\setlength{\oddsidemargin}{0in}
\setlength{\evensidemargin}{0in}
\setlength{\headheight}{0in}
\setlength{\headsep}{0in}
\setlength{\textheight}{9in}
\setlength{\textwidth}{6.5in}
%\setlength{\columnsep}{.15in}

%\setlength{\parindent}{0.5in}

\title{MOOS Vertical Profiler - Upper Water Column \\ ({\em Functional Requirements})}

%\author{\Large A. Hamilton}

\date{}

\begin{document}

\maketitle

\section{User/High-Level Requirements}
The MOOS system functional requirements documents makes several references to vertical profiling capabilities.  The functional requirements presented here include those as well as other requirements that ...
\begin{itemize}
\item The profiler shall be deployable on at least a subset of the mooring configurations that comprise MOOS.
\item The profiler shall be operable at either the benthic location or the upper water column location, concieviable, the same design won't meet the req
\end{itemize}

 
\section{Derived Requirements}


\section{Environmental Requirements}


\section{Operational Requirements}
\begin{itemize}
\item The profiler shall be capable of unattended service for one year.
\end{itemize}


\section{Design Constraints}


\section{Interfaces}



%\begin{figure}
%\begin{center}
% \includegraphics[height = 0.4\textheight]{FinalConfig/loads-fd}
%\end{center}
%\caption{Spectrum of Loads at the buoy, cable junction, and anchor.  Survival and design loads shown.}
%\label{fig:optiloads-td}
%\end{figure}


\end{document}





