Index: trunk/psastro/src/psastro.c
===================================================================
--- trunk/psastro/src/psastro.c	(revision 5509)
+++ trunk/psastro/src/psastro.c	(revision 5510)
@@ -22,12 +22,6 @@
     psastroProjectRawstars (subset);
 
-    // load the corresponding reference data (DVO command)
-    psArray *refstars = psastroLoadReference (argv[3]);
-
-    // use the header & config info to project refstars on the focal plane
-    psastroProjectRefstars (refstars, subset);
-
     // fpa and subset point to the same astrometry terms
-    psastroChipAstrom (refstars, subset);
+    psastroChipAstrom (subset, config);
 
     // write out data (cmp file)
