Index: trunk/psastro/src/psastroExtractAnalysis.c
===================================================================
--- trunk/psastro/src/psastroExtractAnalysis.c	(revision 23591)
+++ trunk/psastro/src/psastroExtractAnalysis.c	(revision 23592)
@@ -51,6 +51,8 @@
     psFree(refs);
 
+    // convert star positions to ghost positions and add to the readout->analysis data
+    psastroExtractGhosts (config);
+
     psastroExtractStars (config);
-    psastroExtractGhosts (config);
     return true;
 }
