Index: trunk/psModules/src/concepts/pmConceptsPhotcode.h
===================================================================
--- trunk/psModules/src/concepts/pmConceptsPhotcode.h	(revision 7679)
+++ trunk/psModules/src/concepts/pmConceptsPhotcode.h	(revision 9572)
@@ -2,10 +2,15 @@
 #define PM_CONCEPTS_PHOTCODE_H
 
-#include "pslib.h"
+#include <pslib.h>
 #include "pmConfig.h"
 #include "pmFPAview.h"
 #include "pmFPAfile.h"
 
-char *pmConceptsPhotcodeForView (pmConfig *config, pmFPAfile *file, pmFPAview *view);
+/// Return the photcode based on the PHOTCODE.RULE in the PHASE2 recipe
+///
+/// A photometry code ("photcode") is a string that represents the combination of filter and detector (chip).
+/// This functions generates a photcode for a particular chip within the FPA, based on the PHOTCODE.RULE in
+/// the PHASE2 recipe.  Interpolation using the usual syntax (e.g., "{CHIP.NAME}") is permitted.
+psString pmConceptsPhotcodeForView(pmConfig *config, pmFPAfile *file, pmFPAview *view);
 
 # endif
