Index: /trunk/psphot/src/psphot.h
===================================================================
--- /trunk/psphot/src/psphot.h	(revision 25986)
+++ /trunk/psphot/src/psphot.h	(revision 25987)
@@ -61,4 +61,5 @@
 bool            psphotBlendFit_Threaded (psThreadJob *job);
 
+bool            psphotSourceStatsUpdate (psArray *sources, pmConfig *config, pmReadout *readout);
 psArray        *psphotSourceStats (pmConfig *config, pmReadout *readout, pmDetections *detections, bool setWindow);
 bool            psphotSourceStats_Threaded (psThreadJob *job);
@@ -196,4 +197,5 @@
 bool psphotVisualShowResidualImage (pmReadout *readout);
 bool psphotVisualPlotApResid (psArray *sources, float mean, float error);
+bool psphotVisualPlotChisq (psArray *sources);
 bool psphotVisualPlotSourceSize (psMetadata *recipe, psMetadata *analysis, psArray *sources);
 bool psphotVisualShowPetrosians (psArray *sources);
@@ -270,4 +272,6 @@
 bool psphotDumpPSFStars (pmReadout *readout, pmPSFtry *try, float radius, psImageMaskType maskVal, psImageMaskType markVal);
 
+bool psphotLoadSRCTEXT (pmFPA *fpa, pmConfig *config);
+
 bool psphotCheckStarDistribution (psArray *sources, psArray *stars, pmPSFOptions *options);
 int psphotSupplementStars (psArray *stars, psArray *sources, psImageBinning *binning, int ix, int iy);
@@ -280,4 +284,11 @@
     );
 
+pmConfig *psphotForcedArguments(int argc, char **argv);
+bool psphotForcedImageLoop (pmConfig *config);
+bool psphotForcedReadout(pmConfig *config, const pmFPAview *view);
+
+pmConfig *psphotMakePSFArguments(int argc, char **argv);
+bool psphotMakePSFImageLoop (pmConfig *config);
+bool psphotMakePSFReadout(pmConfig *config, const pmFPAview *view);
 
 #endif
