Index: /branches/eam_branch_20080219/psphot/src/psphotOutput.c
===================================================================
--- /branches/eam_branch_20080219/psphot/src/psphotOutput.c	(revision 16576)
+++ /branches/eam_branch_20080219/psphot/src/psphotOutput.c	(revision 16577)
@@ -19,9 +19,8 @@
 }
 
+// XXX replace this with a call to a pmConfig function (pmConfigDump...)
 bool psphotDumpConfig (pmConfig *config) {
 
-  psMetadataConfigWrite (config->xxUser, "user.md");
-  psMetadataConfigWrite (config->xxSite, "site.md");
-  psMetadataConfigWrite (config->xxSystem, "system.md");
+  psMetadataConfigWrite (config->complete, "complete.md");
   psMetadataConfigWrite (config->camera, "camera.md");
   psMetadataConfigWrite (config->recipes, "recipes.md");
Index: /branches/eam_branch_20080219/pswarp/src/pswarpDefineSkycell.c
===================================================================
--- /branches/eam_branch_20080219/pswarp/src/pswarpDefineSkycell.c	(revision 16576)
+++ /branches/eam_branch_20080219/pswarp/src/pswarpDefineSkycell.c	(revision 16577)
@@ -62,8 +62,7 @@
     // determine the current format from the header
     // determine camera if not specified already
+    // XXX EAM : this operation should be defined as a pmConfig function (pmConfigCopy?)
     skyConfig = pmConfigAlloc(0, NULL);
-    skyConfig->xxSite = psMemIncrRefCounter (config->xxSite);
-    skyConfig->xxSystem = psMemIncrRefCounter (config->xxSystem);
-    // XXX EAM : not sure both site and system are used here
+    skyConfig->complete = psMemIncrRefCounter (config->complete);
 
     psFree (skyConfig->files);
