Index: trunk/ppImage/src/ppImageAstrom.c
===================================================================
--- trunk/ppImage/src/ppImageAstrom.c	(revision 15142)
+++ trunk/ppImage/src/ppImageAstrom.c	(revision 16084)
@@ -19,13 +19,15 @@
     PS_ASSERT (input, false);
 
+    ppImageMemoryDump("astrom");
+
     // convert the output sources created by psphot into astrometry objects
     if (!psastroConvertFPA (input->fpa, recipe)) {
-	psError (PSASTRO_ERR_UNKNOWN, false, "error reading input data\n");
-	return false;
+        psError (PSASTRO_ERR_UNKNOWN, false, "error reading input data\n");
+        return false;
     }
 
     if (!psastroAnalysis (config)) {
-	psError (PSASTRO_ERR_UNKNOWN, false, "failure in psastro analysis\n");
-	return false;
+        psError (PSASTRO_ERR_UNKNOWN, false, "failure in psastro analysis\n");
+        return false;
     }
 
@@ -39,4 +41,6 @@
     while ((chip = pmFPAviewNextChip(view, input->fpa, 1)) != NULL) {
         psLogMsg ("ppImageLoop", 4, "Chip %d: %x %x\n", view->chip, chip->file_exists, chip->process);
+
+        ppImageMemoryDump("astrom");
 
         // Output and Close at Chip level
@@ -53,5 +57,5 @@
     }
 
-    // deactivate the PSASTRO files, re-active all else 
+    // deactivate the PSASTRO files, re-active all else
     // XXX do we need a way to activate / deactivate other groups?
     pmFPAfileActivate (config->files, true, NULL);
