Index: trunk/ppImage/src/ppImage.h
===================================================================
--- trunk/ppImage/src/ppImage.h	(revision 13901)
+++ trunk/ppImage/src/ppImage.h	(revision 13970)
@@ -65,3 +65,9 @@
 bool ppImageDefineFile (pmConfig *config, pmFPA *input, char *filerule, char *argname, pmFPAfileType fileType, pmDetrendType detrendType);
 
+// calculate stats, including MD5
+bool ppImageStats (pmConfig *config, pmChip *chip, const pmFPAview *inputView, const ppImageOptions *options);
+
+// write stats to output file 
+bool ppImageStatsOutput (pmConfig *config, pmFPA *fpa, const ppImageOptions *options);
+
 #endif
