Index: trunk/magic/remove/src/streaksremove.c
===================================================================
--- trunk/magic/remove/src/streaksremove.c	(revision 20808)
+++ trunk/magic/remove/src/streaksremove.c	(revision 20810)
@@ -121,6 +121,7 @@
         sfile->inNebulous = IN_NEBULOUS(sfile->name);
 
-        // XXX: I should probably be using a different file rule for the diff, but I don't
-        // have an input rule that takes a diff image. This should be compatible
+        // XXX: I should probably be using a different file rule for diffs, but I don't
+        // have an input rule that takes a diff image. 
+        // Since they're skycells, this should be compatible
         sfile->pmfile = pmFPAfileDefineFromArgs(&status, config, "PPSUB.INPUT", "INPUT");
         if (!sfile->pmfile) {
@@ -932,5 +933,5 @@
     if (sf->stage == IPP_STAGE_CHIP) {
         // For the chip level files, copy the WCS from the astrometry file to the header
-        // updateAstrometry = true;
+        updateAstrometry = true;
         if (!pmAstromWriteWCS(sf->inImage->header, sf->inAstrom->fpa, sf->chip, 0.001)) {
             psError(PS_ERR_UNKNOWN, false, "failed to update astrometry for extension %d", sf->extnum);
