Index: /trunk/magic/remove/src/streaksremove.c
===================================================================
--- /trunk/magic/remove/src/streaksremove.c	(revision 20341)
+++ /trunk/magic/remove/src/streaksremove.c	(revision 20342)
@@ -36,7 +36,7 @@
     memset(sfile, 0, sizeof(sFile));
 
-    // We use directly use psFits to read the image file unless the stage is warp
+    // We use psFits directly to read the image file unless the stage is warp
     // or diff. In that case we use the pmFPAfile functions to read the image file
-    // so that it handles managing the astrometry.
+    // to make managing the astromety easy
 
     if (!CHIP_LEVEL_INPUT(stage) && !strcmp(fileSelect, "INPUT")) {
@@ -758,6 +758,5 @@
     // psFitsCompressionGet(sf->inImage->image) gives compression none
     // perhaps we should just use the definition of COMP_IMG in the configuration 
-// XXX: turn off compression as a test
-//    psFitsSetCompression(sf->outImage->fits, PS_FITS_COMPRESS_RICE, sf->tiles, 8, 0, 0);
+    psFitsSetCompression(sf->outImage->fits, PS_FITS_COMPRESS_RICE, sf->tiles, 8, 0, 0);
     psFitsSetCompression(sf->recImage->fits, PS_FITS_COMPRESS_RICE, sf->tiles, 8, 0, 0);
 
