IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

add NULL keyword to Configuration files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.