Index: /trunk/psphot/src/psphotOutput.c
===================================================================
--- /trunk/psphot/src/psphotOutput.c	(revision 20236)
+++ /trunk/psphot/src/psphotOutput.c	(revision 20237)
@@ -166,6 +166,15 @@
     psMetadataItemSupplement (header, recipe, "NPSFSTAR");
     psMetadataItemSupplement (header, recipe, "APLOSS");
-    psMetadataItemSupplement (header, recipe, "FWHM_X");
-    psMetadataItemSupplement (header, recipe, "FWHM_Y");
+
+    psMetadataItemSupplement (header, recipe, "FWHM_MAJ");
+    psMetadataItemSupplement (header, recipe, "FW_MJ_SG");
+    psMetadataItemSupplement (header, recipe, "FW_MJ_LQ");
+    psMetadataItemSupplement (header, recipe, "FW_MJ_UQ");
+
+    psMetadataItemSupplement (header, recipe, "FWHM_MIN");
+    psMetadataItemSupplement (header, recipe, "FW_MN_SG");
+    psMetadataItemSupplement (header, recipe, "FW_MN_LQ");
+    psMetadataItemSupplement (header, recipe, "FW_MN_UQ");
+
     psMetadataItemSupplement (header, recipe, "ANGLE");
 
