IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1536


Ignore:
Timestamp:
Aug 13, 2004, 2:34:31 PM (22 years ago)
Author:
Paul Price
Message:

Cleaning up psImageSubsection.

File:
1 edited

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 $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    23192319
    23202320\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     );
     2321psImage *psImageSubsection(const psImage *image, const *section);
    23262322\end{verbatim}
    23272323Similar to \code{psImageSubset}, but uses an image \code{section}, of
Note: See TracChangeset for help on using the changeset viewer.