Index: /trunk/psastro/src/psastroLoadRefstars.c
===================================================================
--- /trunk/psastro/src/psastroLoadRefstars.c	(revision 11468)
+++ /trunk/psastro/src/psastroLoadRefstars.c	(revision 11469)
@@ -50,5 +50,6 @@
     }
 
-    psStringAppend (&getstarLine, "getstar %s -D CATMODE mef -maglim %f -region %f %f %f %f -o %s", catformat, MAGmax, RAmin, DECmin, RAmax, DECmax, tempFile);
+    // XXX set getstar in config?
+    psStringAppend (&getstarLine, "/home/kiawe/eugene/psconfig/dev.lin64/bin/getstar %s -D CATMODE mef -maglim %f -region %f %f %f %f -o %s", catformat, MAGmax, RAmin, DECmin, RAmax, DECmax, tempFile);
     psTrace ("psastro", 3, "%s\n", getstarLine);
 
@@ -112,5 +113,5 @@
     // dump or plot the available refstars
     if (psTraceGetLevel("psastro.dump") > 0) {
-	psastroDumpRefstars (refstars);
+	psastroDumpRefstars (refstars, "refstars.dat");
     }
 
