Index: trunk/Ohana/src/opihi/dvo/dbExtractMeasures.c
===================================================================
--- trunk/Ohana/src/opihi/dvo/dbExtractMeasures.c	(revision 15509)
+++ trunk/Ohana/src/opihi/dvo/dbExtractMeasures.c	(revision 16810)
@@ -1,3 +1,8 @@
 # include "dvoshell.h"
+
+// to add a new field to the extractions:
+// 1) add the selection for the field below
+// 2) add the field to the ParseMeasureField in dbFields.c
+// 3) add the field to the measure enum list in dvoshell.h
 
 /* time concepts */
@@ -111,8 +116,8 @@
       break;
     case MEAS_NMEAS: /* OK */
-      value = average[0].Nm;
+      value = average[0].Nmeasure;
       break;
     case MEAS_NMISS: /* OK */
-      value = average[0].Nn;
+      value = average[0].Nmissing;
       break;
     case MEAS_OBJFLAGS: /* OK */
@@ -171,5 +176,5 @@
     case MEAS_XCCD: /* OK */
 /* I need to perform this conversion for ELIXIR and LONEOS formats on load */      
-# if 0
+# if 1
       value = measure[0].Xccd;
 # else
@@ -184,5 +189,5 @@
     case MEAS_YCCD: /* OK */
 /* I need to perform this conversion for ELIXIR and LONEOS formats on load */      
-# if 0
+# if 1
       value = measure[0].Yccd;
 # else
@@ -230,6 +235,6 @@
       value = measure[0].qPSF;
       break;
-    case MEAS_PSF_PROB: /* OK */
-      value = measure[0].psfProb;
+    case MEAS_PSF_CHISQ: /* OK */
+      value = measure[0].psfChisq;
       break;
     case MEAS_CR_NSIGMA: /* OK */
