Index: trunk/psModules/src/objects/pmSourcePlotPSFModel.c
===================================================================
--- trunk/psModules/src/objects/pmSourcePlotPSFModel.c	(revision 12949)
+++ trunk/psModules/src/objects/pmSourcePlotPSFModel.c	(revision 13064)
@@ -5,6 +5,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-04-21 19:47:14 $
+ *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-04-27 22:14:08 $
  *
  *  Copyright 2006 IfA, University of Hawaii
@@ -120,12 +120,7 @@
         moments.xy = source->moments->Sxy;
 
-        psEllipseShape shape;
-        shape.sx  = PAR[PM_PAR_SXX] / sqrt(2.0);
-        shape.sy  = PAR[PM_PAR_SYY] / sqrt(2.0);
-        shape.sxy = PAR[PM_PAR_SXY];
-
         // force the axis ratio to be < 20.0
         psEllipseAxes axes_mnt = psEllipseMomentsToAxes (moments, 20.0);
-        psEllipseAxes axes_psf = psEllipseShapeToAxes (shape, 20.0);
+        psEllipseAxes axes_psf = pmPSF_ModelToAxes (PAR, 20.0);
 
         // moments major axis
