Index: trunk/Ohana/src/relphot/src/bcatalog.c
===================================================================
--- trunk/Ohana/src/relphot/src/bcatalog.c	(revision 34267)
+++ trunk/Ohana/src/relphot/src/bcatalog.c	(revision 34405)
@@ -117,5 +117,5 @@
 
       // skip garbage measurements
-      if (catalog[0].measure[offset].psfQual < 0.85) { Npsfqf ++; continue; }
+      if (catalog[0].measure[offset].psfQF < 0.85) { Npsfqf ++; continue; }
       if (isnan(catalog[0].measure[offset].M)) { Nnan ++; continue; }
 
Index: trunk/Ohana/src/relphot/src/load_catalogs.c
===================================================================
--- trunk/Ohana/src/relphot/src/load_catalogs.c	(revision 34267)
+++ trunk/Ohana/src/relphot/src/load_catalogs.c	(revision 34405)
@@ -136,5 +136,5 @@
     // TimeSelect -time
     // DophotSelect
-    // (note that psfQual is applied rigidly at 0.85, as is the galaxy test)
+    // (note that psfQF is applied rigidly at 0.85, as is the galaxy test)
     // MAG_LIM
     // SIGMA_LIM
Index: trunk/Ohana/src/relphot/src/relphot_objects.c
===================================================================
--- trunk/Ohana/src/relphot/src/relphot_objects.c	(revision 34267)
+++ trunk/Ohana/src/relphot/src/relphot_objects.c	(revision 34405)
@@ -143,5 +143,5 @@
     // TimeSelect -time
     // DophotSelect
-    // (note that psfQual is applied rigidly at 0.85, as is the galaxy test)
+    // (note that psfQF is applied rigidly at 0.85, as is the galaxy test)
     // MAG_LIM
     // SIGMA_LIM
Index: trunk/Ohana/src/relphot/src/setMrelFinal.c
===================================================================
--- trunk/Ohana/src/relphot/src/setMrelFinal.c	(revision 34267)
+++ trunk/Ohana/src/relphot/src/setMrelFinal.c	(revision 34405)
@@ -237,5 +237,5 @@
 	  if (catalog[0].measure[m].photFlags & code->photomBadMask) goto skip;
 	  if ((catalog[0].measure[m].photcode > 10000) && (catalog[0].measure[m].photcode < 10500)) {
-	    if (catalog[0].measure[m].psfQual < 0.85) goto skip;
+	    if (catalog[0].measure[m].psfQF < 0.85) goto skip;
 	  }
 	}
