Index: trunk/ppSub/src/ppSubReadout.c
===================================================================
--- trunk/ppSub/src/ppSubReadout.c	(revision 20828)
+++ trunk/ppSub/src/ppSubReadout.c	(revision 20993)
@@ -434,4 +434,10 @@
         }
 
+        // Record the FWHM
+        pmHDU *hdu = pmHDUFromCell(outRO->parent); // HDU with header
+        psMetadataItemSupplement(hdu->header, psphotRecipe, "FWHM_MAJ");
+        psMetadataItemSupplement(hdu->header, psphotRecipe, "FWHM_MIN");
+
+
         pmCell *photCell = pmFPAfileThisCell(config->files, view, "PSPHOT.INPUT");
         pmCellFreeReadouts(photCell);
