Index: trunk/psphot/src/psphot.h
===================================================================
--- trunk/psphot/src/psphot.h	(revision 38387)
+++ trunk/psphot/src/psphot.h	(revision 38388)
@@ -71,4 +71,6 @@
 bool            psphotModelBackgroundReadoutFileIndex (pmConfig *config, const pmFPAview *view, const char *filerule, int index);
 bool            psphotModelBackground_Threaded (psThreadJob *job);
+bool            psphotLoadBackgroundModel (pmConfig *config, const pmFPAview *view, const char *filerule);
+bool            psphotLoadBackgroundModelReadoutFileIndex (pmConfig *config, const pmFPAview *view, const char *filerule, int index);
 
 bool            psphotMaskBackground (pmConfig *config, const pmFPAview *view, const char *filerule);
@@ -386,4 +388,5 @@
 bool psphotStackImageLoop (pmConfig *config);
 bool psphotStackReadout (pmConfig *config, const pmFPAview *view);
+bool psphotStackUpdateReadout (pmConfig *config, const pmFPAview *view);
 bool psphotStackChisqImage (pmConfig *config, const pmFPAview *view, const char *ruleDet, const char *ruleCnv);
 bool psphotStackChisqImageAddReadout(const pmConfig *config, // Configuration
@@ -395,4 +398,7 @@
 
 bool psphotStackRemoveChisqFromInputs (pmConfig *config, const char *filerule);
+bool psphotStackMatchPSFsetup (pmConfig *config, const pmFPAview *view, const char *filerule, const char *fPSF);
+bool psphotStackMatchPSFsetupReadout (pmConfig *config, const pmFPAview *view, const char *filerule, const char *fPSF, int index);
+bool psphotStackLoadWCS(pmConfig *config, const pmFPAview *view, const char *filerule);
 bool pmFPAfileRemoveSingle(psMetadata *files, const char *name, int num);
 
@@ -401,4 +407,5 @@
 bool psphotMatchSourcesToObjects (psArray *objects, psArray *sources, float RADIUS);
 bool psphotFilterMatchedSources (pmConfig *config, const pmFPAview *view, const char *filerule, psArray *objects);
+psArray *psphotLinkSources (pmConfig *config, const pmFPAview *view, const char *filerule);
 
 bool psphotFitSourcesLinearStack (pmConfig *config, psArray *objects, bool final);
