IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 299


Ignore:
Timestamp:
Mar 23, 2004, 5:41:57 PM (22 years ago)
Author:
Paul Price
Message:

Small changes to make it compile.

File:
1 edited

Legend:

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

    r296 r299  
    1 %%% $Id: psLibSDRS.tex,v 1.9 2004-03-24 03:39:01 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.10 2004-03-24 03:41:57 price Exp $
    22\documentclass[panstarrs]{panstarrs}
    33%\documentclass[panstarrs]{panstarrs}
     
    251251are shown below.
    252252
    253 \begin{table}
    254253\begin{verbatim}
    255254/// prototype of a basic callback used by memory functions
     
    27112710\textbf{Value} & \textbf{Type} & \textbf{member of union} & \textbf{Comments}\\
    27122711\hline
    2713 PS_META_FLOAT & float & f & value, not pointer, is stored \\
    2714 PS_META_INT & int & i &  value, not pointer, is stored \\
    2715 PS_META_STR & string & v &  value, not pointer to original, is stored \\
    2716 PS_META_IMG & psImage & v &  \\
    2717 PS_META_JPEG & JPEG & v &  \\
    2718 PS_META_PNG & PNG & v &  \\
    2719 PS_META_ASTROM & psAstrom & v &  \\
    2720 PS_META_UNKNOWN & other & v &  \\
    2721 PS_META_NTYPE & (none) & & The number of types defined
     2712\code{PS_META_FLOAT} & float & f & value, not pointer, is stored \\
     2713\code{PS_META_INT} & int & i &  value, not pointer, is stored \\
     2714\code{PS_META_STR} & string & v &  value, not pointer to original, is stored \\
     2715\code{PS_META_IMG} & psImage & v &  \\
     2716\code{PS_META_JPEG} & JPEG & v &  \\
     2717\code{PS_META_PNG} & PNG & v &  \\
     2718\code{PS_META_ASTROM} & psAstrom & v &  \\
     2719\code{\code{PS_META_UNKNOWN} & other & v &  \\
     2720PS_META_NTYPE} & (none) & & The number of types defined
    27222721\end{tabular}
    27232722\begin{caption}{Supported Metadata Types}
Note: See TracChangeset for help on using the changeset viewer.