Index: trunk/psModules/src/objects/pmSourcePlotPSFModel.c
===================================================================
--- trunk/psModules/src/objects/pmSourcePlotPSFModel.c	(revision 15562)
+++ trunk/psModules/src/objects/pmSourcePlotPSFModel.c	(revision 19879)
@@ -5,6 +5,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-11-10 01:09:20 $
+ *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2008-10-03 20:59:16 $
  *
  *  Copyright 2006 IfA, University of Hawaii
@@ -123,7 +123,7 @@
 
         psEllipseMoments moments;
-        moments.x2 = source->moments->Sx;
-        moments.y2 = source->moments->Sy;
-        moments.xy = source->moments->Sxy;
+        moments.x2 = source->moments->Mxx;
+        moments.xy = source->moments->Mxy;
+        moments.y2 = source->moments->Myy;
 
         // force the axis ratio to be < 20.0
