Index: trunk/doc/modules/ModulesSDRS.tex
===================================================================
--- trunk/doc/modules/ModulesSDRS.tex	(revision 4041)
+++ 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.
 
 
