IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9815


Ignore:
Timestamp:
Oct 31, 2006, 4:54:16 PM (20 years ago)
Author:
Paul Price
Message:

Adding more information for recipes: symbolic links and precedence.

Location:
trunk/doc/config
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/config

    • Property svn:ignore set to
      config.out
      config.pdf
  • trunk/doc/config/config.tex

    r9678 r9815  
    1 %%% $Id: config.tex,v 1.3 2006-10-20 22:07:17 price Exp $
     1%%% $Id: config.tex,v 1.4 2006-11-01 02:54:16 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    11761176the \code{PATH(STR)} in the site configuration defines the search
    11771177paths for these files.
     1178
     1179\subsubsection{Symbolic links}
     1180
     1181Symbolic links to another recipe may be specified on the command line,
     1182removing the need for the user to memorise a file name: e.g.,
     1183\code{-recipe PPIMAGE PPIMAGE_BIAS} might perform a bias subtraction
     1184only.  A symbolic link is recognised as such if the value is the name
     1185of a recipe that has already been read (and the link is immediately
     1186resolved), or if no filename of that name exists (in which case the
     1187link is to be resolved later, as further sources become available).
     1188
     1189\subsubsection{Precedence}
     1190
     1191If multiple recipes have the same name, the precedence order is:
     1192\begin{enumerate}
     1193\item Command-line
     1194\item Camera configuration
     1195\item Site configuration
     1196\end{enumerate}
     1197with sources higher in this list having greater precedence.  This
     1198allows the user to override any recipes using the command-line, and to
     1199specify bottom-level defaults in the site configuration while also
     1200having camera-specific recipes in the camera configurations.
    11781201
    11791202\subsection{Contents}
Note: See TracChangeset for help on using the changeset viewer.