Index: trunk/psModules/src/objects/pmSourceIO_CMF.c
===================================================================
--- trunk/psModules/src/objects/pmSourceIO_CMF.c	(revision 10257)
+++ trunk/psModules/src/objects/pmSourceIO_CMF.c	(revision 10258)
@@ -3,6 +3,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-10-24 22:55:05 $
+ *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-11-29 02:36:38 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -67,5 +67,5 @@
         shape.sy  = PAR[PM_PAR_SYY];
         shape.sxy = PAR[PM_PAR_SXY];
-        axes = psEllipseShapeToAxes (shape);
+        axes = psEllipseShapeToAxes (shape, 20.0);
 
         row = psMetadataAlloc ();
Index: trunk/psModules/src/objects/pmSourceIO_CMP.c
===================================================================
--- trunk/psModules/src/objects/pmSourceIO_CMP.c	(revision 10257)
+++ trunk/psModules/src/objects/pmSourceIO_CMP.c	(revision 10258)
@@ -3,6 +3,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-10-28 20:23:51 $
+ *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-11-29 02:36:38 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -124,5 +124,5 @@
         shape.sy  = PAR[PM_PAR_SYY];
         shape.sxy = PAR[PM_PAR_SXY];
-        axes = psEllipseShapeToAxes (shape);
+        axes = psEllipseShapeToAxes (shape, 20.0);
 
         psLineInit (line);
Index: trunk/psModules/src/objects/pmSourceIO_OBJ.c
===================================================================
--- trunk/psModules/src/objects/pmSourceIO_OBJ.c	(revision 10257)
+++ trunk/psModules/src/objects/pmSourceIO_OBJ.c	(revision 10258)
@@ -3,6 +3,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-10-19 21:16:49 $
+ *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-11-29 02:36:38 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -73,5 +73,5 @@
         shape.sy  = PAR[PM_PAR_SYY];
         shape.sxy = PAR[PM_PAR_SXY];
-        axes = psEllipseShapeToAxes (shape);
+        axes = psEllipseShapeToAxes (shape, 20.0);
 
         psLineInit (line);
Index: trunk/psModules/src/objects/pmSourceIO_SX.c
===================================================================
--- trunk/psModules/src/objects/pmSourceIO_SX.c	(revision 10257)
+++ trunk/psModules/src/objects/pmSourceIO_SX.c	(revision 10258)
@@ -3,6 +3,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-10-19 21:16:49 $
+ *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-11-29 02:36:38 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -63,5 +63,5 @@
         shape.sy  = PAR[PM_PAR_SYY];
         shape.sxy = PAR[PM_PAR_SXY];
-        axes = psEllipseShapeToAxes (shape);
+        axes = psEllipseShapeToAxes (shape, 20.0);
 
         psLineInit (line);
