Index: trunk/doc/modules/ModulesSDRS.tex
===================================================================
--- trunk/doc/modules/ModulesSDRS.tex	(revision 3734)
+++ trunk/doc/modules/ModulesSDRS.tex	(revision 3745)
@@ -1,3 +1,3 @@
-%%% $Id: ModulesSDRS.tex,v 1.36 2005-04-21 03:30:12 price Exp $
+%%% $Id: ModulesSDRS.tex,v 1.37 2005-04-22 00:00:43 price Exp $
 \documentclass[panstarrs]{panstarrs}
 
@@ -1635,8 +1635,7 @@
 \end{enumerate}
 
-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.
+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.
 
 If any of the input pointers are \code{NULL}, then the function shall
@@ -1670,5 +1669,5 @@
 
     for (int i = 0; i < nImages; i++) {
-        psArray *blanks = NULL;        // List of blank pixels
+        psPixels *blanks = NULL;        // List of blank pixels
         transformed->data[i] = psImageTransform(NULL, &blanks, inputs->data[i],
                                                 inputMask->data[i], inputMaskVal, NAN, skyToDetector,
@@ -1691,7 +1690,7 @@
                                         NULL, numIter, sigmaClip, combineStats); // Combined image
     psArray *bad = pmRejectPixels(inputs, rejected, NULL, skyToDetector, rejThreshold, gradLimit); // Bad pix
-    psArray *combinePixels = NULL;     // Pixels to combine
+    psPixels *combinePixels = NULL;     // Pixels to combine
     for (int i = 0; i < nImages; i++) {
-        psArray *badSource = psPixelsTransform(NULL, bad->data[i], skyToDetector); // Bad pixels on the input
+        psPixels *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
