Index: trunk/psphot/src/fit_galaxies.c
===================================================================
--- trunk/psphot/src/fit_galaxies.c	(revision 4630)
+++ trunk/psphot/src/fit_galaxies.c	(revision 4642)
@@ -32,8 +32,10 @@
 	if (source->type == PS_SOURCE_SATSTAR) continue;
 	if (source->type == PS_SOURCE_GOODSTAR) continue;
+
 	// skip all likely defects
 	if (source->type == PS_SOURCE_DEFECT) continue;
 	if (source->type == PS_SOURCE_SATURATED) continue;
-	// 
+
+	// skip poorly fitted stars
 	if (source->type == PS_SOURCE_FAINTSTAR) continue;
 	if (source->type == PS_SOURCE_POOR_FIT_PSF) continue;
