IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11571


Ignore:
Timestamp:
Feb 1, 2007, 6:59:07 PM (19 years ago)
Author:
Paul Price
Message:

Adding setup for config files, and paths in pantasks.

File:
1 edited

Legend:

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

    r11555 r11571  
    1  %%% $Id: manual.tex,v 1.2 2007-02-01 22:30:42 price Exp $
     1 %%% $Id: manual.tex,v 1.3 2007-02-02 04:59:07 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    918918
    919919Correct use of the IPP depends on several configuration files.  We
    920 distinguish between configuration files required for the image
     920distinguish below between configuration files required for the image
    921921processing and those for running the process scheduler, PanTasks.
     922Note, however, that the Perl scripts called by PanTasks to run the
     923processing do use the site and camera configuration files principally
     924used for the image processing.
    922925
    923926\subsection{Image Processing}
     
    10371040
    10381041
     1042\subsubsection{Setting up configuration files}
     1043
     1044You will generally want to link \code{~/.ipprc} to the site
     1045configuration file (\code{ipprc.config} which gets installed in
     1046\code{PREFIX/share/ippconfig/} where \code{PREFIX} is your
     1047installation prefix).  Then link \code{~/.ipp} to the \code{ippconfig}
     1048directory to save hacking the \code{PATH} in the site configuration.
    10391049
    10401050\subsection{PanTasks}
    10411051
     1052\subsubsection{Paths}
     1053
     1054Throughout PanTasks, a file may be referred to as:
     1055\begin{itemize}
     1056\item \code{/path/to/file.ext} --- not a URI, but it should work.
     1057\item \code{file:///path/to/file.ext} --- the URI version of the above.
     1058\item \code{path://PATH/file.ext} --- Uses the \code{DATAPATH} in the site configuration to set the path.
     1059\end{itemize}
    10421060
    10431061\section{Subsystem specifics}
     1062
     1063\tbd{Need to document command-line arguments, perhaps even
     1064algorithms.}
    10441065
    10451066\subsection{psLib}
Note: See TracChangeset for help on using the changeset viewer.