Index: trunk/psastro/src/psastroDataLoop.c
===================================================================
--- trunk/psastro/src/psastroDataLoop.c	(revision 6911)
+++ trunk/psastro/src/psastroDataLoop.c	(revision 6958)
@@ -1,7 +1,9 @@
 # include "psastro.h"
 
-// this loop just loads the data from the input files.
+// this loop loads the data from the input files and selects the
+// brighter stars for astrometry
 // at the end of this function, the complete stellar data is loaded
 // into the correct fpa structure locations (readout.analysis:PSPHOT.SOURCES)
+// 
 // all of the different astrometry analysis modes use the same data load loop
 bool psastroDataLoop (pmConfig *config) {
@@ -46,4 +48,2 @@
 }
 
-// we need to suppress other IO files.  we need a function with toggles the mode/state of the
-// pmFPAfiles so the ones of interest are active.
