Index: trunk/magic/remove/src/streaksremove.h
===================================================================
--- trunk/magic/remove/src/streaksremove.h	(revision 26408)
+++ trunk/magic/remove/src/streaksremove.h	(revision 26438)
@@ -64,4 +64,6 @@
     sFile *inSources;
     sFile *outSources;
+    psMetadata *stats;
+    FILE *statsFile;
     psString class_id;
     pmFPAfile  *inAstrom;
@@ -71,5 +73,5 @@
     pmChip  *chip;  // current chip
     pmCell  *cell;  // current cell
-    psImage *warpedPixels;
+    psImage *diffedPixels;
     psVector    *tiles;
     double  transparentStreaks;
@@ -88,5 +90,5 @@
 extern void cellToChipInt(unsigned int *xChip, unsigned int *yChip, strkAstrom *astrom, int xCell, int yCell);
 
-extern bool computeWarpedPixels(streakFiles *sf);
+extern bool computeDiffedPixels(streakFiles *sf);
 extern void streaksExit(psString, int);
 extern ippStage parseStage(psString);
