Index: trunk/psastro/src/psastroChooseRefstars.c
===================================================================
--- trunk/psastro/src/psastroChooseRefstars.c	(revision 37420)
+++ trunk/psastro/src/psastroChooseRefstars.c	(revision 37552)
@@ -66,5 +66,5 @@
     psF32 clampMagMin = psMetadataLookupF32 (&status, recipe, "REFSTAR_CLAMP_MAG_MIN");
     if (!status) clampMagMin = -5.0;
-    //MEH test
+    //MEH adding max option as well -- really should not be hardcoded..
     psF32 clampMagMax = psMetadataLookupF32 (&status, recipe, "REFSTAR_CLAMP_MAG_MAX");
     if (!status) clampMagMax = 30.0;
@@ -117,5 +117,5 @@
                         goto skip;
                     }
-		    //MEH test
+		    //MEH option for max mag clamp also
                     if (ref->Mag > clampMagMax) {
                         psWarning("Skipping by clamp refstar with faint magnitude %f ra: %f dec: %f\n",
