Index: branches/pap/ppSub/src/ppSub.h
===================================================================
--- branches/pap/ppSub/src/ppSub.h	(revision 23704)
+++ branches/pap/ppSub/src/ppSub.h	(revision 23711)
@@ -24,11 +24,12 @@
 // Output files, for activation/deactivation
 typedef enum {
-    PPSUB_FILES_INPUT    = 0x01,         // Input files
-    PPSUB_FILES_CONV     = 0x02,         // Convolved files (output)
-    PPSUB_FILES_SUB      = 0x04,         // Subtracted files (output)
-    PPSUB_FILES_INV      = 0x08,         // Inverse subtracted files (output)
-    PPSUB_FILES_PHOT_SUB = 0x10,         // Photometry files (output)
-    PPSUB_FILES_PHOT_INV = 0x20,        // Photometry files (
-    PPSUB_FILES_ALL      = 0xFF,         // All files
+    PPSUB_FILES_INPUT    = 0x01,        // Input files
+    PPSUB_FILES_CONV     = 0x02,        // Convolved files (output)
+    PPSUB_FILES_SUB      = 0x04,        // Subtracted files (output)
+    PPSUB_FILES_INV      = 0x08,        // Inverse subtracted files (output)
+    PPSUB_FILES_PHOT     = 0x10,        // psphot photometry files
+    PPSUB_FILES_PHOT_SUB = 0x20,        // Subtraction photometry files (output)
+    PPSUB_FILES_PHOT_INV = 0x40,        // Inverse subtraction photometry files (output)
+    PPSUB_FILES_ALL      = 0xFF,        // All files
 } ppSubFiles;
 
