Index: trunk/doc/modules/ModulesSDRS.tex
===================================================================
--- trunk/doc/modules/ModulesSDRS.tex	(revision 3427)
+++ trunk/doc/modules/ModulesSDRS.tex	(revision 3734)
@@ -1,3 +1,3 @@
-%%% $Id: ModulesSDRS.tex,v 1.35 2005-03-15 23:19:36 price Exp $
+%%% $Id: ModulesSDRS.tex,v 1.36 2005-04-21 03:30:12 price Exp $
 \documentclass[panstarrs]{panstarrs}
 
@@ -1635,7 +1635,8 @@
 \end{enumerate}
 
-The function shall return an array of \code{psPixels}, one for each of
-the input \code{images}, containing pixels that have been identified
-as cosmic rays according to the above criteria.
+The function shall return a \code{psArray} of \code{psArray}s of
+\code{psPixelCoord}, one \code{psArray} for each of the input
+\code{images}, containing pixels that have been identified as cosmic
+rays according to the above criteria.
 
 If any of the input pointers are \code{NULL}, then the function shall
@@ -1669,5 +1670,5 @@
 
     for (int i = 0; i < nImages; i++) {
-        psPixels *blanks = NULL;        // List of blank pixels
+        psArray *blanks = NULL;        // List of blank pixels
         transformed->data[i] = psImageTransform(NULL, &blanks, inputs->data[i],
                                                 inputMask->data[i], inputMaskVal, NAN, skyToDetector,
@@ -1690,7 +1691,7 @@
                                         NULL, numIter, sigmaClip, combineStats); // Combined image
     psArray *bad = pmRejectPixels(inputs, rejected, NULL, skyToDetector, rejThreshold, gradLimit); // Bad pix
-    psPixels *combinePixels = NULL;     // Pixels to combine
+    psArray *combinePixels = NULL;     // Pixels to combine
     for (int i = 0; i < nImages; i++) {
-        psPixels *badSource = psPixelsTransform(NULL, bad->data[i], skyToDetector); // Bad pixels on the input
+        psArray *badSource = psPixelsTransform(NULL, bad->data[i], skyToDetector); // Bad pixels on the input
         psImage *badMask = psPixelsToMask(NULL, badSource, PS_MASK_COSMICRAY); // Mask image for the input
         (void)psBinaryOp(inputMask->data[i], inputMask->data[i], "|", badMask); // Put CRs into original mask
