Index: trunk/psastro/src/psastroLoadGhosts.c
===================================================================
--- trunk/psastro/src/psastroLoadGhosts.c	(revision 24650)
+++ trunk/psastro/src/psastroLoadGhosts.c	(revision 26259)
@@ -119,5 +119,7 @@
                 if (! readout->data_exists) { continue; }
 
-                // select the raw objects for this readout (loaded in psastroExtract.c)
+                // select the raw objects for this readout (loaded in psastroChooseRefstars.c)
+		// XXX : note that we place limits on the refstar sample in psastroChooseRefstars.c:
+		// 1) on chip and 2) < PSASTRO.MAX.NREF. magnitude limits and clump exclusion are only 
                 psArray *refstars = psMetadataLookupPtr (&status, readout->analysis, "PSASTRO.REFSTARS");
                 if (refstars == NULL) { continue; }
