Index: /trunk/psastro/src/psastroAstromGuess.c
===================================================================
--- /trunk/psastro/src/psastroAstromGuess.c	(revision 15199)
+++ /trunk/psastro/src/psastroAstromGuess.c	(revision 15200)
@@ -125,5 +125,5 @@
 
 		if (psTraceGetLevel("psastro.plot") > 0) {
-		    psastroPlotRawstars (rawstars, fpa, chip);
+		    psastroPlotRawstars (rawstars, fpa, chip, recipe);
 		}
             }
Index: /trunk/psastro/src/psastroLoadRefstars.c
===================================================================
--- /trunk/psastro/src/psastroLoadRefstars.c	(revision 15199)
+++ /trunk/psastro/src/psastroLoadRefstars.c	(revision 15200)
@@ -126,5 +126,5 @@
 
     if (psTraceGetLevel("psastro.plot") > 0) {
-        psastroPlotRefstars (refstars);
+        psastroPlotRefstars (refstars, recipe);
     }
 
