Index: trunk/psastro/src/psastroConvert.c
===================================================================
--- trunk/psastro/src/psastroConvert.c	(revision 31333)
+++ trunk/psastro/src/psastroConvert.c	(revision 31447)
@@ -133,5 +133,5 @@
         pmSource *source = sources->data[n];
 
-        psTrace ("psastro", 6, "mag: %f +/- %f, mode: %x, skip: %x\n", source->psfMag, source->errMag, source->mode, skip);
+        psTrace ("psastro", 6, "mag: %f +/- %f, mode: %x, skip: %x\n", source->psfMag, source->psfMagErr, source->mode, skip);
 
         if (source->mode & skip) {
@@ -191,5 +191,5 @@
         obj->pix->yErr = dPAR[PM_PAR_YPOS];
         obj->Mag = source->psfMag;
-        obj->dMag = source->errMag;
+        obj->dMag = source->psfMagErr;
 
         // XXX do we have the information giving the readout and cell offset?
