Changeset 1214 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Jul 13, 2004, 11:42:55 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r1207 r1214 1 %%% $Id: psLibSDRS.tex,v 1.6 0 2004-07-12 22:18:21eugene Exp $1 %%% $Id: psLibSDRS.tex,v 1.61 2004-07-13 21:42:55 eugene Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 10 10 \project{Pan-STARRS Image Processing Pipeline} 11 11 \organization{Institute for Astronomy} 12 \version{0 3}12 \version{04} 13 13 \docnumber{PSDC-430-007} 14 14 % note the use of the docnumber & version number: … … 2283 2283 following types: \code{psS8}, \code{psU16}, \code{psF32}, \code{psF64}. 2284 2284 2285 \begin{verbatim} 2286 float psImagePixelInterpolate (psImage *input, float x, float y, psImageResampleMode mode); 2287 \end{verbatim} 2288 Perform interpolation of image pixel values to the given fractional 2289 coordinate \code{x,y}. The function returns the interpolated value of 2290 the image at the given fractional pixel coordinates, based on the 2291 specified interpolation \code{mode}. This function will likely be 2292 implemented as a macro for processing speed. It may also be necessary 2293 to define a setup macro which pre-calculates certain values which 2294 would be reused in a loop. 2295 2285 2296 \subsubsection{Image I/O Functions} 2286 2297 … … 2310 2321 read images of the native FITS image types (\code{psU8}, \code{psU16}, 2311 2322 \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. 2323 convert the data type as needed with \code{psImageCopy}. 2314 2324 2315 2325 \begin{verbatim}
Note:
See TracChangeset
for help on using the changeset viewer.
