Index: trunk/psModules/src/objects/pmSourceIO_CMP.c
===================================================================
--- trunk/psModules/src/objects/pmSourceIO_CMP.c	(revision 9653)
+++ trunk/psModules/src/objects/pmSourceIO_CMP.c	(revision 9770)
@@ -3,6 +3,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-10-19 21:16:49 $
+ *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-10-28 20:23:51 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -35,4 +35,6 @@
 // XXX make sure the angle in correctly translated to/from degrees
 // XXX we lose all information from the 'type' field
+
+// XXX update this file is we convert to PAR[4] : SigmaX*sqrt(2) (not 1/SigmaX)
 
 // elixir-style pseudo FITS table (header + ascii list)
@@ -267,7 +269,7 @@
             shape = psEllipseAxesToShape (axes);
 
-            PAR[4] = shape.sx;
-            PAR[5] = shape.sy;
-            PAR[6] = shape.sxy;
+            PAR[PM_PAR_SXX] = shape.sx;
+            PAR[PM_PAR_SYY] = shape.sy;
+            PAR[PM_PAR_SXY] = shape.sxy;
 
             source->modelPSF = model;
