Changeset 1536
- Timestamp:
- Aug 13, 2004, 2:34:31 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r1535 r1536 1 %%% $Id: psLibSDRS.tex,v 1. 69 2004-08-14 00:32:21 price Exp $1 %%% $Id: psLibSDRS.tex,v 1.70 2004-08-14 00:34:31 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 2319 2319 2320 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 ); 2321 psImage *psImageSubsection(const psImage *image, const *section); 2326 2322 \end{verbatim} 2327 2323 Similar to \code{psImageSubset}, but uses an image \code{section}, of
Note:
See TracChangeset
for help on using the changeset viewer.
