Index: branches/eam_branches/20091113/psastro/src/psastroConvert.c
===================================================================
--- branches/eam_branches/20091113/psastro/src/psastroConvert.c	(revision 26221)
+++ branches/eam_branches/20091113/psastro/src/psastroConvert.c	(revision 26222)
@@ -154,5 +154,5 @@
 
         psF32 *PAR = model->params->data.F32;
-        // psF32 *dPAR = model->dparams->data.F32;
+	psF32 *dPAR = model->dparams->data.F32;
 
         pmAstromObj *obj = pmAstromObjAlloc ();
@@ -161,9 +161,8 @@
         obj->pix->x    = PAR[PM_PAR_XPOS];
         obj->pix->y    = PAR[PM_PAR_YPOS];
-	
-	// XXX load the position errors if we want to calculate the systematic error
-        // obj->pix->xErr = dPAR[PM_PAR_XPOS];
-        // obj->pix->yErr = dPAR[PM_PAR_YPOS];
+        obj->pix->xErr = dPAR[PM_PAR_XPOS];
+        obj->pix->yErr = dPAR[PM_PAR_YPOS];
         obj->Mag = source->psfMag;
+        obj->dMag = source->errMag;
 
         // XXX do we have the information giving the readout and cell offset?
