IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4087


Ignore:
Timestamp:
Jun 2, 2005, 10:54:00 AM (21 years ago)
Author:
jhoblitt
Message:

add NULL keyword to Configuration files

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/ChangeLogSDRS.tex

    r4086 r4087  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.122 2005-06-02 04:13:41 jhoblitt Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.123 2005-06-02 20:54:00 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    666666\end{itemize}
    667667\item add \code{PS_META_NULL}
    668 \end{itemize}
     668\item add \code{NULL} keyword to ``Configuration files''
     669\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r4086 r4087  
    1 %%% $Id: psLibSDRS.tex,v 1.258 2005-06-02 04:13:41 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.259 2005-06-02 20:54:00 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    43194319which should not form part of the key.
    43204320
     4321\paragraph{NULL values}
     4322
     4323The ``value'' of a quad may be declare to be undefined with the ``NULL''
     4324keyword.  ``NULL'' is allowed to co-exist with a ``comment'' and may be
     4325surrounded by whitespace.  Any non-whitespace character will cause of the
     4326``value'' to be interpreted as a string.
     4327
     4328\begin{verbatim}
     4329foo     STR     NULL    # string with a NULL value
     4330bar     STR     NULL a  # string with a value of "NULL a"
     4331\end{verbatim}
     4332
    43214333\paragraph{Types}
    43224334\subparagraph{Scalar \& Vector}
Note: See TracChangeset for help on using the changeset viewer.