Index: /branches/eam_branches/psphot.20100506/src/psphotEfficiency.c
===================================================================
--- /branches/eam_branches/psphot.20100506/src/psphotEfficiency.c	(revision 28011)
+++ /branches/eam_branches/psphot.20100506/src/psphotEfficiency.c	(revision 28012)
@@ -73,4 +73,11 @@
     psTrace("psphot.fake", 1, "Limiting flux: %f\n", fluxLim);
     psTrace("psphot.fake", 1, "Limiting mag: %f\n", *magLim);
+    psLogMsg("psphot", PS_LOG_INFO,
+             "Detection efficiency:\n"
+             "  Mean variance: %f * %f\n"
+             "  Threshold: %f\n"
+             "  Normalisation: %f\n"
+             "  Limiting magnitude: %f\n",
+             meanVar, *covarFactor, thresh, *norm, *magLim);
 
     *radius = smoothSigma * smoothNsigma;
@@ -169,6 +176,6 @@
 	if (!psphotEfficiencyReadout (config, view, filerule, i, recipe)) {
             psError (PSPHOT_ERR_CONFIG, false, "failed to measure detection efficiency for %s entry %d", filerule, i);
-	    return false;
-	}
+            return false;
+        }
     }
     return true;
Index: /branches/eam_branches/psphot.20100506/src/psphotMosaicChip.c
===================================================================
--- /branches/eam_branches/psphot.20100506/src/psphotMosaicChip.c	(revision 28011)
+++ /branches/eam_branches/psphot.20100506/src/psphotMosaicChip.c	(revision 28012)
@@ -21,6 +21,5 @@
     pmChip *inChip = pmFPAviewThisChip(view, in->fpa);
     if (!outChip->hdu && !outChip->parent->hdu) {
-        const char *name = psMetadataLookupStr(&status, in->fpa->concepts, "FPA.OBS"); // Name of FPA
-        pmFPAAddSourceFromView(out->fpa, name, view, out->format);
+        pmFPAAddSourceFromView(out->fpa, view, out->format);
     }
 
