Changeset 1535 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Aug 13, 2004, 2:32:21 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r1534 r1535 1 %%% $Id: psLibSDRS.tex,v 1.6 8 2004-08-14 00:30:36 jhoblittExp $1 %%% $Id: psLibSDRS.tex,v 1.69 2004-08-14 00:32:21 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 2317 2317 following types: \code{psU8}, \code{psU16}, \code{psS8}, \code{psS16}, 2318 2318 \code{psF32}, \code{psF64}, \code{psC32}, \code{psC64}. 2319 2320 \begin{verbatim} 2321 /// Create a subimage of the area specified by an image section, [x1:x2,y1:y2] 2322 psImage * 2323 psImageSubsection(const psImage *image, ///< Parent image 2324 const *section ///< Image section, of the form [x1:x2,y1:y2] 2325 ); 2326 \end{verbatim} 2327 Similar to \code{psImageSubset}, but uses an image \code{section}, of 2328 the form \code{[x1:x2,y1:y2]}. If the image section is not fully 2329 contained within the input \code{image}, then the function shall 2330 generate an error and return \code{NULL}. Note that the 2331 \code{refCounter} for the parent should be incremented. This function 2332 must be defined for the following types: \code{psU8}, \code{psU16}, 2333 \code{psS8}, \code{psS16}, \code{psF32}, \code{psF64}, \code{psC32}, 2334 \code{psC64}. 2319 2335 2320 2336 \begin{verbatim}
Note:
See TracChangeset
for help on using the changeset viewer.
