Changeset 4091
- Timestamp:
- Jun 2, 2005, 11:22:40 AM (21 years ago)
- Location:
- trunk/doc/modules
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
ModulesSDRS.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/modules/ChangeLogSDRS.tex
r3975 r4091 1 %%% $Id: ChangeLogSDRS.tex,v 1.2 0 2005-05-19 02:58:30 price Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.21 2005-06-02 21:22:40 price Exp $ 2 2 3 3 \subsection{Changes from version 00 (16 August 2004) to version 01 (12 October 2004)} … … 72 72 prototypes (passed by value instead of by reference). 73 73 \item \code{pmSourceMoments} does not require image parameter. 74 \item Added \code{masks} to \code{pmRejectPixels}. 75 \item Added \code{size} and \code{spatialOrder} to \code{pmSubtractionKernels}. 74 76 \end{itemize} -
trunk/doc/modules/ModulesSDRS.tex
r4041 r4091 1 %%% $Id: ModulesSDRS.tex,v 1.4 2 2005-05-27 21:27:13 jhoblittExp $1 %%% $Id: ModulesSDRS.tex,v 1.43 2005-06-02 21:22:40 price Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 1606 1606 \begin{prototype} 1607 1607 psArray *pmRejectPixels(const psArray *images, // Array of input images 1608 const psArray *masks, // Array of masks for input images 1608 1609 const psArray *pixels, // These are the pixels which were rejected in the combination 1609 1610 const psArray *inToOut, // Transformations from input to output system … … 1780 1781 typedef struct { 1781 1782 pmSubtractionKernelType type; // Type of kernels --- allowing the use of multiple kernels 1783 int size; // Size of kernel in x and y 1784 int spatialOrder; // Maximum order of spatial variations 1782 1785 psVector *u, *v; // Offset (for POIS) or polynomial order (for ISIS) 1783 1786 psVector *sigma; // Width of Gaussian (for ISIS) … … 2026 2029 kernel (important if the kernel is spatially variable) is specified by 2027 2030 \code{x} and \code{y}. If \code{out} is \code{NULL}, then the 2028 function shall allocate a new image of sufficient size, and return the 2029 result; otherwise, \code{out} shall be modified in-place. 2031 function shall allocate a new image of sufficient size (matching the 2032 \code{precalc} images), and return the result; otherwise, \code{out} 2033 shall be modified in-place. 2030 2034 2031 2035
Note:
See TracChangeset
for help on using the changeset viewer.
