Changeset 4598 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Jul 22, 2005, 12:36:33 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r4596 r4598 1 %%% $Id: psLibSDRS.tex,v 1.32 0 2005-07-22 22:13:36price Exp $1 %%% $Id: psLibSDRS.tex,v 1.321 2005-07-22 22:36:33 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 2111 2111 \begin{datatype} 2112 2112 typedef struct { 2113 int x;// x coordinate2114 int y;// y coordinate2113 float x; // x coordinate 2114 float y; // y coordinate 2115 2115 } psPixelCoord; 2116 2116 … … 4301 4301 psPolynomialType type; ///< Polynomial type 4302 4302 unsigned int nX, nY; ///< Number of terms in x and y 4303 psF64 * coeff;///< Coefficients4304 psF64 * coeffErr;///< Error in coefficients4303 psF64 **coeff; ///< Coefficients 4304 psF64 **coeffErr; ///< Error in coefficients 4305 4305 char **mask; ///< Coefficients mask 4306 4306 } psPolynomial2D; … … 4833 4833 \begin{prototype} 4834 4834 psVector *psImageSlice(psVector *out, 4835 ps Vector *coords,4835 psPixels *coords, 4836 4836 const psImage *input, 4837 4837 const psImage *mask, … … 4861 4861 are excluded from operations. If \code{coords} is not \code{NULL}, 4862 4862 the calculated coordinates along the slice are returned in this 4863 vector. Only one of the statistics choices may be specified,4863 array of pixels. Only one of the statistics choices may be specified, 4864 4864 otherwise the function must return an error. This function must be 4865 4865 defined for the following types: \code{psS8}, \code{psU16},
Note:
See TracChangeset
for help on using the changeset viewer.
