Index: trunk/ppTranslate/src/ppMopsWrite.c
===================================================================
--- trunk/ppTranslate/src/ppMopsWrite.c	(revision 34486)
+++ trunk/ppTranslate/src/ppMopsWrite.c	(revision 34488)
@@ -53,6 +53,6 @@
   for (int d = 0; d < detections->n; d++) {
     if ( (detections->data[d] != NULL) && (isfinite(((ppMopsDetections*) detections->data[d])->seeing)) ) {
-      seeing += (((ppMopsDetections*) detections->data[d])->seeing)*((float) (((ppMopsDetections*) detections->data[d])->numGood));
-      totalGood += (((ppMopsDetections*) detections->data[d])->numGood);
+      seeing += ((ppMopsDetections*) detections->data[d])->seeing;
+      totalGood += 1;
     }
   }
