Index: /tags/ipp-20121026/ppTranslate/src/ppMopsWrite.c
===================================================================
--- /tags/ipp-20121026/ppTranslate/src/ppMopsWrite.c	(revision 34669)
+++ /tags/ipp-20121026/ppTranslate/src/ppMopsWrite.c	(revision 34670)
@@ -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;
+      }
     }
   }
