Index: /trunk/psastro/src/psastroDemoDump.c
===================================================================
--- /trunk/psastro/src/psastroDemoDump.c	(revision 19312)
+++ /trunk/psastro/src/psastroDemoDump.c	(revision 19313)
@@ -128,4 +128,6 @@
         if (!chip->process || !chip->file_exists) continue;
 	
+	char *chipName = psMetadataLookupStr(NULL, chip->concepts, "CHIP.NAME");
+
 	while ((cell = pmFPAviewNextCell (view, fpa, 1)) != NULL) {
             psTrace ("psastro", 4, "Cell %d: %x %x\n", view->cell, cell->file_exists, cell->process);
@@ -153,6 +155,6 @@
 
 		    pmAstromObj *raw = rawstars->data[match->raw];
-		    fprintf (f, "%f %f  %f %f  %f %f  %f %f  %f   |   ",  
-			     DEG_RAD*raw->sky->r, DEG_RAD*raw->sky->d, 
+		    fprintf (f, "%s  %f %f  %f %f  %f %f  %f %f  %f   |   ",  
+			     chipName, DEG_RAD*raw->sky->r, DEG_RAD*raw->sky->d, 
 			     raw->TP->x, raw->TP->y, 
 			     raw->FP->x, raw->FP->y, 
