IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2004, 11:42:55 AM (22 years ago)
Author:
eugene
Message:

added psImagePixelInterpolate

File:
1 edited

Legend:

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

    r1207 r1214  
    1 %%% $Id: psLibSDRS.tex,v 1.60 2004-07-12 22:18:21 eugene Exp $
     1%%% $Id: psLibSDRS.tex,v 1.61 2004-07-13 21:42:55 eugene Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    1010\project{Pan-STARRS Image Processing Pipeline}
    1111\organization{Institute for Astronomy}
    12 \version{03}
     12\version{04}
    1313\docnumber{PSDC-430-007}
    1414% note the use of the docnumber & version number:
     
    22832283following types: \code{psS8}, \code{psU16}, \code{psF32}, \code{psF64}.
    22842284
     2285\begin{verbatim}
     2286float psImagePixelInterpolate (psImage *input, float x, float y, psImageResampleMode mode);
     2287\end{verbatim}
     2288Perform interpolation of image pixel values to the given fractional
     2289coordinate \code{x,y}.  The function returns the interpolated value of
     2290the image at the given fractional pixel coordinates, based on the
     2291specified interpolation \code{mode}.  This function will likely be
     2292implemented as a macro for processing speed.  It may also be necessary
     2293to define a setup macro which pre-calculates certain values which
     2294would be reused in a loop.
     2295
    22852296\subsubsection{Image I/O Functions}
    22862297
     
    23102321read images of the native FITS image types (\code{psU8}, \code{psU16},
    23112322\code{psU32}, \code{psF32}, \code{psF64}).  The user is expected to
    2312 convert the data type as needed with \code{psImageCopy}.  The return
    2313 value must be 0 for a successful operation and 1 for an error.
     2323convert the data type as needed with \code{psImageCopy}. 
    23142324 
    23152325\begin{verbatim}
Note: See TracChangeset for help on using the changeset viewer.