Index: /trunk/ppTranslate/src/ppMopsWrite.c
===================================================================
--- /trunk/ppTranslate/src/ppMopsWrite.c	(revision 34674)
+++ /trunk/ppTranslate/src/ppMopsWrite.c	(revision 34675)
@@ -48,5 +48,5 @@
     }
   }
-  //Get the SEEING weighted mean. Update the PLTSCALE_EXT value
+  //Get the SEEING weighted mean. Update the PLTSCALE value
   float seeing = 0.;
   int totalGood = 0;
@@ -57,5 +57,4 @@
       if (isfinite(((ppMopsDetections*) detections->data[d])->platescale)) {
           det->platescale = ((ppMopsDetections*) detections->data[d])->platescale;
-          printf("plate-scale = [%g]\n", det->platescale);
       }
     }
@@ -91,4 +90,5 @@
   psMetadataAddStr(header, PS_LIST_TAIL, "SHUTOUTC", 0, "Camera exposure shutter open (UTC)", args->shutoutc);
   psMetadataAddF32(header, PS_LIST_TAIL, "PLTSCALE_EXT", 0, "Plate scale at centroid", det->platescale);
+  psMetadataAddF32(header, PS_LIST_TAIL, "PLTSCALE", 0, "Plate scale at centroid", det->platescale);
 
   //field in header that tells about the CMF version
