Changeset 11571
- Timestamp:
- Feb 1, 2007, 6:59:07 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/doc/manual/manual.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/manual.tex
r11555 r11571 1 %%% $Id: manual.tex,v 1. 2 2007-02-01 22:30:42price Exp $1 %%% $Id: manual.tex,v 1.3 2007-02-02 04:59:07 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 918 918 919 919 Correct use of the IPP depends on several configuration files. We 920 distinguish be tween configuration files required for the image920 distinguish below between configuration files required for the image 921 921 processing and those for running the process scheduler, PanTasks. 922 Note, however, that the Perl scripts called by PanTasks to run the 923 processing do use the site and camera configuration files principally 924 used for the image processing. 922 925 923 926 \subsection{Image Processing} … … 1037 1040 1038 1041 1042 \subsubsection{Setting up configuration files} 1043 1044 You will generally want to link \code{~/.ipprc} to the site 1045 configuration file (\code{ipprc.config} which gets installed in 1046 \code{PREFIX/share/ippconfig/} where \code{PREFIX} is your 1047 installation prefix). Then link \code{~/.ipp} to the \code{ippconfig} 1048 directory to save hacking the \code{PATH} in the site configuration. 1039 1049 1040 1050 \subsection{PanTasks} 1041 1051 1052 \subsubsection{Paths} 1053 1054 Throughout 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} 1042 1060 1043 1061 \section{Subsystem specifics} 1062 1063 \tbd{Need to document command-line arguments, perhaps even 1064 algorithms.} 1044 1065 1045 1066 \subsection{psLib}
Note:
See TracChangeset
for help on using the changeset viewer.
