Index: /trunk/doc/modules/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/modules/ChangeLogSDRS.tex	(revision 4090)
+++ /trunk/doc/modules/ChangeLogSDRS.tex	(revision 4091)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.20 2005-05-19 02:58:30 price Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.21 2005-06-02 21:22:40 price Exp $
 
 \subsection{Changes from version 00 (16 August 2004) to version 01 (12 October 2004)}
@@ -72,3 +72,5 @@
   prototypes (passed by value instead of by reference).
 \item \code{pmSourceMoments} does not require image parameter.
+\item Added \code{masks} to \code{pmRejectPixels}.
+\item Added \code{size} and \code{spatialOrder} to \code{pmSubtractionKernels}.
 \end{itemize}
Index: /trunk/doc/modules/ModulesSDRS.tex
===================================================================
--- /trunk/doc/modules/ModulesSDRS.tex	(revision 4090)
+++ /trunk/doc/modules/ModulesSDRS.tex	(revision 4091)
@@ -1,3 +1,3 @@
-%%% $Id: ModulesSDRS.tex,v 1.42 2005-05-27 21:27:13 jhoblitt Exp $
+%%% $Id: ModulesSDRS.tex,v 1.43 2005-06-02 21:22:40 price Exp $
 \documentclass[panstarrs]{panstarrs}
 
@@ -1606,4 +1606,5 @@
 \begin{prototype}
 psArray *pmRejectPixels(const psArray *images, // Array of input images
+                        const psArray *masks, // Array of masks for input images
                         const psArray *pixels, // These are the pixels which were rejected in the combination
                         const psArray *inToOut, // Transformations from input to output system
@@ -1780,4 +1781,6 @@
 typedef struct {
     pmSubtractionKernelType type;       // Type of kernels --- allowing the use of multiple kernels
+    int size;                           // Size of kernel in x and y
+    int spatialOrder;		        // Maximum order of spatial variations
     psVector *u, *v;                    // Offset (for POIS) or polynomial order (for ISIS)
     psVector *sigma;                    // Width of Gaussian (for ISIS)
@@ -2026,6 +2029,7 @@
 kernel (important if the kernel is spatially variable) is specified by
 \code{x} and \code{y}.  If \code{out} is \code{NULL}, then the
-function shall allocate a new image of sufficient size, and return the
-result; otherwise, \code{out} shall be modified in-place.
+function shall allocate a new image of sufficient size (matching the
+\code{precalc} images), and return the result; otherwise, \code{out}
+shall be modified in-place.
 
 
