IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 11, 2006, 5:49:25 PM (20 years ago)
Author:
jhoblitt
Message:

add psMetadataConfigPrint()

File:
1 edited

Legend:

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

    r8770 r8793  
    1 %%% $Id: psLibSDRS.tex,v 1.428 2006-09-07 22:00:34 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.429 2006-09-12 03:49:25 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    31103110returned on failure.
    31113111
     3112% XXX this is pretty much the same thing as psMetadataPrint() but in a
     3113% different format.  Can we dump psMetadataPrint()? -JH
     3114\begin{prototype}
     3115bool psMetadataConfigPrint(FILE *stream, psMetadata *md);
     3116\end{prototype}
     3117
     3118The metadata \code{md} is processed in same manner as it would be with
     3119\code{psMetadataConfigFormat()} and the resulting string is printed to
     3120\code{stream}.  \code{false} is returned on failure.
     3121
    31123122\paragraph{Comments}
    31133123
Note: See TracChangeset for help on using the changeset viewer.