Index: trunk/psModules/src/objects/pmSourceIO.c
===================================================================
--- trunk/psModules/src/objects/pmSourceIO.c	(revision 15039)
+++ trunk/psModules/src/objects/pmSourceIO.c	(revision 15151)
@@ -3,6 +3,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.48 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-09-27 03:35:29 $
+ *  @version $Revision: 1.49 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-10-01 21:37:21 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -40,8 +40,4 @@
 #include "pmModelClass.h"
 #include "pmSourceIO.h"
-
-
-#define BLANK_HEADERS "BLANK.HEADERS"   // Name of metadata in camera configuration containing header names
-                                        // for putting values into a blank PHU
 
 // translations between psphot object types and dophot object types
@@ -443,4 +439,10 @@
 	pmConfigConformHeader (outhead, file->format);
 
+	// XXX need to finish this:
+	// psMetadata *blankHeaders = psMetadataLookupMetadata(NULL, file->camera, "BLANK.HEADERS"); // File information
+	// psMetadataItem *item = NULL;
+	// while (item = psMetadatagetAndIncrement (blankHeaders)) {
+	    
+
 	psMetadata *fileData = psMetadataLookupMetadata(NULL, file->format, "FILE"); // File information
 	const char *fpaNameHdr = psMetadataLookupStr(NULL, fileData, "FPA.NAME");
