Index: trunk/ppImage/src/ppImageLoop.c
===================================================================
--- trunk/ppImage/src/ppImageLoop.c	(revision 18969)
+++ trunk/ppImage/src/ppImageLoop.c	(revision 19024)
@@ -30,5 +30,5 @@
     {
         pmConfigCamerasCull(config);
-        pmConfigRecipesCull(config, "PPIMAGE,PPSTATS,PSPHOT,MASKS");
+        pmConfigRecipesCull(config, "PPIMAGE,PPSTATS,PSPHOT,MASKS,PSASTRO");
 
         const char *outroot = psMetadataLookupStr(NULL, config->arguments, "OUTPUT"); // Output root name
@@ -64,9 +64,9 @@
             }
 
-	    // XXX for now, skip the video cells (cell->readouts->n > 1)
-	    if (cell->readouts->n > 1) {
-	      psWarning ("Skipping Video Cell for ppImageDetrendReadout");
-	      continue;
-	    }
+            // XXX for now, skip the video cells (cell->readouts->n > 1)
+            if (cell->readouts->n > 1) {
+              psWarning ("Skipping Video Cell for ppImageDetrendReadout");
+              continue;
+            }
 
             // process each of the readouts
