Index: trunk/ppTranslate/src/ppMopsWrite.c
===================================================================
--- trunk/ppTranslate/src/ppMopsWrite.c	(revision 34671)
+++ trunk/ppTranslate/src/ppMopsWrite.c	(revision 34672)
@@ -48,5 +48,5 @@
     }
   }
-  //Get the SEEING weighted mean
+  //Get the SEEING weighted mean. Update the PLTSCALE_EXT value
   float seeing = 0.;
   int totalGood = 0;
@@ -57,7 +57,9 @@
       if (isfinite(((ppMopsDetections*) detections->data[d])->platescale)) {
           det->platescale = ((ppMopsDetections*) detections->data[d])->platescale;
-      }
-    }
-  }
+          printf("plate-scale = [%g]\n", det->platescale);
+      }
+    }
+  }
+  printf("plate-scale = [%g]\n", det->platescale);
   seeing /= (float) totalGood;
   if (det != NULL) {
