Index: branches/eam_branches/ipp-20150326/psModules/src/objects/pmSourceIO_CMF.c.in
===================================================================
--- branches/eam_branches/ipp-20150326/psModules/src/objects/pmSourceIO_CMF.c.in	(revision 38017)
+++ branches/eam_branches/ipp-20150326/psModules/src/objects/pmSourceIO_CMF.c.in	(revision 38018)
@@ -1252,6 +1252,6 @@
         }
 
-	// XXX : make this depend on what is in the cmf
-	if (0) {
+	// NOTE: we no longer write out the covariance matrix
+	if (false) {
 	    // read the covariance matrix
 	    int nparams = model->params->n;
@@ -1266,4 +1266,9 @@
 	    model->covar = covar;
 	}
+
+	// we are only saving the values stored in dPAR[SXX,etc]
+        dPAR[PM_PAR_SXX] = psMetadataLookupF32(&status, row, "EXT_WIDTH_MAJ_ERR");
+        dPAR[PM_PAR_SYY] = psMetadataLookupF32(&status, row, "EXT_WIDTH_MIN_ERR");
+        dPAR[PM_PAR_SXY] = psMetadataLookupF32(&status, row, "EXT_THETA_ERR");
 
         if (modelType == extModelType) {
