Index: trunk/ppTranslate/src/ppMopsWrite.c
===================================================================
--- trunk/ppTranslate/src/ppMopsWrite.c	(revision 34668)
+++ trunk/ppTranslate/src/ppMopsWrite.c	(revision 34671)
@@ -55,4 +55,7 @@
       seeing += ((ppMopsDetections*) detections->data[d])->seeing;
       totalGood += 1;
+      if (isfinite(((ppMopsDetections*) detections->data[d])->platescale)) {
+          det->platescale = ((ppMopsDetections*) detections->data[d])->platescale;
+      }
     }
   }
