Index: trunk/psastro/src/psastroAstromGuess.c
===================================================================
--- trunk/psastro/src/psastroAstromGuess.c	(revision 20796)
+++ trunk/psastro/src/psastroAstromGuess.c	(revision 20805)
@@ -142,4 +142,6 @@
 		    psastroDumpRawstars (rawstars, fpa, chip);
 		}
+
+                psastroVisualPlotRawStars(rawstars, fpa, chip, recipe);
 
 		if (psTraceGetLevel("psastro.plot") > 0) {
@@ -362,4 +364,6 @@
     psVector *cornerQd = (psVector *) psBinaryOp (NULL, cornerQn, "-", cornerQf);
 
+    psastroVisualPlotAstromGuessCheck (cornerPo, cornerQo, cornerPn, cornerQn, cornerPd, cornerQd);
+
     psStats *statsP = psStatsAlloc (PS_STAT_SAMPLE_MEAN | PS_STAT_SAMPLE_STDEV);
     psStats *statsQ = psStatsAlloc (PS_STAT_SAMPLE_MEAN | PS_STAT_SAMPLE_STDEV);
