Changeset 5142
- Timestamp:
- Sep 26, 2005, 4:38:47 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r5093 r5142 1 %%% $Id: psLibSDRS.tex,v 1.34 3 2005-09-22 21:27:35price Exp $1 %%% $Id: psLibSDRS.tex,v 1.344 2005-09-27 02:38:47 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 1741 1741 printf("Success: %s %s\n", inputName, outputName); 1742 1742 1743 psString string = psMetadataLookupStr ing(NULL, arguments, "-string");1743 psString string = psMetadataLookupStr(NULL, arguments, "-string"); 1744 1744 float floating = psMetadataLookupF32(NULL, arguments, "-float"); 1745 1745 bool boolean = psMetadataLookupBool(NULL, arguments, "-truth"); … … 2776 2776 is set to reflect the success or failure of the lookup. 2777 2777 \begin{prototype} 2778 ps PtrpsMetadataLookupStr(bool *status, const psMetadata *md, const char *key);2778 psString psMetadataLookupStr(bool *status, const psMetadata *md, const char *key); 2779 2779 psS32 psMetadataLookupS32(bool *status, const psMetadata *md, const char *key); 2780 2780 psF32 psMetadataLookupF32(bool *status, const psMetadata *md, const char *key); … … 4378 4378 4379 4379 \begin{prototype} 4380 long psVectorCountPixelMask (psVector *mask, psMask Value value);4380 long psVectorCountPixelMask (psVector *mask, psMaskType value); 4381 4381 \end{prototype} 4382 4382 This function returns the number of pixels in the \code{vector} which … … 5297 5297 5298 5298 \begin{prototype} 5299 long psImageCountPixelMask (psImage *mask, psRegion region, psMask Value value);5299 long psImageCountPixelMask (psImage *mask, psRegion region, psMaskType value); 5300 5300 \end{prototype} 5301 5301 This function returns the number of pixels in the image region which
Note:
See TracChangeset
for help on using the changeset viewer.
