Index: branches/eam_branches/ppStack.20211015/src/ppStack.h
===================================================================
--- branches/eam_branches/ppStack.20211015/src/ppStack.h	(revision 41840)
+++ branches/eam_branches/ppStack.20211015/src/ppStack.h	(revision 41842)
@@ -115,4 +115,16 @@
 bool ppStackReadoutFinalThread(psThreadJob *job // Job to process
     );
+
+// Thread entry point for ppStackReadoutPercent
+bool ppStackReadoutPercentThread(psThreadJob *job);
+
+bool ppStackReadoutPercent(const pmConfig *config,
+			   pmReadout *outRO,
+			   const psArray *readouts,
+			   const psVector *mask,
+			   const psVector *weightings,
+			   const psVector *exposures,
+			   const psVector *addVariance);
+
 // Perform median stacking for background
 bool ppStackCombineBackground(ppStackThreadData *stack, ppStackOptions *options, pmConfig *config);
