IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5142


Ignore:
Timestamp:
Sep 26, 2005, 4:38:47 PM (21 years ago)
Author:
Paul Price
Message:

Some small fixes to types.

File:
1 edited

Legend:

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

    r5093 r5142  
    1 %%% $Id: psLibSDRS.tex,v 1.343 2005-09-22 21:27:35 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.344 2005-09-27 02:38:47 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    17411741    printf("Success: %s %s\n", inputName, outputName);
    17421742
    1743     psString string = psMetadataLookupString(NULL, arguments, "-string");
     1743    psString string = psMetadataLookupStr(NULL, arguments, "-string");
    17441744    float floating = psMetadataLookupF32(NULL, arguments, "-float");
    17451745    bool boolean = psMetadataLookupBool(NULL, arguments, "-truth");
     
    27762776is set to reflect the success or failure of the lookup.
    27772777\begin{prototype}
    2778 psPtr psMetadataLookupStr(bool *status, const psMetadata *md, const char *key);
     2778psString psMetadataLookupStr(bool *status, const psMetadata *md, const char *key);
    27792779psS32 psMetadataLookupS32(bool *status, const psMetadata *md, const char *key);
    27802780psF32 psMetadataLookupF32(bool *status, const psMetadata *md, const char *key);
     
    43784378
    43794379\begin{prototype}
    4380 long psVectorCountPixelMask (psVector *mask, psMaskValue value);
     4380long psVectorCountPixelMask (psVector *mask, psMaskType value);
    43814381\end{prototype}
    43824382This function returns the number of pixels in the \code{vector} which
     
    52975297
    52985298\begin{prototype}
    5299 long psImageCountPixelMask (psImage *mask, psRegion region, psMaskValue value);
     5299long psImageCountPixelMask (psImage *mask, psRegion region, psMaskType value);
    53005300\end{prototype}
    53015301This function returns the number of pixels in the image region which
Note: See TracChangeset for help on using the changeset viewer.