Index: /trunk/psastro/src/psastroAnalysis.c
===================================================================
--- /trunk/psastro/src/psastroAnalysis.c	(revision 24646)
+++ /trunk/psastro/src/psastroAnalysis.c	(revision 24647)
@@ -86,4 +86,10 @@
         return false;
     }
+
+    if (!psastroChooseGlintStars (config, refs, "PSASTRO.INPUT")) {
+        psError (PSASTRO_ERR_UNKNOWN, false, "failed to select glint stars from reference star list\n");
+        psFree(refs);
+        return false;
+    }
     psFree (refs);  // refs of interest are saved on readout->analysis
 
