IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2005, 2:35:55 PM (21 years ago)
Author:
Paul Price
Message:

Fixing bug so it can compile.

File:
1 edited

Legend:

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

    r4126 r4165  
    1 %%% $Id: psLibSDRS.tex,v 1.268 2005-06-07 01:03:45 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.269 2005-06-09 00:35:55 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    15651565psS16, psU8, psU16, psF32, psF64, psC32, psC64}.
    15661566
    1567 \begin{protype}
     1567\begin{prototype}
    15681568psImage *psImageAlloc(psU32 numCols, psU32 numRows, psElemType type);
    1569 \end{protype}
     1569\end{prototype}
    15701570Create an image of a specified \code{numCols}, \code{numRows}, and data
    15711571\code{type}.  This function must allow any of the valid image data
     
    15731573dimensionality must be 2. 
    15741574
    1575 \begin{protype}
     1575\begin{prototype}
    15761576psImage* psImageRecycle(
    15771577    psImage* old,                       ///< the psImage to recycle by resizing image buffer
     
    15801580    const psElemType type               ///< the desired datatype of the image
    15811581);
    1582 \end{protype}
     1582\end{prototype}
    15831583\code{psImageRecycle} shall recycle the input \code{old} image, such
    15841584that the output \code{psImage} matches the specified size
Note: See TracChangeset for help on using the changeset viewer.