Index: trunk/psModules/src/objects/pmSourceIO_RAW.c
===================================================================
--- trunk/psModules/src/objects/pmSourceIO_RAW.c	(revision 15562)
+++ trunk/psModules/src/objects/pmSourceIO_RAW.c	(revision 19879)
@@ -3,6 +3,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-11-10 01:09:20 $
+ *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2008-10-03 20:59:16 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -225,6 +225,6 @@
         fprintf (f, "%5d %5d  %7.1f  %7.1f %7.1f  %6.3f %6.3f  %8.1f %7.1f %7.1f %7.1f  %4d %2d\n",
                  source->peak->x, source->peak->y, source->peak->value,
-                 moment->x, moment->y,
-                 moment->Sx, moment->Sy,
+                 moment->Mx, moment->My,
+                 moment->Mxx, moment->Myy,
                  moment->Sum, moment->Peak,
                  moment->Sky, moment->SN,
@@ -258,6 +258,6 @@
         fprintf (f, "%5d %5d  %7.1f  %7.1f %7.1f  %6.3f %6.3f  %10.1f %7.1f %7.1f %7.1f  %4d %2d %#5x\n",
                  source->peak->x, source->peak->y, source->peak->value,
-                 source->moments->x, source->moments->y,
-                 source->moments->Sx, source->moments->Sy,
+                 source->moments->Mx, source->moments->My,
+                 source->moments->Mxx, source->moments->Myy,
                  source->moments->Sum, source->moments->Peak,
                  source->moments->Sky, source->moments->SN,
