Index: trunk/Ohana/src/opihi/dvo/avextract.c
===================================================================
--- trunk/Ohana/src/opihi/dvo/avextract.c	(revision 34405)
+++ trunk/Ohana/src/opihi/dvo/avextract.c	(revision 34749)
@@ -137,5 +137,5 @@
   // this does all the work of re-packaging the command, calling it on the remote machines, then loading in the results
   if (PARALLEL && !HOST_ID) {
-    int status = HostTableParallelOps (argc, argv, RESULT_FILE, 0, VERBOSE);
+    int status = HostTableParallelOps (argc, argv, RESULT_FILE, TRUE, 0, VERBOSE);
 
     dbFreeFields (fields, Nfields);
@@ -325,4 +325,24 @@
     gprint (GP_ERR, "  <photcode>:nphot : number of measurements used for average magnitude in this photcode\n");
 
+    // gprint (GP_ERR, "  <photcode>:ap :  catalog aperture magnitude for photcode\n");
+    // gprint (GP_ERR, "  <photcode>:aper :  catalog aperture magnitude for photcode\n");
+    // gprint (GP_ERR, "  <photcode>:aveerr : average error (stdev)\n");
+    // gprint (GP_ERR, "  <photcode>:aperinst : aperture flux\n");
+    // gprint (GP_ERR, "  <photcode>:aper_inst : aperture flux\n");
+
+    gprint (GP_ERR, "  <photcode>:kron : kron flux\n");
+    // gprint (GP_ERR, "  <photcode>:kronerr : kron error\n");
+    gprint (GP_ERR, "  <photcode>:photflags : photometry flags for measurements\n");
+    gprint (GP_ERR, "  <photcode>:flags : photometry flags for measurements\n");
+    gprint (GP_ERR, "  <photcode>:stdev : standard deviation of measurements\n");
+    gprint (GP_ERR, "  <photcode>:20 : 20 percentile psf mag\n");
+    gprint (GP_ERR, "  <photcode>:80 : 80 percentile psf mag\n");
+    gprint (GP_ERR, "  <photcode>:ucdist : distance to ubercalibrated exposure (in exposure overlaps)\n");
+    gprint (GP_ERR, "  <photcode>:stackDetectID : PSPS ID for stack detection\n");
+    gprint (GP_ERR, "  <photcode>:fluxpsf : psf flux\n");
+    gprint (GP_ERR, "  <photcode>:fluxpsferr : psf flux error\n");
+    gprint (GP_ERR, "  <photcode>:fluxkron : kron flux\n");
+    gprint (GP_ERR, "  <photcode>:fluxkronerr : kron flux error\n");
+
     // gprint (GP_ERR, "  type : dophot type (unused)\n");
     // gprint (GP_ERR, "  typefrac : dophot type fraction (unused)\n");
